Skip to content

Commit 28ef2d4

Browse files
Add links to API docs in readme. (#504)
Fixes #502
1 parent 18ef3f0 commit 28ef2d4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44

55
Simplifies using AWS managed services in a Spring and Spring Boot applications.
66

7-
For a deep dive into the project, refer to the Spring Cloud AWS Reference documentation:
7+
For a deep dive into the project, refer to the Spring Cloud AWS documentation:
88

9-
- [Spring Cloud AWS 3.0.0-M2](https://docs.awspring.io/spring-cloud-aws/docs/3.0.0-M2/reference/html/index.html)
10-
- [Spring Cloud AWS 2.4.2](https://docs.awspring.io/spring-cloud-aws/docs/2.4.2/reference/html/index.html)
11-
- [Spring Cloud AWS 2.3.5](https://docs.awspring.io/spring-cloud-aws/docs/2.3.5/reference/html/index.html)
9+
| Version | Reference Docs | API Docs |
10+
|---------------------------|-----------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|
11+
| Spring Cloud AWS 3.0.0-M2 | [Reference Docs](https://docs.awspring.io/spring-cloud-aws/docs/3.0.0-M2/reference/html/index.html) | [API Docs](https://docs.awspring.io/spring-cloud-aws/docs/3.0.0-M2/apidocs/index.html) |
12+
| Spring Cloud AWS 2.4.2 | [Reference Docs](https://docs.awspring.io/spring-cloud-aws/docs/2.4.2/reference/html/index.html) | [API Docs](https://docs.awspring.io/spring-cloud-aws/docs/2.4.2/apidocs/index.html) |
13+
| Spring Cloud AWS 2.3.5 | [Reference Docs](https://docs.awspring.io/spring-cloud-aws/docs/2.3.5/reference/html/index.html) | [API Docs](https://docs.awspring.io/spring-cloud-aws/docs/2.3.5/apidocs/index.html) |
1214

1315
## Sponsors
1416

0 commit comments

Comments
 (0)