We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e60a02 commit c5006d1Copy full SHA for c5006d1
doc/javascript/version.js
@@ -14,8 +14,7 @@ window.docMeta = (async function () {
14
neo4jPageId = href.replace(baseUri, '');
15
}
16
17
- const versionsUrl =
18
- 'https://neo4j.com/docs/graph-data-science/gds-doc-versions.json';
+ const versionsUrl = unversionedDocBaseUri + 'gds-doc-versions.json';
19
const availableDocVersions = await jQuery.ajax({
20
type: 'GET',
21
url: versionsUrl,
0 commit comments