Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeleuze committed Dec 28, 2021
1 parent d6a3832 commit 96d293c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions jafu/README.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:spring-fu-version: 0.4.3
:spring-fu-version: 0.5.0
:jafu-javadoc-url: http://repo.spring.io/milestone/org/springframework/fu/spring-fu-jafu/{spring-fu-version}/spring-fu-jafu-{spring-fu-version}-javadoc.jar!

image:https://img.shields.io/badge/JaFu%20documentation-blue.svg["JaFu documentation", link="{jafu-javadoc-url}/index.html"]
Expand All @@ -18,7 +18,7 @@ Be aware that a few static imports will be needed.
=== Getting started

* Go to https://start.spring.io/[start.spring.io]
* Select the latest Spring Boot `2.4.x` version
* Select the latest Spring Boot `2.6.x` version
* Add the Spring milestone repository `https://repo.spring.io/milestone`
* Select the "Web" starter
* Add the `org.springframework.fu:spring-fu-jafu:{spring-fu-version}` dependency
Expand Down
4 changes: 2 additions & 2 deletions kofu/README.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:spring-fu-version: 0.4.3
:spring-fu-version: 0.5.0
:kofu-kdoc-url: http://repo.spring.io/milestone/org/springframework/fu/spring-fu-kofu/{spring-fu-version}/spring-fu-kofu-{spring-fu-version}-javadoc.jar!

image:https://img.shields.io/badge/KoFu%20documentation-blue.svg["KoFu documentation", link="{kofu-kdoc-url}/kofu/index.html"]
Expand Down Expand Up @@ -69,7 +69,7 @@ To use WebFlux.fn instead
=== Getting started

* Go to https://start.spring.io/#!type=gradle-project&language=kotlin[start.spring.io]
* Select the latest Spring Boot `2.4.x` version
* Select the latest Spring Boot `2.6.x` version
* Add the Spring milestone repository `https://repo.spring.io/milestone`
* Select the "Web" starter
* Add the `org.springframework.fu:spring-fu-kofu:{spring-fu-version}` dependency
Expand Down

0 comments on commit 96d293c

Please sign in to comment.