From cf9ce9b1da5c71467abf11ebf9e4ff465fe24d08 Mon Sep 17 00:00:00 2001 From: Steve Streeting Date: Tue, 15 Feb 2022 17:10:07 +0000 Subject: [PATCH] Hard-code URL to GitScripts submodule doc GitHub doesn't like the relative link, it only works locally --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index d077203..791197e 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -7,7 +7,7 @@ They're written on the basis of using Git / Git LFS rather than Perforce (many o automation tools assume P4, which can be inconvenient). * [Setting up a project for Git / Git-LFS](./doc/GitSetup.md): including LFS locking -* [Managing Git LFS Locking Tasks](./GitScripts/Readme.md): push and unlock, release locks you don't need any more +* [Managing Git LFS Locking Tasks](https://github.com/sinbad/GitScripts): push and unlock, release locks you don't need any more * [Packaging a Game](./doc/Package.md): building, cooking, archiving * [Releasing a Game](./doc/Release.md): e.g. uploading to Itch, Steam * [Rebuilding Lightmaps](./doc/RebuildLightmaps.md): build lighting on the command line easily (supporting git-lfs locking, no P4 dependency like RunUAT)