Skip to content

Commit

Permalink
3 links to development and hosting are wrong (#5)
Browse files Browse the repository at this point in the history
* fix: Added plugin to handle markdown and URL links
Added a plugin to handle relative markdown and url links following
this method: https://mademistakes.com/mastering-jekyll/how-to-link/#jekyll-relative-links-plugin

* fix: Updated Gemfile.lock file generated and added
  • Loading branch information
janhalen authored Nov 20, 2023
1 parent 7b0b029 commit 91b513a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
8 changes: 6 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -79,6 +82,7 @@ PLATFORMS

DEPENDENCIES
jekyll (~> 4.3.2)
jekyll-relative-links (= 0.7.0)
just-the-docs (= 0.7.0)

BUNDLED WITH
Expand Down
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 91b513a

Please sign in to comment.