docs: replace local links with full URLs

This commit is contained in:
Dan Anglin 2023-08-12 15:33:18 +01:00
parent 82bdc231e3
commit 050748d8cd
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -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.