Skip to content

Commit

Permalink
Fix Extensions/Plugins link on website
Browse files Browse the repository at this point in the history
This has incorrectly gone to the adapters rdoc page, probably since the
website redesign.
  • Loading branch information
jeremyevans committed Jan 1, 2024
1 parent 44fda5f commit 6fecf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/pages/documentation.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<h3 class="h3"><a class="a" href="rdoc-adapters/index.html">Adapters</a></h3>
</div>
<div class="row__item">
<h3 class="h3"><a class="a" href="rdoc-adapters/index.html">Extensions/Plugins</a></h3>
<h3 class="h3"><a class="a" href="rdoc-plugins/index.html">Extensions/Plugins</a></h3>
</div>
</div>

Expand Down

0 comments on commit 6fecf09

Please sign in to comment.