diff --git a/changelogs/CHANGELOG.md b/changelogs/CHANGELOG.md index 6a909d88d..fff27a568 100644 --- a/changelogs/CHANGELOG.md +++ b/changelogs/CHANGELOG.md @@ -11,6 +11,7 @@ - [Expert] Corrected some English translations [\#981](https://github.com/EnigmaticaModpacks/Enigmatica9/issues/981) - Ancient Slabs/Stairs are now properly tagged [\#981](https://github.com/EnigmaticaModpacks/Enigmatica9/issues/981) +- Fixed link to quantum bridge in ae2 quests [\#991](https://github.com/EnigmaticaModpacks/Enigmatica9/issues/991) --- diff --git a/config/ftbquests/quests/chapters/applied_energistics_2.snbt b/config/ftbquests/quests/chapters/applied_energistics_2.snbt index 316cb3506..493e0a5f4 100644 --- a/config/ftbquests/quests/chapters/applied_energistics_2.snbt +++ b/config/ftbquests/quests/chapters/applied_energistics_2.snbt @@ -749,7 +749,7 @@ "" "Once built, the two sides of the network are seen as the same. Be sure to chunk load both sides, however." "" - "{\"text\":\"AE2 Wiki: Quantum Bridge\",\"color\":\"blue\",\"underlined\":\"true\",\"clickEvent\":{\"action\":\"open_url\",\"value\":\"https://appliedenergistics.github.io/features/me-network/quantum-bridge\"}}" + "{\"text\":\"AE2 Wiki: Quantum Bridge\",\"color\":\"blue\",\"underlined\":\"true\",\"clickEvent\":{\"action\":\"open_url\",\"value\":\"https://guide.appliedenergistics.org/1.19.2/features/me-network/quantum-bridge\"}}" ] icon: "ae2:quantum_entangled_singularity" id: "444829B39E4D1BAA" diff --git a/config/ftbquests/quests/chapters/applied_energistics_2_expert.snbt b/config/ftbquests/quests/chapters/applied_energistics_2_expert.snbt index 5646e585a..ca80acdd8 100644 --- a/config/ftbquests/quests/chapters/applied_energistics_2_expert.snbt +++ b/config/ftbquests/quests/chapters/applied_energistics_2_expert.snbt @@ -676,7 +676,7 @@ "" "Once built, the two sides of the network are seen as the same. Be sure to chunk load both sides, however." "" - "{\"text\":\"AE2 Wiki: Quantum Bridge\",\"color\":\"blue\",\"underlined\":\"true\",\"clickEvent\":{\"action\":\"open_url\",\"value\":\"https://appliedenergistics.github.io/features/me-network/quantum-bridge\"}}" + "{\"text\":\"AE2 Wiki: Quantum Bridge\",\"color\":\"blue\",\"underlined\":\"true\",\"clickEvent\":{\"action\":\"open_url\",\"value\":\"https://guide.appliedenergistics.org/1.19.2/features/me-network/quantum-bridge\"}}" ] icon: "ae2:quantum_entangled_singularity" id: "03662FB8C114E255"