We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ee66e commit c4015b1Copy full SHA for c4015b1
1 file changed
_libs/nav/head.js
@@ -434,7 +434,7 @@ function createNavItem(item) {
434
// set style, link and text content of anchor
435
link.textContent = item.name;
436
link.classList.add("main-nav-item");
437
- link.href = hosted
+ link.href = (hosted && !item.href.startsWith("https"))
438
? origin + "/DataScienceTutorials.jl" + item.href
439
: item.href;
440
link.id = item.id;
0 commit comments