mitre / hipcheck

Automatically assess and score software repositories for supply chain risk.
https://mitre.github.io/hipcheck/
Apache License 2.0
62 stars 3 forks source link

fix: Fix broken website links in production. #189

Closed alilleybrinker closed 2 months ago

alilleybrinker commented 2 months ago

Previously, by hardcoding a number of links, we were breaking in production because the production site is served under a sub-path of the https://mitre.github.io host: hipcheck/. This commit fixes many of these broken links, including those on the homepage and in the navigation and footer, as I now better understand Zola's mechanism for linking to pages within the site in a way that always ensures proper handling of the site's base_url.