Update the redirect to point to new repository name.

This commit is contained in:
Robbie Antenesse 2016-06-27 16:38:45 -06:00
parent 51b38cd7a8
commit a3b549fc18
2 changed files with 3 additions and 3 deletions

View File

@ -8,6 +8,6 @@ RewriteRule ^view/([0-9]+)/?$ index.php?dict=$1 [NC,L] # Handle dict
RewriteRule ^([0-9]+)/?$ index.php?dict=$1 [NC,L] # Handle dictionary ids.
RewriteRule ^issues/?$ https://github.com/Alamantus/DictionaryBuilder/issues [R=301,L] # Shorten issues url.
RewriteRule ^issues/?$ https://github.com/Alamantus/Lexiconga/issues [R=301,L] # Shorten issues url.
RewriteRule ^updates/?$ https://github.com/Alamantus/DictionaryBuilder/releases [R=301,L] # Shorten updates url.
RewriteRule ^updates/?$ https://github.com/Alamantus/Lexiconga/releases [R=301,L] # Shorten updates url.

View File

@ -1 +1 @@
<i><small>[Release Date]</small></i> | So much has been updated! Check the <a href="http://test.lexicon.ga/updates" target="_blank">Updates page</a> to see all the changes!
<i><small>[Release Date]</small></i> | So much has been updated! Check the <a href="/updates" target="_blank">Updates page</a> to see all the changes!