Skip to content

Commit 65a8b09

Browse files
committed
fix(links): More link fixes.
1 parent a4923e4 commit 65a8b09

4 files changed

Lines changed: 11 additions & 2 deletions

File tree

changelogs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ Feat 013 (#41)
134134
### 🐛 Fixed
135135

136136
- *(template)* Updates to template cookiecutter.json file.
137+
- *(links)* Fix for document links.
137138
## [0.1.0] - 2025-12-05
138139

139140
### ⚙️ Miscellaneous

changelogs/releases/v0.1.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,4 @@ Feat 013 (#41)
134134
### 🐛 Fixed
135135

136136
- *(template)* Updates to template cookiecutter.json file.
137+
- *(links)* Fix for document links.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: default
3+
title: "YAML Style Guide"
4+
nav_order: 1
5+
parent: "Style Guide"
6+
---

{{ cookiecutter.project_slug }}/_manual/developer-resources/contribute.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ This page lists resources for developers who want to contribute to the {{ cookie
1212

1313
### Contribute code to {{ cookiecutter.project_name }}
1414

15-
* [Contributing to {{ cookiecutter.project_name }}]()
1615
* [Developer guide]({% raw %}{% link _manual/contribute/developer-guide.md %}{% endraw %})
1716
* [Create a pull request] walks you through preparing a clear, descriptive pull request.
18-
* Browse all [issues]({{ cookiecutter.repo_url }}/issues/new) to find a good first task. You can also filter by [help wanted]().
17+
* [Create a feature request]({% raw %}{% link _manual/contribute/create-feature-request.md %}{% endraw %})
18+
* [Merge a pull request]({% raw %}{% link _manual/contribute/merge-pull-request.md %}{% endraw %})
19+
* Browse all [issues]({{ cookiecutter.repo_url }}/issues/new) to find a good first task. <!-- You can also filter by [help wanted](). -->
1920

2021
### Contribute without code
2122

0 commit comments

Comments
 (0)