Remove any and all references to bit.ly

This commit is contained in:
Sabby Anandan
2019-08-06 15:44:15 -07:00
committed by Ilayaperumal Gopinathan
parent 2d40a251fe
commit 119bbafc37
6 changed files with 9 additions and 9 deletions

View File

@@ -11,9 +11,9 @@ Sabby Anandan; David Turanski; Glenn Renfro; Eric Bottard; Mark Pollack; Chris S
:spring-cloud-stream-docs: https://docs.spring.io/spring-cloud-stream/docs/{scst-core-version}/reference/htmlsingle/index.html
:github-code: https://github.com/spring-cloud/spring-cloud-dataflow-samples
:scdf-release-train-name: Einstein.GA
:app-import-kafka-maven: https://bit.ly/{scdf-release-train-name}-stream-applications-kafka-10-maven
:app-import-rabbit-maven: https://bit.ly/{scdf-release-train-name}-stream-applications-rabbit-maven
:app-import-kafka-maven: https://dataflow.spring.io/kafka-maven-latest
:app-import-rabbit-maven: https://dataflow.spring.io/rabbitmq-maven-latest
ifdef::backend-html5[]

View File

@@ -3,5 +3,5 @@ access to public repositories, you will need to install the sample apps in your
the server accordingly. The sample applications are typically registered using Data Flow's bulk import facility. For example, the Shell command `dataflow:>app import --uri {app-import-rabbit-maven}` _(The actual URI is release and binder specific so refer to the sample instructions for the actual URL)_.
The bulk import URI references a plain text file containing entries for all of the publicly available Spring Cloud Stream and Task applications published to `https://repo.spring.io`. For example,
`source.http=maven://org.springframework.cloud.stream.app:http-source-rabbit:2.1.0.RELEASE` registers the `http` source app at the corresponding Maven address, relative to the remote repository(ies) configured for the
Data Flow server. The format is `maven://<groupId>:<artifactId>:<version>` You will need to https://repo.spring.io/libs-release/org/springframework/cloud/stream/app/spring-cloud-stream-app-descriptor/Einstein.GA/spring-cloud-stream-app-descriptor-Einstein.RELEASE.rabbit-apps-maven-repo-url.properties[download] the required apps or https://github.com/spring-cloud-stream-app-starters[build] them and then install them in your Maven repository, using whatever group, artifact, and version you choose. If you do
Data Flow server. The format is `maven://<groupId>:<artifactId>:<version>` You will need to https://repo.spring.io/libs-release/org/springframework/cloud/stream/app/spring-cloud-stream-app-descriptor/Einstein.SR3/spring-cloud-stream-app-descriptor-Einstein.SR3.rabbit-apps-maven-repo-url.properties[download] the required apps or https://github.com/spring-cloud-stream-app-starters[build] them and then install them in your Maven repository, using whatever group, artifact, and version you choose. If you do
this, register individual apps using `dataflow:>app register...` using the `maven://` resource URI format corresponding to your installed app.