Skip to content

Commit

Permalink
Add missing trailing / on internal links,
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Dec 15, 2023
1 parent 3ae6b14 commit 94388d8
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ This page contains a range of resources to help you create a new mod or maintain

### Getting started

* If you would like to create a new mod please see the [wiki](https://fabricmc.net/wiki/start).
* If you would like to create a new mod please see the [wiki](https://fabricmc.net/wiki/start/).

* Use the online [template mod generator](./template).
* Use the online [template mod generator](./template/).

* An up-to date template mod can be found on [github](https://github.com/FabricMC/fabric-example-mod).

* Install the [Fabric command line tools](./cli).
* Install the [Fabric command line tools](./cli/).

* If you need some extra help we have a number of mod development channels on our [Discord](https://discord.gg/v6v4pMv).

Expand Down
6 changes: 3 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ layout: default
<h1>Fabric Loader</h1>
<p>Fabric is a modular, lightweight mod loader for Minecraft</p>
<br>
<a class="button primary large" href="/use">Download</a>
<a class="button primary large" href="/use/">Download</a>
</div>
</header>
<hr>
Expand All @@ -26,14 +26,14 @@ layout: default
<section>
<p>Fabric gives you powerful tools to change the game however you like. Use the online <a href="/develop/template/">template generator</a> to get started creating a mod. You can also use the <a href="https://github.com/FabricMC/fabric-example-mod">example mod</a> repository or <a href="/develop/cli/">CLI tools</a>.</p>
</section>
<a class="button secondary" href="/develop">Develop a mod</a>
<a class="button secondary" href="/develop/">Develop a mod</a>
</article>
<article class="column">
<h3>Explore</h3>
<section>
<p>Extensive documentation is available in the Fabric wiki for both developers and players. Get additional help from the <a href="https://discord.gg/v6v4pMv">Fabric Discord server</a>, or ask a question on the <a href="https://github.com/orgs/FabricMC/discussions">GitHub Discussion</a> forums.</p>
</section>
<a class="button secondary" href="/wiki">Visit the wiki</a>
<a class="button secondary" href="/wiki/">Visit the wiki</a>
</article>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion scripts/src/lib/Documentation.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<p style="color: red">Error: {error.message}</p>
<p>
For support please visit one of our
<a href="/discuss">community discussion</a>
<a href="/discuss/">community discussion</a>
groups.
</p>
{/await}
2 changes: 1 addition & 1 deletion scripts/src/lib/Installer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<p style="color: red">Error: {error.message}</p>
<p>
For support please visit one of our
<a href="/discuss">community discussion</a>
<a href="/discuss/">community discussion</a>
groups.
</p>
{/await}
Expand Down
4 changes: 2 additions & 2 deletions scripts/src/lib/LegacyVersion.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<p style="color: red">Error: {error.message}</p>
<p>
For support please vist one of our
<a href="/discuss">community discussion</a>
<a href="/discuss/">community discussion</a>
groups.
</p>
{/await}
Expand All @@ -74,7 +74,7 @@
<p style="color: red">Error: {error.message}</p>
<p>
For support please vist one of our
<a href="/discuss">community discussion</a>
<a href="/discuss/">community discussion</a>
groups.
</p>
{/await}
Expand Down
2 changes: 1 addition & 1 deletion scripts/src/lib/Server.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<p style="color: red">Error: {error.message}</p>
<p>
For support please visit one of our
<a href="/discuss">community discussion</a>
<a href="/discuss/">community discussion</a>
groups.
</p>
{/await}
Expand Down
2 changes: 1 addition & 1 deletion scripts/src/lib/Template.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
<p style="color: red">Error: {error.message}</p>
<p>
For support please visit one of our
<a href="/discuss">community discussion</a>
<a href="/discuss/">community discussion</a>
groups.
</p>
{/await}
Expand Down
2 changes: 1 addition & 1 deletion scripts/src/lib/Versions.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fabric_version={apiVersion}
<p style="color: red">Error: {error.message}</p>
<p>
For support please visit one of our
<a href="/discuss">community discussion</a>
<a href="/discuss/">community discussion</a>
groups.
</p>
{/await}
Expand Down

0 comments on commit 94388d8

Please sign in to comment.