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:
@@ -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].
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user