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.