Update tutorial to correct an oversight and add more content.

This commit is contained in:
Chris Wilson
2020-08-13 21:24:11 -04:00
parent df6ee1a08b
commit 9352687d61
4 changed files with 47 additions and 17 deletions

View File

@@ -25,7 +25,7 @@
<a href="{{ url_for("uploads") }}">
<button>Host Existing Game</button>
</a>
<a href="{{ url_for('readme') }}">
<a href="{{ url_for('tutorial') }}">
<button>Setup Guide</button>
</a>
<a href="{{ url_for("mysterycheck") }}">
@@ -43,7 +43,7 @@
<p>Currently, a locally installed client is required to play. This client should handle patching
your ROM files and connecting to the multiworld server. More information on how to set up a local
client may be found on the
<a href="{{ url_for("readme") }}">Setup Guide</a>.</p>
<a href="{{ url_for("tutorial") }}">Setup Guide</a>.</p>
<p>This website is under active development. As such, your hosted rooms may occasionally disappear,
and there may be bugs. If you do happen to find a bug, please report it
<a href="https://github.com/Berserker66/MultiWorld-Utilities/issues">here</a>.</p>