1
0
mirror of https://github.com/minio/docs.git synced 2025-07-28 19:42:10 +03:00

move back to absolute url

This commit is contained in:
Harshavardhana
2021-02-02 12:22:26 -08:00
parent 1b8e574e7f
commit 36d811e7db

View File

@ -16,7 +16,7 @@ window.addEventListener("DOMContentLoaded", (event) => {
// Render navigation menu // Render navigation menu
if($('#nav')[0]) { if($('#nav')[0]) {
var navData = '_static/data/nav.json'; // Keep this link relative var navData = '/_static/data/nav.json';
var nav = $('.nav'); var nav = $('.nav');
$.getJSON( navData, function(data) { $.getJSON( navData, function(data) {