Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Milarsky <[email protected]>
  • Loading branch information
IsaacMilarky committed Oct 8, 2024
1 parent 16a6493 commit 93d7b6c
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 93d7b6c

Please sign in to comment.