Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 14177ab

Browse files
committed
change doc symbol in the links - docs versions
1 parent d3f67d1 commit 14177ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
var currentvfound = false;
8686
var name = "ns-current-base-url";
8787
for (var i = 0; i < varray.length-1; i++) {
88-
var currentversion = (varray[i]['version'].replace(/\s/g, "")).replace(".", "_");
88+
var currentversion = (varray[i]['version'].replace(/\s/g, "")).replace(".", "-");
8989
var itemUrl = baseUrl + "/" + currentversion;
9090
if ((docsUrl.indexOf(currentversion) >= 0) && (!currentvfound)) {
9191
currentvfound = true

0 commit comments

Comments
 (0)