Skip to content

Commit 8010b08

Browse files
authored
Merge pull request #1233 from deki/improve-readme
improve README.adoc with additional links
2 parents f67fc1c + 898613a commit 8010b08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ Edit the files in the src/main/asciidoc/ directory instead.
55
////
66

77

8-
:branch: master
8+
:branch: main
99

1010
image::https://travis-ci.org/spring-cloud/spring-cloud-function.svg?branch={branch}[Build Status, link=https://travis-ci.org/spring-cloud/spring-cloud-function]
1111

1212
[[introduction]]
1313
= Introduction
1414
:page-section-summary-toc: 1
15-
15+
Visit the https://spring.io/projects/spring-cloud-function[Spring Cloud Function project page] to get an overview about this project. The https://docs.spring.io/spring-cloud-function/reference/spring-cloud-function/introduction.html[Reference Documentation] provides more details how you can use the project.
1616

1717
[[getting-started]]
1818
= Getting Started
1919
:page-section-summary-toc: 1
20-
20+
https://start.spring.io/#!type=maven-project&language=java&packaging=jar&jvmVersion=21&dependencies=cloud-function[Start a new project using Spring Initializr] or try https://github.com/spring-cloud/spring-cloud-function/tree/main/spring-cloud-function-samples[existing samples].
2121

2222
[[building]]
2323
= Building
@@ -51,7 +51,7 @@ build succeed, please raise a ticket to get the settings added to
5151
source control.
5252

5353
The projects that require middleware (i.e. Redis) for testing generally
54-
require that a local instance of [Docker](https://www.docker.com/get-started) is installed and running.
54+
require that a local instance of https://www.docker.com/get-started[Docker] is installed and running.
5555

5656
[[documentation]]
5757
== Documentation

0 commit comments

Comments
 (0)