Skip to content

Commit 4480fb9

Browse files
authored
Fix lint.
1 parent 34a4b6c commit 4480fb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/actions/how-tos/troubleshoot-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ To analyze the efficiency and reliability of your workflows using metrics, see [
7171

7272
## Troubleshooting workflow triggers
7373

74-
First, make sure that your workflow wasn't disabled manually, see [AUTOTITLE](https://docs.github.com/en/actions/how-tos/manage-workflow-runs/disable-and-enable-workflows). A disabled workflow does not respond to its triggers.
74+
First, make sure that your workflow wasn't disabled manually, see [AUTOTITLE](/actions/how-tos/manage-workflow-runs/disable-and-enable-workflows). A disabled workflow does not respond to its triggers.
7575

7676
You can review your workflow's `on:` field to understand what is expected to trigger the workflow. For more information, see [AUTOTITLE](/actions/writing-workflows/choosing-when-your-workflow-runs/triggering-a-workflow).
7777

0 commit comments

Comments
 (0)