Skip to content

Commit cbb6627

Browse files
committed
Deal with issues for path on github pages
1 parent 3683aae commit cbb6627

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/docs/examples.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Examples - fast_io Documentation</title>
7-
<link rel="stylesheet" href="/style.css">
8-
<link rel="manifest" href="/manifest.json">
7+
<link rel="stylesheet" href="../style.css">
8+
<link rel="manifest" href="../manifest.json">
99
</head>
1010
<body>
1111
<main>
@@ -36,8 +36,8 @@ <h2>More Examples Coming Soon</h2>
3636
</section>
3737

3838
<div class="page-navigation">
39-
<a href="/docs/intro.html" class="prev-button">← Previous: Introduction</a>
40-
<a href="/docs/api.html" class="next-button">Next: API Reference →</a>
39+
<a href="intro.html" class="prev-button">← Previous: Introduction</a>
40+
<a href="api.html" class="next-button">Next: API Reference →</a>
4141
</div>
4242
</main>
4343

docs/docs/intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ <h2>Video Introduction</h2>
149149
</section>
150150
<!-- Add this after the last section -->
151151
<div class="next-page">
152-
<a href="/docs/examples.html" class="next-button">Next: Examples →</a>
152+
<a href="examples.html" class="next-button">Next: Examples →</a>
153153
</div>
154154
</main>
155155

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>fast_io - fast_io documentations</title>
7-
<link rel="manifest" href="/manifest.json">
8-
<link rel="stylesheet" href="/style.css">
7+
<link rel="manifest" href="manifest.json">
8+
<link rel="stylesheet" href="style.css">
99
</head>
1010
<body>
1111
<h1>fast_io</h1>

0 commit comments

Comments
 (0)