Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-12-20 13:57:14 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-12-20 13:57:14 +0300
commite4b9fad37b8ebf4c2578e01e2a60f4b7dd1eeb46 (patch)
tree45f3cffd6c6b31091714bd4759b7796a93dda88b /content/404.html
parent8a5232ac9282dee0b436841de9c46ecab3c3908b (diff)
Release 12.6
Diffstat (limited to 'content/404.html')
-rw-r--r--content/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/404.html b/content/404.html
index bede4071..6b56d91a 100644
--- a/content/404.html
+++ b/content/404.html
@@ -39,7 +39,7 @@ searchbar: false
<script type="text/javascript">
// Redirect to /archives on a non-existing versions
// Place here all offline versions as seen inside content/_data/versions.yaml
- if (/10.3|10.4|10.5|10.6|10.7|10.8|11.0|11.1|11.2|11.3|11.4|11.5|11.6|11.7|11.8|11.9|11.10|11.11|12.0|12.1|12.2/.test(window.location.href)) {
+ if (/10.3|10.4|10.5|10.6|10.7|10.8|11.0|11.1|11.2|11.3|11.4|11.5|11.6|11.7|11.8|11.9|11.10|11.11|12.0|12.1|12.2|12.3/.test(window.location.href)) {
window.location.replace("https://docs.gitlab.com/archives");
}
</script>