Skip to content

Commit

Permalink
Update stale blog link to active forum link. (#273)
Browse files Browse the repository at this point in the history
* Update stale blog link to active forum link.

* Bunbler 1.17.2 is not compatible with Ruby 3.x

in Ruby 3.x, REXML is no longer automatically bundled with Ruby

* try and make link more robust for forked repo github pages

---------

Co-authored-by: CircusDad <[email protected]>
  • Loading branch information
CircusDad and CircusDad authored Sep 26, 2024
1 parent 7eff42a commit d376f66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ GEM
concurrent-ruby (~> 1.0)
tzinfo-data (1.2018.9)
tzinfo (>= 1.0.0)
rexml

PLATFORMS
ruby
Expand All @@ -68,4 +69,4 @@ DEPENDENCIES
tzinfo-data

BUNDLED WITH
1.17.2
2.7.0
2 changes: 1 addition & 1 deletion _includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<li><a href="{{'community' | relative_url}}">Community</a></li>
<li><a href="{{'fund' | relative_url}}">Funding</a></li>
<li><a href="{{'open-research-problems' | relative_url}}">Research</a></li>
<li><a href="{{'blog' | relative_url}}">Blog</a></li>
<li><a href="https://forum.grin.mw">Forum</a></li>
<li><a href="https://docs.grin.mw">Docs</a></li>
<li><a href="https://github.com/mimblewimble/grin">GitHub</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion download.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
---
<script type="text/javascript" src="/assets/js/download.js"></script>
<script type="text/javascript" src="./assets/js/download.js"></script>
<main class="site pad">
<div class="download">
<div class="download-heading">
Expand Down

0 comments on commit d376f66

Please sign in to comment.