Hugo uses the {{ relref }} shortcode for internal links. This means that any links that are broken will be caught at build time, and won't make it into the production version of the site.
This issue is to go through and update all internal links to use the `{{ relref "link/address/here }}" shortcode.
Child of #153.
Hugo uses the
{{ relref }}
shortcode for internal links. This means that any links that are broken will be caught at build time, and won't make it into the production version of the site.This issue is to go through and update all internal links to use the `{{ relref "link/address/here }}" shortcode.