From 6a107ba68b4388ec7093ac204f1138d391843078 Mon Sep 17 00:00:00 2001 From: lethosor Date: Sat, 14 Jan 2023 21:48:50 -0500 Subject: [PATCH] Update links to compilation docs from remaining pages Ref #2517 --- docs/Installing.rst | 4 ++-- index.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Installing.rst b/docs/Installing.rst index 05db198b8..bc58a39b7 100644 --- a/docs/Installing.rst +++ b/docs/Installing.rst @@ -50,7 +50,7 @@ The GCC 4.8 build is built on Ubuntu 14.04 and targets an older glibc, so it should work on older distributions. In the event that none of the provided binaries work on your distribution, -you may need to `compile DFHack from source `. +you may need to `compile DFHack from source `. macOS ----- @@ -86,7 +86,7 @@ restrictions apply (e.g. a file named ``Windows64`` is for 64-bit Windows DF). or by clicking "Download ZIP" on the repo homepage. This will give you an incomplete copy of the DFHack source code, which will not work as-is. (If you want to compile DFHack instead of using a pre-built release, see - `compile` for instructions.) + `building-dfhack-index` for instructions.) Installing DFHack ================= diff --git a/index.rst b/index.rst index af0f76052..cf808a59e 100644 --- a/index.rst +++ b/index.rst @@ -17,7 +17,7 @@ Quick Links * `Installation guide ` * `Getting help ` * :source:`Source code <>` - (**important:** read `compile` before attempting to build from source.) + (**important:** read `building-dfhack-index` before attempting to build from source.) User Manual ===========