Skip to content

Commit ccad48c

Browse files
authored
fix: few links in .github/workflows README (#1476)
1 parent 198597e commit ccad48c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This document outlines the guidelines for contributing to and maintaining GitHub
1313

1414
Our YAML files are organized based on specific roles and event triggers. When creating or modifying workflows, ensure that:
1515
- The file roles described below are strictly maintained.
16-
- Job sequences within workflows are preserved using [GitHub Action job dependencies](https://docs.github.com/en/actions/using-workflows/using-jobs-in-a-workflow#defining-prerequisite-jobs).
16+
- Job sequences within workflows are preserved using [GitHub Action job dependencies](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/using-jobs-in-a-workflow#defining-prerequisite-jobs).
1717

1818
### File Categorization
1919

@@ -42,7 +42,7 @@ Separate files may be created for workflows that:
4242

4343
- Only work correctly if they have a dedicated file.
4444
Examples:
45-
- [Preview Deployment](./preview-deployment.yml): Deploys preview environments for pull requests.
45+
- [Preview Deployment](./deploy-preview.yml): Deploys preview environments for pull requests.
4646
- [Production Deployment](./production-deployment.yml): Handles production deployments.
4747
- [CodeQL Code Scanning](./codeql.yml): Performs code security analysis.
4848
- [Check PR Dependencies](./pr-dependencies.yml): Enforces dependencies between PRs based on opening comments.

0 commit comments

Comments
 (0)