Skip to content

Commit

Permalink
Merge pull request #176 from DSACMS/link-fix
Browse files Browse the repository at this point in the history
Fix Markdown Links in Release Guidance Documentation
  • Loading branch information
IsaacMilarky authored Oct 8, 2024
2 parents 16a6493 + 93d7b6c commit b210553
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion release-guidelines-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The following steps outline the process to prepare a Release Candidate of {{ coo
git push --tags
```

3. Publish a [pre-Release in GitHub][proj-releases-new]:
3. Publish a [pre-Release in GitHub](proj-releases-new):

```md
Tag version: [tag you just pushed]
Expand Down
2 changes: 1 addition & 1 deletion tier2/{{cookiecutter.project_slug}}/MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ The following steps outline the process to prepare a Release Candidate of {{ coo
git push --tags
```

3. Publish a [pre-Release in GitHub][proj-releases-new]:
3. Publish a [pre-Release in GitHub](proj-releases-new):

```md
Tag version: [tag you just pushed]
Expand Down
2 changes: 1 addition & 1 deletion tier3/{{cookiecutter.project_slug}}/MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ The following steps outline the process to prepare a Release Candidate of {{ coo
git push --tags
```

3. Publish a [pre-Release in GitHub][proj-releases-new]:
3. Publish a [pre-Release in GitHub](proj-releases-new):

```md
Tag version: [tag you just pushed]
Expand Down
2 changes: 1 addition & 1 deletion tier4/{{cookiecutter.project_slug}}/MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ The following steps outline the process to prepare a Release Candidate of {{ coo
git push --tags
```

3. Publish a [pre-Release in GitHub][proj-releases-new]:
3. Publish a [pre-Release in GitHub](proj-releases-new):

```md
Tag version: [tag you just pushed]
Expand Down

0 comments on commit b210553

Please sign in to comment.