Fix branch references in sample links.
This commit is contained in:
@@ -4,7 +4,7 @@ Manual changes to this file will be lost when it is generated again.
|
|||||||
Edit the files in the src/main/asciidoc/ directory instead.
|
Edit the files in the src/main/asciidoc/ directory instead.
|
||||||
////
|
////
|
||||||
|
|
||||||
image::https://travis-ci.org/spring-cloud/spring-cloud-function.svg?branch=master[Build Status, link=https://travis-ci.org/spring-cloud/spring-cloud-function]
|
image::https://travis-ci.org/spring-cloud/spring-cloud-function.svg?branch={branch}[Build Status, link=https://travis-ci.org/spring-cloud/spring-cloud-function]
|
||||||
|
|
||||||
== Introduction
|
== Introduction
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ then turning them into `@Beans` that can be wrapped as above.
|
|||||||
isolated classloader, so that you can pack them together in a single
|
isolated classloader, so that you can pack them together in a single
|
||||||
JVM.
|
JVM.
|
||||||
|
|
||||||
4. Adapters for https://github.com/spring-cloud/spring-cloud-function/tree/master/spring-cloud-function-adapters/spring-cloud-function-adapter-aws[AWS Lambda], https://github.com/spring-cloud/spring-cloud-function/tree/master/spring-cloud-function-adapters/spring-cloud-function-adapter-azure[Azure], https://github.com/spring-cloud/spring-cloud-function/tree/master/spring-cloud-function-adapters/spring-cloud-function-adapter-openwhisk[Apache OpenWhisk] and possibly other "serverless" service providers.
|
4. Adapters for https://github.com/spring-cloud/spring-cloud-function/tree/{branch}/spring-cloud-function-adapters/spring-cloud-function-adapter-aws[AWS Lambda], https://github.com/spring-cloud/spring-cloud-function/tree/{branch}/spring-cloud-function-adapters/spring-cloud-function-adapter-azure[Azure], https://github.com/spring-cloud/spring-cloud-function/tree/{branch}/spring-cloud-function-adapters/spring-cloud-function-adapter-openwhisk[Apache OpenWhisk] and possibly other "serverless" service providers.
|
||||||
|
|
||||||
== Getting Started
|
== Getting Started
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
image::https://travis-ci.org/spring-cloud/spring-cloud-function.svg?branch=master[Build Status, link=https://travis-ci.org/spring-cloud/spring-cloud-function]
|
image::https://travis-ci.org/spring-cloud/spring-cloud-function.svg?branch={branch}[Build Status, link=https://travis-ci.org/spring-cloud/spring-cloud-function]
|
||||||
|
|
||||||
== Introduction
|
== Introduction
|
||||||
|
|
||||||
|
|||||||
@@ -48,4 +48,4 @@ then turning them into `@Beans` that can be wrapped as above.
|
|||||||
isolated classloader, so that you can pack them together in a single
|
isolated classloader, so that you can pack them together in a single
|
||||||
JVM.
|
JVM.
|
||||||
|
|
||||||
4. Adapters for https://github.com/spring-cloud/spring-cloud-function/tree/master/spring-cloud-function-adapters/spring-cloud-function-adapter-aws[AWS Lambda], https://github.com/spring-cloud/spring-cloud-function/tree/master/spring-cloud-function-adapters/spring-cloud-function-adapter-azure[Azure], https://github.com/spring-cloud/spring-cloud-function/tree/master/spring-cloud-function-adapters/spring-cloud-function-adapter-openwhisk[Apache OpenWhisk] and possibly other "serverless" service providers.
|
4. Adapters for https://github.com/spring-cloud/spring-cloud-function/tree/{branch}/spring-cloud-function-adapters/spring-cloud-function-adapter-aws[AWS Lambda], https://github.com/spring-cloud/spring-cloud-function/tree/{branch}/spring-cloud-function-adapters/spring-cloud-function-adapter-azure[Azure], https://github.com/spring-cloud/spring-cloud-function/tree/{branch}/spring-cloud-function-adapters/spring-cloud-function-adapter-openwhisk[Apache OpenWhisk] and possibly other "serverless" service providers.
|
||||||
@@ -293,11 +293,11 @@ MESSAGE-9
|
|||||||
As well as being able to run as a standalone process, a Spring Cloud
|
As well as being able to run as a standalone process, a Spring Cloud
|
||||||
Function application can be adapted to run one of the existing
|
Function application can be adapted to run one of the existing
|
||||||
serverless platforms. In the project there are adapters for
|
serverless platforms. In the project there are adapters for
|
||||||
https://github.com/spring-cloud/spring-cloud-function/tree/master/spring-cloud-function-adapters/spring-cloud-function-adapter-aws[AWS
|
https://github.com/spring-cloud/spring-cloud-function/tree/{branch}/spring-cloud-function-adapters/spring-cloud-function-adapter-aws[AWS
|
||||||
Lambda],
|
Lambda],
|
||||||
https://github.com/spring-cloud/spring-cloud-function/tree/master/spring-cloud-function-adapters/spring-cloud-function-adapter-azure[Azure],
|
https://github.com/spring-cloud/spring-cloud-function/tree/{branch}/spring-cloud-function-adapters/spring-cloud-function-adapter-azure[Azure],
|
||||||
and
|
and
|
||||||
https://github.com/spring-cloud/spring-cloud-function/tree/master/spring-cloud-function-adapters/spring-cloud-function-adapter-openwhisk[Apache
|
https://github.com/spring-cloud/spring-cloud-function/tree/{branch}/spring-cloud-function-adapters/spring-cloud-function-adapter-openwhisk[Apache
|
||||||
OpenWhisk]. The https://github.com/fnproject/fn[Oracle Fn platform]
|
OpenWhisk]. The https://github.com/fnproject/fn[Oracle Fn platform]
|
||||||
has its own Spring Cloud Function adapter. And
|
has its own Spring Cloud Function adapter. And
|
||||||
https://projectriff.io[Riff] supports Java functions and its
|
https://projectriff.io[Riff] supports Java functions and its
|
||||||
|
|||||||
Reference in New Issue
Block a user