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 @@ -77,7 +77,7 @@ divergence between the implementation and the mechanised specification.

### Suggesting features

Check [`ROADMAP.adoc`](ROADMAP.adoc) and
Check [`ROADMAP.adoc`](../ROADMAP.adoc) and
[`proofs/STATUS.md`](proofs/STATUS.md) first — a surprising amount of
“missing” functionality is deliberately fenced pending a proof. Then use
the [feature request
Expand Down Expand Up @@ -186,4 +186,4 @@ Participation is governed by [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md).

By contributing you agree that your contributions are licensed under
**MPL-2.0** (code) or **CC-BY-SA-4.0** (documentation), matching the
file you are editing. See [`LICENSE`](LICENSE).
file you are editing. See [`LICENSE`](../LICENSE).
2 changes: 1 addition & 1 deletion examples/newsroom/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ cd solo-compiler && cargo build --release

=== Contributing Examples

Want to add an example? See link:../CONTRIBUTING.md[CONTRIBUTING.md] for
Want to add an example? See link:../../.github/CONTRIBUTING.md[CONTRIBUTING.md] for
guidelines.

Examples should: - Include SPDX license header - Be self-contained and
Expand Down
2 changes: 1 addition & 1 deletion playground/SECURITY.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ When using Nextgen Languages, we recommend:
* https://github.com/hyperpolymath/nextgen-languages/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
Loading