Skip to content

Commit fbea592

Browse files
author
Your Name
committed
Fix broken relative issue links in COMPATIBILITY.md
Relative links like ../../issues/new don't resolve to the Issues UI on GitHub; use absolute repo URLs instead.
1 parent 7e41f9b commit fbea592

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/COMPATIBILITY.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Compatibility List
22

33
Community-reported results for KytyPlus. Entries here come **only** from user-submitted
4-
[Compatibility report](../../issues/new?template=compatibility.yml) issues — nobody on this
5-
project claims to have personally verified every row.
4+
[Compatibility report](https://github.com/Coder787-source/KytyPlus/issues/new?template=compatibility.yml)
5+
issues — nobody on this project claims to have personally verified every row.
66

77
> [!CAUTION]
88
> "Boots further" is not "playable." This table tracks how far a title gets, not whether it's
@@ -24,8 +24,8 @@ directly onto a row here.
2424

2525
## How this list is maintained
2626

27-
1. Testers file a [Compatibility report](../../issues/new?template=compatibility.yml) issue for
28-
a **legally obtained** title.
27+
1. Testers file a [Compatibility report](https://github.com/Coder787-source/KytyPlus/issues/new?template=compatibility.yml)
28+
issue for a **legally obtained** title.
2929
2. A maintainer reviews the report (sanity-checks the log/version, no dump/firmware requests) and
3030
adds or updates a row below, linking back to the issue.
3131
3. If a newer report contradicts an older row for the same title, the newer report wins — link
@@ -41,9 +41,9 @@ single most useful contribution you can make here — see
4141

4242
| Title | Title ID | Status | Last tested (version) | Reports |
4343
|---|---|---|---|---|
44-
| _No reports yet — be the first to [file one](../../issues/new?template=compatibility.yml)._ | | | | |
44+
| _No reports yet — be the first to [file one](https://github.com/Coder787-source/KytyPlus/issues/new?template=compatibility.yml)._ | | | | |
4545

4646
<!--
47-
Row template (copy/paste and fill in from the issue):
48-
| Game Name | PPSAxxxxx | Ingame (broken) | v1.3 | [#123](../../issues/123) |
47+
Row template (copy/paste and fill in from the issue). Use a full issue URL, not a relative link:
48+
| Game Name | PPSAxxxxx | Ingame (broken) | v1.3 | [#123](https://github.com/Coder787-source/KytyPlus/issues/123) |
4949
-->

0 commit comments

Comments
 (0)