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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2022-02-03 23:06:11 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2022-02-03 23:06:11 +0300
commitbda210d74ae800e38b3d4bb99889a3a528da1a12 (patch)
treed78d0fc370a3b35f77540d2faf137c20051a4e4f /doc
parente7f74a7d6a14c89b36cd2904097f245de509a7a6 (diff)
Py Docs: Fix json URL
In the future when we have a docs staging area it will be important to change where this JSON is pulled from. For now, always pull from the "Production" versions
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/static/js/version_switch.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python_api/static/js/version_switch.js b/doc/python_api/static/js/version_switch.js
index 88468b163e4..7d9c449d2e3 100644
--- a/doc/python_api/static/js/version_switch.js
+++ b/doc/python_api/static/js/version_switch.js
@@ -1,7 +1,7 @@
(function() { // switch: v1.2
"use strict";
-var versionsFileUrl = "https://docs.blender.org/versions.json"
+var versionsFileUrl = "https://docs.blender.org/PROD/versions.json"
var all_versions;