From 3533db78d24117d11a598b38a06422a9360faedf Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Thu, 5 Oct 2017 23:33:21 -0400 Subject: [PATCH] Fix broken link to overview --- src/docs/asciidoc/index.adoc | 2 +- src/docs/asciidoc/overview.adoc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/docs/asciidoc/index.adoc b/src/docs/asciidoc/index.adoc index 3dd0049129..b01cd45f4d 100644 --- a/src/docs/asciidoc/index.adoc +++ b/src/docs/asciidoc/index.adoc @@ -4,7 +4,7 @@ Welcome to the Spring Framework reference documentation! -Please read the <> for a quick introduction including brief history, +Please read the <> for a quick introduction including brief history, design philosophy, where to ask questions, and tips to get started. For information on "What's New", or "Migrating from previous versions", check the https://github.com/spring-projects/spring-framework/wiki[*Github Wiki*]. diff --git a/src/docs/asciidoc/overview.adoc b/src/docs/asciidoc/overview.adoc index 91d62fcd34..aac243a31e 100644 --- a/src/docs/asciidoc/overview.adoc +++ b/src/docs/asciidoc/overview.adoc @@ -2,6 +2,7 @@ :toclevels: 1 :docinfo1: +[[overview]] = Spring Framework Overview Spring makes it easy to create Java enterprise applications. It provides everything you