Skip to content

Commit

Permalink
Fix failing CI linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed May 8, 2023
1 parent 48e186c commit 84e5b1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Run tests
run: |
bundle exec jekyll build
bundle exec htmlproofer '_site/' --allow-hash-href --check-html --http-status-ignore 0
bundle exec htmlproofer '_site/' --allow-hash-href --check-html --http-status-ignore 0,403
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h5 class="footer-title">Development</h5>
<ul class="list-unstyled">
<li><a href="https://github.com/minetest/minetest">GitHub</a></li>
<li><a href="https://wiki.minetest.net/IRC">#minetest-dev on Libera IRC</a></li>
<li><a href="https://dev.minetest.net">Developer Wiki</a></li>
<li><a href="https://dev.minetest.net/Main_Page">Developer Wiki</a></li>
<li><a href="https://minetest.gitlab.io/minetest/">Lua API</a></li>
<li><a href="{{ '/get-involved/#donate' | relative_url }}">Donate</a></li>
<li><a href="https://rubenwardy.com/minetest_modding_book/">Minetest Modding Book</a></li>
Expand Down
2 changes: 1 addition & 1 deletion get-involved.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h3 class="is-size-3">Project Structure</h3>
<strong>Games</strong> define game content: nodes, entities,
textures, meshes, sounds and custom behavior implemented in Lua.
Games consist of mods that plug into the engine using the
<a href="https://dev.minetest.net">Modding API</a>.
<a href="https://dev.minetest.net/Modding_Intro">Modding API</a>.
</li>
</ul>

Expand Down

0 comments on commit 84e5b1f

Please sign in to comment.