From 050748d8cd52598ad35088287913c9e58e37bea3 Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Sat, 12 Aug 2023 15:33:18 +0100 Subject: [PATCH] docs: replace local links with full URLs --- README.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 2ebfdf0..c7205a4 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -8,7 +8,7 @@ Spruce is a tool that generates a PDF document from a CV written in JSON. The PDF generation is completed in two steps: -1. The application parses the JSON document and generates a TEX file using the TEX template files located in the link:./internal/cmd/templates[templates] directory. +1. The application parses the JSON document and generates a TEX file using the TEX template files located in the https://codeflow.dananglin.me.uk/apollo/spruce/src/branch/main/internal/cmd/templates/tex[templates] directory. 2. The application then uses ConTeXt to generate the final PDF document from the generated TEX file. == Requirements @@ -53,7 +53,7 @@ mtxrun --script fonts --reload === Mage (Optional) -The project includes a link:magefiles/mage.go[magefile] for automating the build and installation of the spruce binary. +The project includes a https://codeflow.dananglin.me.uk/apollo/spruce/src/branch/main/magefiles/mage.go[magefile] for automating the build and installation of the spruce binary. With Mage the build information is built into the binary when it is compiled. You can visit the https://magefile.org[website] for instructions on how to install Mage.