Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 14b15cf

Browse files
committed
Replace all references of bit.ly with the URIs served from the Microsite
Resolves #3092
1 parent 5773572 commit 14b15cf

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

spring-cloud-dataflow-docs/src/main/asciidoc/streams-monitoring-local.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Start the Skipper server. Then start the Data Flow server with the following pr
8989
Now if you deploy a simple stream that uses Kafka, such as
9090
[source,bash]
9191
----
92-
dataflow:>app import --uri https://bit.ly/Einstein-SR2-stream-applications-kafka-maven --force
92+
dataflow:>app import --uri https://dataflow.spring.io/kafka-maven-latest --force
9393
dataflow:>stream create stream2 --definition "time --fixed-delay=10 --time-unit=MILLISECONDS | filter --expression=payload.contains('3') | log" --deploy
9494
----
9595

@@ -183,7 +183,7 @@ Start the Skipper server. Then start the Data Flow server with the following pr
183183
Now if you deploy a simple stream that uses Kafka, such as
184184
[source,bash]
185185
----
186-
dataflow:>app import --uri https://bit.ly/Einstein-SR2-stream-applications-kafka-maven --force
186+
dataflow:>app import --uri https://dataflow.spring.io/kafka-maven-latest --force
187187
188188
dataflow:>stream create stream2 --definition "time --fixed-delay=10 --time-unit=MILLISECONDS | filter --expression=payload.contains('3') | log" --deploy
189189
----

spring-cloud-dataflow-docs/src/main/asciidoc/streams.adoc

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -347,52 +347,52 @@ list of desired application-URIs in a custom property file.
347347

348348
===== Spring Cloud Stream App Starters
349349

350-
The following table includes the bit.ly links to the available Stream Application Starters based on Spring Cloud Stream 2.0.x
350+
The following table includes the dataflow.spring.io links to the available Stream Application Starters based on Spring Cloud Stream 2.0.x
351351
and Spring Boot 2.0.x:
352352

353353
[width="100%",frame="topbot",options="header"]
354354
|======================
355355
|Artifact Type |Stable Release |SNAPSHOT Release
356356

357357
|RabbitMQ + Maven
358-
|https://bit.ly/Darwin-SR3-stream-applications-rabbit-maven
359-
|https://bit.ly/Darwin-BUILD-SNAPSHOT-stream-applications-rabbit-maven
358+
|https://dataflow.spring.io/Darwin-SR3-stream-applications-rabbit-maven
359+
|https://dataflow.spring.io/Darwin-BUILD-SNAPSHOT-stream-applications-rabbit-maven
360360

361361
|RabbitMQ + Docker
362-
|https://bit.ly/Darwin-SR3-stream-applications-rabbit-docker
363-
|https://bit.ly/Darwin-BUILD-SNAPSHOT-stream-applications-rabbit-docker
362+
|https://dataflow.spring.io/Darwin-SR3-stream-applications-rabbit-docker
363+
|https://dataflow.spring.io/Darwin-BUILD-SNAPSHOT-stream-applications-rabbit-docker
364364

365365
|Apache Kafka + Maven
366-
|https://bit.ly/Darwin-SR3-stream-applications-kafka-maven
367-
|https://bit.ly/Darwin-BUILD-SNAPSHOT-stream-applications-kafka-maven
366+
|https://dataflow.spring.io/Darwin-SR3-stream-applications-kafka-maven
367+
|https://dataflow.spring.io/Darwin-BUILD-SNAPSHOT-stream-applications-kafka-maven
368368

369369
|Apache Kafka + Docker
370-
|https://bit.ly/Darwin-SR3-stream-applications-kafka-docker
371-
|https://bit.ly/Darwin-BUILD-SNAPSHOT-stream-applications-kafka-docker
370+
|https://dataflow.spring.io/Darwin-SR3-stream-applications-kafka-docker
371+
|https://dataflow.spring.io/Darwin-BUILD-SNAPSHOT-stream-applications-kafka-docker
372372
|======================
373373

374-
The following table includes the bit.ly links to the available Stream Application Starters based on Spring Cloud Stream 2.1.x
374+
The following table includes the dataflow.spring.io links to the available Stream Application Starters based on Spring Cloud Stream 2.1.x
375375
and Spring Boot 2.1.x:
376376

377377
[width="100%",frame="topbot",options="header"]
378378
|======================
379379
|Artifact Type |Stable Release |SNAPSHOT Release
380380

381381
|RabbitMQ + Maven
382-
|https://bit.ly/Einstein-SR2-stream-applications-rabbit-maven
383-
|https://bit.ly/Einstein-BUILD-SNAPSHOT-stream-applications-rabbit-maven
382+
|https://dataflow.spring.io/Einstein-SR2-stream-applications-rabbit-maven
383+
|https://dataflow.spring.io/Einstein-BUILD-SNAPSHOT-stream-applications-rabbit-maven
384384

385385
|RabbitMQ + Docker
386-
|https://bit.ly/Einstein-SR2-stream-applications-rabbit-docker
387-
|https://bit.ly/Einstein-BUILD-SNAPSHOT-stream-applications-rabbit-docker
386+
|https://dataflow.spring.io/Einstein-SR2-stream-applications-rabbit-docker
387+
|https://dataflow.spring.io/Einstein-BUILD-SNAPSHOT-stream-applications-rabbit-docker
388388

389389
|Apache Kafka + Maven
390-
|https://bit.ly/Einstein-SR2-stream-applications-kafka-maven
391-
|https://bit.ly/Einstein-BUILD-SNAPSHOT-stream-applications-kafka-maven
390+
|https://dataflow.spring.io/Einstein-SR2-stream-applications-kafka-maven
391+
|https://dataflow.spring.io/Einstein-BUILD-SNAPSHOT-stream-applications-kafka-maven
392392

393393
|Apache Kafka + Docker
394-
|https://bit.ly/Einstein-SR2-stream-applications-kafka-docker
395-
|https://bit.ly/Einstein-BUILD-SNAPSHOT-stream-applications-kafka-docker
394+
|https://dataflow.spring.io/Einstein-SR2-stream-applications-kafka-docker
395+
|https://dataflow.spring.io/Einstein-BUILD-SNAPSHOT-stream-applications-kafka-docker
396396
|======================
397397

398398

@@ -416,12 +416,12 @@ The following table includes the available Task Application Starters based on Sp
416416
|Artifact Type |Stable Release |SNAPSHOT Release
417417

418418
|Maven
419-
|https://bit.ly/Dearborn-SR1-task-applications-maven
420-
|https://bit.ly/Dearborn-BUILD-SNAPSHOT-task-applications-maven
419+
|https://dataflow.spring.io/Dearborn-SR1-task-applications-maven
420+
|https://dataflow.spring.io/Dearborn-BUILD-SNAPSHOT-task-applications-maven
421421

422422
|Docker
423-
|https://bit.ly/Dearborn-SR1-task-applications-docker
424-
|https://bit.ly/Dearborn-BUILD-SNAPSHOT-task-applications-docker
423+
|https://dataflow.spring.io/Dearborn-SR1-task-applications-docker
424+
|https://dataflow.spring.io/Dearborn-BUILD-SNAPSHOT-task-applications-docker
425425
|======================
426426

427427
The following table includes the available Task Application Starters based on Spring Cloud Task 2.1.x and Spring Boot 2.1.x:
@@ -431,12 +431,12 @@ The following table includes the available Task Application Starters based on Sp
431431
|Artifact Type |Milestone Release |SNAPSHOT Release
432432

433433
|Maven
434-
|https://bit.ly/Elston-GA-task-applications-maven
435-
|https://bit.ly/Elston-BUILD-SNAPSHOT-task-applications-maven
434+
|https://dataflow.spring.io/Elston-GA-task-applications-maven
435+
|https://dataflow.spring.io/Elston-BUILD-SNAPSHOT-task-applications-maven
436436

437437
|Docker
438-
|https://bit.ly/Elston-GA-task-applications-docker
439-
|https://bit.ly/Elston-BUILD-SNAPSHOT-task-applications-docker
438+
|https://dataflow.spring.io/Elston-GA-task-applications-docker
439+
|https://dataflow.spring.io/Elston-BUILD-SNAPSHOT-task-applications-docker
440440
|======================
441441

442442
You can find more information about the available task starters in the https://cloud.spring.io/spring-cloud-task-app-starters/[Task App Starters Project Page] and
@@ -447,14 +447,14 @@ As an example, if you would like to register all out-of-the-box stream applicati
447447

448448
[source,bash,subs=attributes]
449449
----
450-
$ dataflow:>app import --uri https://bit.ly/Einstein-SR2-stream-applications-kafka-maven
450+
$ dataflow:>app import --uri https://dataflow.spring.io/kafka-maven-latest
451451
----
452452

453453
Alternatively you can register all the stream applications with the Rabbit binder, as follows:
454454

455455
[source,bash,subs=attributes]
456456
----
457-
$ dataflow:>app import --uri https://bit.ly/Einstein-SR2-stream-applications-rabbit-maven
457+
$ dataflow:>app import --uri https://dataflow.spring.io/rabbitmq-maven-latest
458458
----
459459

460460
You can also pass the `--local` option (which is `true` by default) to indicate whether the

spring-cloud-dataflow-docs/src/main/asciidoc/tasks.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,14 @@ The following table lists the available static property files:
118118
[width="100%",frame="topbot",options="header"]
119119
|======================
120120
|Artifact Type |Stable Release |SNAPSHOT Release
121-
|Maven | https://bit.ly/Dearborn-SR1-task-applications-maven | https://bit.ly/Dearborn-BUILD-SNAPSHOT-task-applications-maven
122-
|Docker | https://bit.ly/Dearborn-SR1-task-applications-docker | https://bit.ly/Dearborn-BUILD-SNAPSHOT-task-applications-docker
121+
|Maven | https://dataflow.spring.io/Dearborn-SR1-task-applications-maven | https://dataflow.spring.io/Dearborn-BUILD-SNAPSHOT-task-applications-maven
122+
|Docker | https://dataflow.spring.io/Dearborn-SR1-task-applications-docker | https://dataflow.spring.io/Dearborn-BUILD-SNAPSHOT-task-applications-docker
123123
|======================
124124

125125
For example, if you would like to register all out-of-the-box task applications in bulk, you can do so with the following command:
126126

127127
```
128-
dataflow:>app import --uri https://bit.ly/Dearborn-SR1-task-applications-maven
128+
dataflow:>app import --uri https://dataflow.spring.io/Dearborn-SR1-task-applications-maven
129129
```
130130

131131
You can also pass the `--local` option (which is `TRUE` by default) to indicate whether the properties file location should be resolved within the shell process itself.

0 commit comments

Comments
 (0)