From fddd0f17573373275d3026eaf502f8ede03c895d Mon Sep 17 00:00:00 2001 From: jjspace <8007967+jjspace@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:32:19 -0500 Subject: [PATCH] fix contributors guide link --- Apps/Sandcastle/Sandcastle-header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apps/Sandcastle/Sandcastle-header.js b/Apps/Sandcastle/Sandcastle-header.js index 5c9c0ad51570..9ab0530ec2aa 100644 --- a/Apps/Sandcastle/Sandcastle-header.js +++ b/Apps/Sandcastle/Sandcastle-header.js @@ -105,7 +105,7 @@ ) ) { window.location = - "https://github.com/CesiumGS/cesium/wiki/Contributor%27s-Guide"; + "https://github.com/CesiumGS/cesium/blob/main/Documentation/Contributors/BuildGuide/README.md#quickstart"; } } })();