Skip to content

Commit 72b1364

Browse files
committed
Fixed bug
1 parent f7eb26d commit 72b1364

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<title>pcannon09's documentation list</title>
5-
<link rel="icon" type="image/x-icon" href="/rsrc/imgs/favicon.png">
5+
<link rel="icon" type="image/x-icon" href="./rsrc/imgs/favicon.png">
66
<script>
77
function includeHTML() {
88
const elements = document.querySelectorAll("[data-include-html]");
@@ -24,9 +24,9 @@
2424

2525
<div> <a href="https://www.github.com/pcannon09"> Go to `pcannon09's` repo </a> </div> <br>
2626
<div> Documentations: </div>
27-
<div> <a href="/pages/libs/libs.html"> Go to `pcannon09's` libs documentations </a> </div> <br>
27+
<div> <a href="./pages/libs/libs.html"> Go to `pcannon09's` libs documentations </a> </div> <br>
2828
<div> --------------- </div>
2929

30-
<div data-include-html="/pages/libs/libs.html"></div>
30+
<div data-include-html="./pages/libs/libs.html"></div>
3131
</body>
3232
</html>

pages/libs/libs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<body>
99
<div> # Pcannon09's libs <div> <br>
1010
<div>
11-
<a href="/pages/libs/cpp-time-utils/html"> Go to `Cpp Time Utils` documentation </a>
11+
<a href="./pages/libs/cpp-time-utils/html"> Go to `Cpp Time Utils` documentation </a>
1212
</div> <br>
1313
</body>

0 commit comments

Comments
 (0)