@@ -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
351351and 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
375375and 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
427427The 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
442442You 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
453453Alternatively 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
460460You can also pass the `--local` option (which is `true` by default) to indicate whether the
0 commit comments