Drop printed link to reference documentation

Tweak the fix from 50c68a49 to no longer print a link the reference
documentation.

See gh-6593
This commit is contained in:
Phillip Webb
2016-09-16 17:52:25 -07:00
parent 2c621f4094
commit 0eab3e0c5a
2 changed files with 4 additions and 12 deletions

View File

@@ -50,7 +50,6 @@ such as the user that launched the application.
[boot-features-startup-failure]
=== Startup failure
If your application fails to start, registered `FailureAnalyzers` get a chance to provide
a dedicated error message and a concrete action to fix the problem. For instance if you
start a web application on port `8080` and that port is already in use, you should see