diff --git a/Gemfile b/Gemfile index 1db6833..4b47e9f 100644 --- a/Gemfile +++ b/Gemfile @@ -5,3 +5,5 @@ gem "jekyll", "~> 4.3.2" # installed by `gem jekyll` gem "just-the-docs", "0.7.0" # pinned to the current release # gem "just-the-docs" # always download the latest release + +gem "jekyll-relative-links", "0.7.0" diff --git a/Gemfile.lock b/Gemfile.lock index bbae9cf..b11fb3c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -34,6 +34,8 @@ GEM webrick (~> 1.7) jekyll-include-cache (0.2.1) jekyll (>= 3.7, < 5.0) + jekyll-relative-links (0.7.0) + jekyll (>= 3.3, < 5.0) jekyll-sass-converter (3.0.0) sass-embedded (~> 1.54) jekyll-seo-tag (2.8.0) @@ -64,9 +66,10 @@ GEM rexml (3.2.6) rouge (4.1.3) safe_yaml (1.0.5) - sass-embedded (1.67.0) + sass-embedded (1.63.6-arm64-darwin) + google-protobuf (~> 3.23) + sass-embedded (1.63.6-x86_64-linux-gnu) google-protobuf (~> 3.23) - rake (>= 13.0.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.4.2) @@ -79,6 +82,7 @@ PLATFORMS DEPENDENCIES jekyll (~> 4.3.2) + jekyll-relative-links (= 0.7.0) just-the-docs (= 0.7.0) BUNDLED WITH diff --git a/_config.yml b/_config.yml index 6f34e1a..745cd45 100644 --- a/_config.yml +++ b/_config.yml @@ -9,3 +9,6 @@ logo: /assets/OS2compliance_logo.svg aux_links: github.com/os2compliance: https://github.com/OS2compliance/OS2compliance os2.eu/os2compliance: https://www.os2.eu/os2compliance + +plugins: + - jekyll-relative-links diff --git a/index.md b/index.md index b33627d..b51491f 100644 --- a/index.md +++ b/index.md @@ -7,7 +7,7 @@ nav_order: 1 This repository contains documentation for OS2compliance. ## Development setup -See [development.md](development.md) for instructions on how to get started developing. +See [development](development.md) for instructions on how to get started developing. ## Hosting -See [hosting.md](hosting.md) for instructions on how to host the application. +See [hosting](hosting.md) for instructions on how to host the application.