Replace "refer to" with "see"

Update documentation to replace "refer to" with "see" and to drop
"please" when it is present.

See gh-28537
This commit is contained in:
Jay Bryant
2021-11-04 13:12:08 -05:00
committed by Phillip Webb
parent b1361d32cd
commit 3422b1f38b
16 changed files with 26 additions and 26 deletions

View File

@@ -214,7 +214,7 @@ Which will result in the following:
----
Your application should now be up and running on Heroku.
For more details, refer to https://devcenter.heroku.com/articles/deploying-spring-boot-apps-to-heroku[Deploying Spring Boot Applications to Heroku].
For more details, see https://devcenter.heroku.com/articles/deploying-spring-boot-apps-to-heroku[Deploying Spring Boot Applications to Heroku].

View File

@@ -179,7 +179,7 @@ To flag the application to start automatically on system boot, use the following
$ systemctl enable myapp.service
----
Refer to `man systemctl` for more details.
Run `man systemctl` for more details.