diff options
author | gumi <git@gumi.ca> | 2019-06-29 13:32:57 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2019-06-29 13:32:57 -0400 |
commit | a55d1feb915d5961d5aa0bca869210534cb9dc3e (patch) | |
tree | 28d08dd9d29b82158d93e990a98417f0cac3bd69 /includes | |
parent | be5aada6dcfabdb565f17b18d0c7cefd64cf0b29 (diff) | |
download | website-a55d1feb915d5961d5aa0bca869210534cb9dc3e.tar.gz website-a55d1feb915d5961d5aa0bca869210534cb9dc3e.tar.bz2 website-a55d1feb915d5961d5aa0bca869210534cb9dc3e.tar.xz website-a55d1feb915d5961d5aa0bca869210534cb9dc3e.zip |
remove the downloads page, use the wiki insteadphp
Diffstat (limited to 'includes')
-rw-r--r-- | includes/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.php b/includes/common.php index d1eec1e..bffb1b1 100644 --- a/includes/common.php +++ b/includes/common.php @@ -58,7 +58,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= <div class="section"> <ul> <li><a href="registration.php">Create Account</a></li> - <li><a href="downloads.php">Downloads</a></li> + <li><a href="https://wiki.themanaworld.org/index.php/Downloads">Downloads</a></li> <li><a href="news-feed.php">News</a></li> <li><a href="about.php">About</a></li> <li><a href="/recover">Account Recovery</a></li> |