Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ flake (Perimeter 1) └── Justfile \# Task runner (Perimeter 1)

**When reporting**:

Use the [bug report template](.github/ISSUE_TEMPLATE/bug_report.md) and include:
Use the [bug report template](../.github/ISSUE_TEMPLATE/bug_report.md) and include:

- Clear, descriptive title
- Environment details (OS, versions, toolchain)
Expand All @@ -63,7 +63,7 @@ flake (Perimeter 1) └── Justfile \# Task runner (Perimeter 1)

**When suggesting**:

Use the [feature request template](.github/ISSUE_TEMPLATE/feature_request.md) and include:
Use the [feature request template](../.github/ISSUE_TEMPLATE/feature_request.md) and include:

- Problem statement (what pain point does this solve?)
- Proposed solution
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ When using Standards, we recommend:
* https://github.com/hyperpolymath/standards/security/advisories[Security
Advisories]
* link:CHANGELOG.md[Changelog]
* link:CONTRIBUTING.md[Contributing Guidelines]
* link:.github/CONTRIBUTING.md[Contributing Guidelines]
* https://cve.mitre.org/[CVE Database]
* https://www.first.org/cvss/calculator/3.1[CVSS Calculator]

Expand Down
2 changes: 1 addition & 1 deletion actions/validate/CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ We welcome contributions in many forms:

== Contribution Policies

For detailed rules on branch naming, commit messages, and the PR process, please refer to the machine-readable manual at link:.github/CONTRIBUTING.md[../../.github/CONTRIBUTING.md].
For detailed rules on branch naming, commit messages, and the PR process, please refer to the machine-readable manual at link:../../.github/CONTRIBUTING.md[../../.github/CONTRIBUTING.md].

== Code of Conduct

Expand Down
2 changes: 1 addition & 1 deletion bindings/deno/CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ We welcome contributions in many forms:

== Contribution Policies

For detailed rules on branch naming, commit messages, and the PR process, please refer to the machine-readable manual at link:.github/CONTRIBUTING.md[../../.github/CONTRIBUTING.md].
For detailed rules on branch naming, commit messages, and the PR process, please refer to the machine-readable manual at link:../../.github/CONTRIBUTING.md[../../.github/CONTRIBUTING.md].

== Code of Conduct

Expand Down
2 changes: 1 addition & 1 deletion bindings/haskell/CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ We welcome contributions in many forms:

== Contribution Policies

For detailed rules on branch naming, commit messages, and the PR process, please refer to the machine-readable manual at link:.github/CONTRIBUTING.md[../../.github/CONTRIBUTING.md].
For detailed rules on branch naming, commit messages, and the PR process, please refer to the machine-readable manual at link:../../.github/CONTRIBUTING.md[../../.github/CONTRIBUTING.md].

== Code of Conduct

Expand Down
2 changes: 1 addition & 1 deletion bindings/rust/CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ We welcome contributions in many forms:

== Contribution Policies

For detailed rules on branch naming, commit messages, and the PR process, please refer to the machine-readable manual at link:.github/CONTRIBUTING.md[../../.github/CONTRIBUTING.md].
For detailed rules on branch naming, commit messages, and the PR process, please refer to the machine-readable manual at link:../../.github/CONTRIBUTING.md[../../.github/CONTRIBUTING.md].

== Code of Conduct

Expand Down
2 changes: 1 addition & 1 deletion editors/vscode/CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ We welcome contributions in many forms:

== Contribution Policies

For detailed rules on branch naming, commit messages, and the PR process, please refer to the machine-readable manual at link:.github/CONTRIBUTING.md[../../.github/CONTRIBUTING.md].
For detailed rules on branch naming, commit messages, and the PR process, please refer to the machine-readable manual at link:../../.github/CONTRIBUTING.md[../../.github/CONTRIBUTING.md].

== Code of Conduct

Expand Down
2 changes: 1 addition & 1 deletion pandoc/CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ We welcome contributions in many forms:

== Contribution Policies

For detailed rules on branch naming, commit messages, and the PR process, please refer to the machine-readable manual at link:.github/CONTRIBUTING.md[../.github/CONTRIBUTING.md].
For detailed rules on branch naming, commit messages, and the PR process, please refer to the machine-readable manual at link:../.github/CONTRIBUTING.md[../.github/CONTRIBUTING.md].

== Code of Conduct

Expand Down
Loading