Fixed type on the gridsquare index page.. should have been satellites in the url

这个提交包含在:
Peter Goodhall 2019-06-26 22:14:55 +01:00
父节点 ba412ab07e
当前提交 f6a636eb15

查看文件

@ -12,7 +12,7 @@
<h2><?php echo $page_title; ?></h2>
<nav class="nav">
<a class="nav-link" href="<?php echo site_url('gridsquares/satellite'); ?>">Satellites</a>
<a class="nav-link" href="<?php echo site_url('gridsquares/satellites'); ?>">Satellites</a>
<a class="nav-link" href="<?php echo site_url('gridsquares/band/2m'); ?>">Band</a>
</nav>
</div>