Skip to content

Commit f0ee66e

Browse files
committed
fd-update
1 parent 3df41c5 commit f0ee66e

35 files changed

+1
-1
lines changed
-3 Bytes
Binary file not shown.
-3 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.
5 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.
1 Byte
Binary file not shown.
0 Bytes
Binary file not shown.
4 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.
-3 Bytes
Binary file not shown.
Binary file not shown.
-1 Bytes
Binary file not shown.
1 Byte
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

__site/__generated/isl/lab-10.tar.gz

1 Byte
Binary file not shown.

__site/__generated/isl/lab-2.tar.gz

0 Bytes
Binary file not shown.

__site/__generated/isl/lab-3.tar.gz

1 Byte
Binary file not shown.

__site/__generated/isl/lab-4.tar.gz

-4 Bytes
Binary file not shown.

__site/__generated/isl/lab-5.tar.gz

0 Bytes
Binary file not shown.

__site/__generated/isl/lab-6b.tar.gz

0 Bytes
Binary file not shown.

__site/__generated/isl/lab-8.tar.gz

0 Bytes
Binary file not shown.

__site/__generated/isl/lab-9.tar.gz

1 Byte
Binary file not shown.

__site/libs/nav/head.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ function createNavItem(item) {
434434
// set style, link and text content of anchor
435435
link.textContent = item.name;
436436
link.classList.add("main-nav-item");
437-
link.href = (hosted && !item.href.startWith("https"))
437+
link.href = hosted
438438
? origin + "/DataScienceTutorials.jl" + item.href
439439
: item.href;
440440
link.id = item.id;

0 commit comments

Comments
 (0)