Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 82283a2

Browse files
author
Jamie Snape
committed
Update some documentation links
1 parent 6357a22 commit 82283a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/layouts/layout.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ echo $this->doctype().PHP_EOL;
167167
?>
168168
</li>
169169
<li>
170-
<a href="http://www.kitware.com/midaswiki/index.php/Main_Page"> <?php echo $this->t('Help'); ?></a>
170+
<a href="https://midas-server.readthedocs.org/"> <?php echo $this->t('Help'); ?></a>
171171
</li>
172172

173173
<?php

core/views/install/index.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<div class="separator"></div>
3636
<h3>Installation</h3>
3737
This script will guide you during the installation of Midas Platform.<br/><br/>
38-
For more information go to:
39-
<a href="http://www.kitware.com/midaswiki/index.php/MIDAS3-Installation">http://www.kitware.com/midaswiki/index.php/MIDAS3-Installation</a>
38+
For more information go to
39+
<a href="https://midas-server.readthedocs.org/en/latest/">Read the Docs</a>.
4040

4141
<h3>System check</h3>
4242
<?php

0 commit comments

Comments
 (0)