Fix broken links in documentation (#425)

This commit is contained in:
per1234
2020-04-24 02:55:31 -07:00
committed by GitHub
parent eec6689a61
commit df7e2c13c8
3 changed files with 4 additions and 4 deletions

View File

@@ -131,7 +131,7 @@ There are several commands to emit different levels of log output:
| error | `echo "::error::My error message"` |
### Command Echoing
By default, the echoing of commands to stdout only occurs if [Step Debugging is enabled](./actions-debugging.md#How-to-Access-Step-Debug-Logs)
By default, the echoing of commands to stdout only occurs if [Step Debugging is enabled](./action-debugging.md#How-to-Access-Step-Debug-Logs)
You can enable or disable this for the current step by using the `echo` command.