Skip to content
Snippets Groups Projects
Unverified Commit 76c5b2fd authored by Lars Bilke's avatar Lars Bilke Committed by GitHub
Browse files

[web] Added redirects for (old) keyword docs and license.

Tutorial books contain links to the old OGS-5 keyword documentation.
parent 6cc64c79
No related branches found
No related tags found
No related merge requests found
...@@ -32,3 +32,11 @@ ...@@ -32,3 +32,11 @@
yarn --ignore-engines --ignore-optional --non-interactive yarn --ignore-engines --ignore-optional --non-interactive
pandoc-citeproc --bib2json ../Documentation/bibliography.bib > data/bibliography.json pandoc-citeproc --bib2json ../Documentation/bibliography.bib > data/bibliography.json
hugo -b $DEPLOY_PRIME_URL""" hugo -b $DEPLOY_PRIME_URL"""
[[redirects]]
from = "/help/documentation"
to = "https://ogs5-keywords.netlify.com"
[[redirects]]
from = "/project/license"
to = "https://github.com/ufz/ogs/blob/master/LICENSE.txt"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment