diff --git a/_includes/download_widget.md b/_includes/download_widget.md index ada43559d..5776c711b 100644 --- a/_includes/download_widget.md +++ b/_includes/download_widget.md @@ -7,7 +7,7 @@ Download
-

The recommended way to get started with {{ site.project }} is to use Spring Initializr. Just follow these . +

The recommended way to get started with {{ site.project }} is to use Spring Initializr. Just follow these . You can also start using it in your project with a dependency management system – the snippet below can be copied and pasted into your build. Need help? See our getting started guides on building with Maven and diff --git a/index.html b/index.html index 8d9c8b69e..afb0afea7 100644 --- a/index.html +++ b/index.html @@ -52,7 +52,7 @@ The core building blocks of Spring Cloud Stream are: Spring Cloud Stream overview -Currently Spring Cloud Stream suports [Rabbit MQ](https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit) and [Kafka](https://github.com/spring-cloud/spring-cloud-stream-binder-kafka) binders with more binder implementations in the pipeline (such as [Google PubSub](https://github.com/spring-cloud/spring-cloud-gcp/tree/master/spring-cloud-gcp-pubsub-stream-binder), [AWS Kinesis](https://github.com/spring-cloud/spring-cloud-stream-binder-aws-kinesis) and more). +Currently Spring Cloud Stream supports [RabbitMQ](https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit) and [Kafka](https://github.com/spring-cloud/spring-cloud-stream-binder-kafka) binders with more binder implementations in the pipeline _(such as: [Google PubSub](https://github.com/spring-cloud/spring-cloud-gcp/tree/master/spring-cloud-gcp-pubsub-stream-binder) and [AWS Kinesis](https://github.com/spring-cloud/spring-cloud-stream-binder-aws-kinesis))_. @@ -108,8 +108,6 @@ payloads to type `Person`. You can start the application by simply running its `main(..)` method. -For more details please refer to the [Quick Start](https://docs.spring.io/spring-cloud-stream/docs/Elmhurst.RELEASE/reference/htmlsingle/#_quick_start) section of the user guide. - ### Kafka Client Compatibility Spring Cloud Stream supports a variety of Kafka Client releases. To learn more about it, please refer to the [Kafka Client Compatibility](https://github.com/spring-cloud/spring-cloud-stream/wiki/Kafka-Client-Compatibility) section in the Wiki page.