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:
Diffstat (limited to 'content/frontend/services/fetch_versions.js')
-rw-r--r--content/frontend/services/fetch_versions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/frontend/services/fetch_versions.js b/content/frontend/services/fetch_versions.js
index 6edf3e45..74ae9696 100644
--- a/content/frontend/services/fetch_versions.js
+++ b/content/frontend/services/fetch_versions.js
@@ -3,7 +3,7 @@
import { compareVersions } from 'compare-versions';
const BASE_URL = `${window.location.protocol}//${window.location.host}`;
-const DOCS_VERSIONS_ENDPOINT = `${BASE_URL}/versions.json`;
+const DOCS_VERSIONS_ENDPOINT = 'https://docs.gitlab.com/versions.json';
const GITLAB_RELEASE_DATES_ENDPOINT = `${BASE_URL}/release_dates.json`;
const DOCS_IMAGES_ENDPOINT =
'https://gitlab.com/api/v4/projects/1794617/registry/repositories/631635/tags?per_page=100';