From 5e68e401f201946cbcff4706a8b2bab28c6c37b1 Mon Sep 17 00:00:00 2001 From: Angel Pons <22937129+Th3Fanbus@users.noreply.github.com> Date: Sun, 23 Jun 2024 15:03:55 +0000 Subject: [PATCH 1/2] dependencies.adoc: Add link to UE repo on mirror org Beginning on the 10th of June 2024, the Epic Games UE linker adds new users to a different organisation on GitHub, `EpicGames-Mirror-A`. As members of this mirror organisation do not have access to the private repositories from the main `EpicGames` organisation, checking whether the linking process was successful needs to be done using the correct organisation. Add a link to the mirror organisation's Unreal Engine repository, and specify when this change took place. --- .../ROOT/pages/Development/BeginnersGuide/dependencies.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/Development/BeginnersGuide/dependencies.adoc b/modules/ROOT/pages/Development/BeginnersGuide/dependencies.adoc index cac08f6c..d0d93b25 100644 --- a/modules/ROOT/pages/Development/BeginnersGuide/dependencies.adoc +++ b/modules/ROOT/pages/Development/BeginnersGuide/dependencies.adoc @@ -136,9 +136,9 @@ You will probably have to check your email and confirm from there, as well as making sure you're logged into your linked GitHub account when you follow the upcoming link. Verify this step has worked by visiting this repository link: -https://github.com/EpicGames/UnrealEngine/ +https://github.com/EpicGames/UnrealEngine/ (or https://github.com/EpicGames-Mirror-A/UnrealEngine/ since June 2024) If it worked, you will see a private GitHub repository -Close that browser tab - we don't need any files this repository. +Close that browser tab - we don't need any files from this repository. [id="UnrealLinker"] === Link Your GitHub Account to Our Repository From bf1327fecb6185b4f51801613d55160031d6eb94 Mon Sep 17 00:00:00 2001 From: Rob B Date: Sun, 23 Jun 2024 11:37:19 -0400 Subject: [PATCH 2/2] Add engine mirror to link checker ignore --- lychee.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/lychee.toml b/lychee.toml index 1e466af0..e4262631 100644 --- a/lychee.toml +++ b/lychee.toml @@ -7,6 +7,7 @@ exclude = [ # These will always be 404s unless you're authed "https://github.com/satisfactorymodding/UnrealEngine/", "https://github.com/EpicGames/UnrealEngine/", + "https://github.com/EpicGames-Mirror-A/UnrealEngine/", "https://github.com/SatisfactoryModdingUE/UnrealEngine/", # Site seems to disallow robots "https://cable.ayra.ch/satisfactory/editor.php",