Update the redirect to point to new repository name.
This commit is contained in:
parent
51b38cd7a8
commit
a3b549fc18
|
@ -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 ^([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.
|
||||||
|
|
|
@ -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!
|
||||||
|
|
Loading…
Reference in New Issue