浏览代码

* fix link to boot-startes in README (#31)

Vladimir Kuptsov 7 年前
父节点
当前提交
9a0539f75c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.adoc

+ 1
- 1
README.adoc 查看文件

@@ -246,7 +246,7 @@ Because we didn't enable it, the request is blocked by the virtue of not existin
246 246
 For more details about each of these REST points and how you can tune their settings with an `application.properties` file, you can read detailed http://docs.spring.io/spring-boot/docs/{spring_boot_version}/reference/htmlsingle/#production-ready-endpoints[docs about the endpoints].
247 247
 
248 248
 == View Spring Boot's starters
249
-You have seen some of http://docs.spring.io/spring-boot/docs/{spring_boot_version}/reference/htmlsingle/#using-boot-starter-poms[Spring Boot's "starters"]. You can see them all https://github.com/spring-projects/spring-boot/tree/master/spring-boot-starters[here in source code].
249
+You have seen some of http://docs.spring.io/spring-boot/docs/{spring_boot_version}/reference/htmlsingle/#using-boot-starter[Spring Boot's "starters"]. You can see them all https://github.com/spring-projects/spring-boot/tree/master/spring-boot-starters[here in source code].
250 250
 
251 251
 == JAR support and Groovy support
252 252
 The last example showed how Spring Boot makes it easy to wire beans you may not be aware that you need. And it showed how to turn on convenient management services.