From cb12198b45620e767ac81d4c4878a1f4dc6ca609 Mon Sep 17 00:00:00 2001 From: ChampionAsh5357 Date: Sat, 16 Nov 2024 14:10:08 -0500 Subject: [PATCH] fix(docs): Update porting primers to .github repo link --- docs/legacy/porting.md | 40 ++++++++++--------- .../version-1.20.4/legacy/porting.md | 26 ++++++------ .../version-1.20.6/legacy/porting.md | 16 ++++---- .../version-1.21.1/legacy/porting.md | 20 ++++++---- 4 files changed, 56 insertions(+), 46 deletions(-) diff --git a/docs/legacy/porting.md b/docs/legacy/porting.md index 769c5d1a4..ceccede94 100644 --- a/docs/legacy/porting.md +++ b/docs/legacy/porting.md @@ -1,27 +1,31 @@ -# Porting to Minecraft 1.20 +# Porting to Minecraft 1.21.3 Here you can find a list of primers on how to port from old versions to the current version. Some versions are lumped together since that particular version never saw much usage. -| From -> To | Primer | -|:---------------------:|:----------------------------------------| -| 1.12 -> 1.13/1.14 | [Primer by williewillus][112to114] | -| 1.14 -> 1.15 | [Primer by williewillus][114to115] | -| 1.15 -> 1.16 | [Primer by 50ap5ud5][115to116] | -| 1.16 -> 1.17 | [Primer by 50ap5ud5][116to117] | -| 1.19.2 -> 1.19.3 | [Primer by ChampionAsh5357][1192to1193] | -| 1.19.3 -> 1.19.4 | [Primer by ChampionAsh5357][1193to1194] | -| 1.19.4 -> 1.20.0 | [Primer by ChampionAsh5357][1194to120] | -| 1.20.4 -> 1.20.5/6 | [Primer by ChampionAsh5357][1204to1205] | -| 1.20.6 -> 1.21/1.21.1 | [Primer by ChampionAsh5357][1206to121] | -| 1.21.1 -> 1.21.2/3 | [Primer by ChampionAsh5357][1211to1212] | +| From -> To | Primer | +|:------------------:|:----------------------------------------| +| 1.12 -> 1.13/1.14 | [Primer by williewillus][112to114] | +| 1.14 -> 1.15 | [Primer by williewillus][114to115] | +| 1.15 -> 1.16 | [Primer by 50ap5ud5][115to116] | +| 1.16 -> 1.17 | [Primer by 50ap5ud5][116to117] | +| 1.19.2 -> 1.19.3 | [Primer by ChampionAsh5357][1192to1193] | +| 1.19.3 -> 1.19.4 | [Primer by ChampionAsh5357][1193to1194] | +| 1.19.4 -> 1.20 | [Primer by ChampionAsh5357][1194to120] | +| 1.20.4 -> 1.20.5 | [Primer by ChampionAsh5357][1204to1205] | +| 1.20.5 -> 1.20.6 | [Primer by ChampionAsh5357][1205to1206] | +| 1.20.6 -> 1.21 | [Primer by ChampionAsh5357][1206to121] | +| 1.21 -> 1.21.1 | [Primer by ChampionAsh5357][121to1211] | +| 1.21.1 -> 1.21.2/3 | [Primer by ChampionAsh5357][1211to1212] | [112to114]: https://gist.github.com/williewillus/353c872bcf1a6ace9921189f6100d09a [114to115]: https://gist.github.com/williewillus/30d7e3f775fe93c503bddf054ef3f93e [115to116]: https://gist.github.com/50ap5ud5/f4e70f0e8faeddcfde6b4b1df70f83b8 [116to117]: https://gist.github.com/50ap5ud5/beebcf056cbdd3c922cc8993689428f4 -[1192to1193]: https://gist.github.com/ChampionAsh5357/c21724bafbc630da2ed8899fe0c1d226 -[1193to1194]: https://gist.github.com/ChampionAsh5357/163a75e87599d19ee6b4b879821953e8 -[1194to120]: https://gist.github.com/ChampionAsh5357/cf818acc53ffea6f4387fe28c2977d56 -[1204to1205]: https://gist.github.com/ChampionAsh5357/53b04132e292aa12638d339abfabf955 -[1206to121]: https://gist.github.com/ChampionAsh5357/d895a7b1a34341e19c80870720f9880f +[1192to1193]: https://github.com/neoforged/.github/blob/main/primers/1.19.3/index.md +[1193to1194]: https://github.com/neoforged/.github/blob/main/primers/1.19.4/index.md +[1194to120]: https://github.com/neoforged/.github/blob/main/primers/1.20/index.md +[1204to1205]: https://github.com/neoforged/.github/blob/main/primers/1.20.5/index.md +[1205to1206]: https://github.com/neoforged/.github/blob/main/primers/1.20.6/index.md +[1206to121]: https://github.com/neoforged/.github/blob/main/primers/1.21/index.md +[121to1211]: https://github.com/neoforged/.github/blob/main/primers/1.21.1/index.md [1211to1212]: https://github.com/neoforged/.github/blob/main/primers/1.21.2/index.md diff --git a/versioned_docs/version-1.20.4/legacy/porting.md b/versioned_docs/version-1.20.4/legacy/porting.md index f67f052e5..87f72f709 100644 --- a/versioned_docs/version-1.20.4/legacy/porting.md +++ b/versioned_docs/version-1.20.4/legacy/porting.md @@ -1,21 +1,21 @@ -# Porting to Minecraft 1.20 +# Porting to Minecraft 1.20.4 Here you can find a list of primers on how to port from old versions to the current version. Some versions are lumped together since that particular version never saw much usage. -| From -> To | Primer | -|:-----------------:|:----------------------------------------| -| 1.12 -> 1.13/1.14 | [Primer by williewillus][112to114] | -| 1.14 -> 1.15 | [Primer by williewillus][114to115] | -| 1.15 -> 1.16 | [Primer by 50ap5ud5][115to116] | -| 1.16 -> 1.17 | [Primer by 50ap5ud5][116to117] | -| 1.19.2 -> 1.19.3 | [Primer by ChampionAsh5357][1192to1193] | -| 1.19.3 -> 1.19.4 | [Primer by ChampionAsh5357][1193to1194] | -| 1.19.4 -> 1.20.0 | [Primer by ChampionAsh5357][1194to120] | +| From -> To | Primer | +|:------------------:|:----------------------------------------| +| 1.12 -> 1.13/1.14 | [Primer by williewillus][112to114] | +| 1.14 -> 1.15 | [Primer by williewillus][114to115] | +| 1.15 -> 1.16 | [Primer by 50ap5ud5][115to116] | +| 1.16 -> 1.17 | [Primer by 50ap5ud5][116to117] | +| 1.19.2 -> 1.19.3 | [Primer by ChampionAsh5357][1192to1193] | +| 1.19.3 -> 1.19.4 | [Primer by ChampionAsh5357][1193to1194] | +| 1.19.4 -> 1.20 | [Primer by ChampionAsh5357][1194to120] | [112to114]: https://gist.github.com/williewillus/353c872bcf1a6ace9921189f6100d09a [114to115]: https://gist.github.com/williewillus/30d7e3f775fe93c503bddf054ef3f93e [115to116]: https://gist.github.com/50ap5ud5/f4e70f0e8faeddcfde6b4b1df70f83b8 [116to117]: https://gist.github.com/50ap5ud5/beebcf056cbdd3c922cc8993689428f4 -[1192to1193]: https://gist.github.com/ChampionAsh5357/c21724bafbc630da2ed8899fe0c1d226 -[1193to1194]: https://gist.github.com/ChampionAsh5357/163a75e87599d19ee6b4b879821953e8 -[1194to120]: https://gist.github.com/ChampionAsh5357/cf818acc53ffea6f4387fe28c2977d56 +[1192to1193]: https://github.com/neoforged/.github/blob/main/primers/1.19.3/index.md +[1193to1194]: https://github.com/neoforged/.github/blob/main/primers/1.19.4/index.md +[1194to120]: https://github.com/neoforged/.github/blob/main/primers/1.20/index.md diff --git a/versioned_docs/version-1.20.6/legacy/porting.md b/versioned_docs/version-1.20.6/legacy/porting.md index 0b8664922..4fbd56893 100644 --- a/versioned_docs/version-1.20.6/legacy/porting.md +++ b/versioned_docs/version-1.20.6/legacy/porting.md @@ -1,4 +1,4 @@ -# Porting to Minecraft 1.20 +# Porting to Minecraft 1.20.6 Here you can find a list of primers on how to port from old versions to the current version. Some versions are lumped together since that particular version never saw much usage. @@ -10,14 +10,16 @@ Here you can find a list of primers on how to port from old versions to the curr | 1.16 -> 1.17 | [Primer by 50ap5ud5][116to117] | | 1.19.2 -> 1.19.3 | [Primer by ChampionAsh5357][1192to1193] | | 1.19.3 -> 1.19.4 | [Primer by ChampionAsh5357][1193to1194] | -| 1.19.4 -> 1.20.0 | [Primer by ChampionAsh5357][1194to120] | -| 1.20.4 -> 1.20.5/6 | [Primer by ChampionAsh5357][1204to1205] | +| 1.19.4 -> 1.20 | [Primer by ChampionAsh5357][1194to120] | +| 1.20.4 -> 1.20.5 | [Primer by ChampionAsh5357][1204to1205] | +| 1.20.5 -> 1.20.6 | [Primer by ChampionAsh5357][1205to1206] | [112to114]: https://gist.github.com/williewillus/353c872bcf1a6ace9921189f6100d09a [114to115]: https://gist.github.com/williewillus/30d7e3f775fe93c503bddf054ef3f93e [115to116]: https://gist.github.com/50ap5ud5/f4e70f0e8faeddcfde6b4b1df70f83b8 [116to117]: https://gist.github.com/50ap5ud5/beebcf056cbdd3c922cc8993689428f4 -[1192to1193]: https://gist.github.com/ChampionAsh5357/c21724bafbc630da2ed8899fe0c1d226 -[1193to1194]: https://gist.github.com/ChampionAsh5357/163a75e87599d19ee6b4b879821953e8 -[1194to120]: https://gist.github.com/ChampionAsh5357/cf818acc53ffea6f4387fe28c2977d56 -[1204to1205]: https://gist.github.com/ChampionAsh5357/53b04132e292aa12638d339abfabf955 +[1192to1193]: https://github.com/neoforged/.github/blob/main/primers/1.19.3/index.md +[1193to1194]: https://github.com/neoforged/.github/blob/main/primers/1.19.4/index.md +[1194to120]: https://github.com/neoforged/.github/blob/main/primers/1.20/index.md +[1204to1205]: https://github.com/neoforged/.github/blob/main/primers/1.20.5/index.md +[1205to1206]: https://github.com/neoforged/.github/blob/main/primers/1.20.6/index.md diff --git a/versioned_docs/version-1.21.1/legacy/porting.md b/versioned_docs/version-1.21.1/legacy/porting.md index d26e0a1a1..9d08b0823 100644 --- a/versioned_docs/version-1.21.1/legacy/porting.md +++ b/versioned_docs/version-1.21.1/legacy/porting.md @@ -1,4 +1,4 @@ -# Porting to Minecraft 1.20 +# Porting to Minecraft 1.21.1 Here you can find a list of primers on how to port from old versions to the current version. Some versions are lumped together since that particular version never saw much usage. @@ -10,16 +10,20 @@ Here you can find a list of primers on how to port from old versions to the curr | 1.16 -> 1.17 | [Primer by 50ap5ud5][116to117] | | 1.19.2 -> 1.19.3 | [Primer by ChampionAsh5357][1192to1193] | | 1.19.3 -> 1.19.4 | [Primer by ChampionAsh5357][1193to1194] | -| 1.19.4 -> 1.20.0 | [Primer by ChampionAsh5357][1194to120] | -| 1.20.4 -> 1.20.5/6 | [Primer by ChampionAsh5357][1204to1205] | +| 1.19.4 -> 1.20 | [Primer by ChampionAsh5357][1194to120] | +| 1.20.4 -> 1.20.5 | [Primer by ChampionAsh5357][1204to1205] | +| 1.20.5 -> 1.20.6 | [Primer by ChampionAsh5357][1205to1206] | | 1.20.6 -> 1.21 | [Primer by ChampionAsh5357][1206to121] | +| 1.21 -> 1.21.1 | [Primer by ChampionAsh5357][121to1211] | [112to114]: https://gist.github.com/williewillus/353c872bcf1a6ace9921189f6100d09a [114to115]: https://gist.github.com/williewillus/30d7e3f775fe93c503bddf054ef3f93e [115to116]: https://gist.github.com/50ap5ud5/f4e70f0e8faeddcfde6b4b1df70f83b8 [116to117]: https://gist.github.com/50ap5ud5/beebcf056cbdd3c922cc8993689428f4 -[1192to1193]: https://gist.github.com/ChampionAsh5357/c21724bafbc630da2ed8899fe0c1d226 -[1193to1194]: https://gist.github.com/ChampionAsh5357/163a75e87599d19ee6b4b879821953e8 -[1194to120]: https://gist.github.com/ChampionAsh5357/cf818acc53ffea6f4387fe28c2977d56 -[1204to1205]: https://gist.github.com/ChampionAsh5357/53b04132e292aa12638d339abfabf955 -[1206to121]: https://gist.github.com/ChampionAsh5357/d895a7b1a34341e19c80870720f9880f +[1192to1193]: https://github.com/neoforged/.github/blob/main/primers/1.19.3/index.md +[1193to1194]: https://github.com/neoforged/.github/blob/main/primers/1.19.4/index.md +[1194to120]: https://github.com/neoforged/.github/blob/main/primers/1.20/index.md +[1204to1205]: https://github.com/neoforged/.github/blob/main/primers/1.20.5/index.md +[1205to1206]: https://github.com/neoforged/.github/blob/main/primers/1.20.6/index.md +[1206to121]: https://github.com/neoforged/.github/blob/main/primers/1.21/index.md +[121to1211]: https://github.com/neoforged/.github/blob/main/primers/1.21.1/index.md