|
|
@@ -339,7 +339,7 @@ class ThisWillActuallyRun {
|
|
339
|
339
|
|
|
340
|
340
|
> **Note:** It doesn't matter where the file is. You can even fit an application that small inside a [single tweet](https://twitter.com/rob_winch/status/364871658483351552)!
|
|
341
|
341
|
|
|
342
|
|
-Next, [install Spring Boot's CLI](https://github.com/SpringSource/spring-boot#installing-the-cli).
|
|
|
342
|
+Next, [install Spring Boot's CLI](https://github.com/spring-projects/spring-boot#installing-the-cli).
|
|
343
|
343
|
|
|
344
|
344
|
Run it as follows:
|
|
345
|
345
|
|
|
|
@@ -361,6 +361,6 @@ Summary
|
|
361
|
361
|
----------------
|
|
362
|
362
|
Congratulations! You built a simple web application with Spring Boot and learned how it can ramp up your development pace. You also turned on some handy production services.
|
|
363
|
363
|
|
|
364
|
|
-[spring-boot]: https://github.com/SpringSource/spring-boot
|
|
365
|
|
-[spring-boot-actuator]: https://github.com/SpringSource/spring-boot/blob/master/spring-boot-actuator/README.md
|
|
|
364
|
+[spring-boot]: https://github.com/spring-projects/spring-boot
|
|
|
365
|
+[spring-boot-actuator]: https://github.com/spring-projects/spring-boot/blob/master/spring-boot-actuator/README.md
|
|
366
|
366
|
[gs-uploading-files]: /guides/gs/uploading-files
|