Merge pull request 'Fix links in update page' (#116) from fix-links into main

Reviewed-on: #116
This commit is contained in:
KitaitiMakoto 2020-12-30 11:15:06 +00:00
commit af57c274b1

View file

@ -9,10 +9,10 @@ The instructions to update your instance depends on your installation method.
Please choose the one you are using:
<ul class="choices">
<li><a href="../docker/">Docker</a></li>
<li><a href="../yunohost/">YunoHost</a></li>
<li><a href="../prebuilt/">Prebuilt binaries</a></li>
<li><a href="../source-code/">From source</a></li>
<li><a href="docker/">Docker</a></li>
<li><a href="yunohost/">YunoHost</a></li>
<li><a href="prebuilt/">Prebuilt binaries</a></li>
<li><a href="source-code/">From source</a></li>
</ul>
Also please check [the release notes](https://git.joinplu.me/Plume/Plume/releases) to see if any additional operation is needed.