Skip to content

Commit 82dfb40

Browse files
hotfix2: compilation 404 error
1 parent 17e50c1 commit 82dfb40

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

documents/compilation/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ tags:
1919
## 章节导航
2020

2121
<ChapterNav>
22-
<ChapterLink num="1" href="01-compilation-and-linking-overview.md">编译与链接概述</ChapterLink>
23-
<ChapterLink num="2" href="02-reuse-concept.md">复用的概念</ChapterLink>
24-
<ChapterLink num="3" href="03-creating-and-using-static-libs.md">创建和使用静态库</ChapterLink>
25-
<ChapterLink num="4" href="04-dynamic-libraries-1.md">动态库(上)</ChapterLink>
26-
<ChapterLink num="5" href="05-dynamic-library-design.md">动态库设计</ChapterLink>
27-
<ChapterLink num="6" href="06-symbol-visibility.md">符号可见性</ChapterLink>
28-
<ChapterLink num="7" href="07-symbol-missing-and-runtime-loading.md">符号缺失与运行时加载</ChapterLink>
29-
<ChapterLink num="8" href="08-library-search-logic.md">库搜索逻辑</ChapterLink>
30-
<ChapterLink num="9" href="09-dynamic-library-details.md">动态库细节</ChapterLink>
31-
<ChapterLink num="10" href="10-dynamic-lib-as-executable.md">动态库作为可执行文件</ChapterLink>
22+
<ChapterLink num="1" href="01-compilation-and-linking-overview">编译与链接概述</ChapterLink>
23+
<ChapterLink num="2" href="02-reuse-concept">复用的概念</ChapterLink>
24+
<ChapterLink num="3" href="03-creating-and-using-static-libs">创建和使用静态库</ChapterLink>
25+
<ChapterLink num="4" href="04-dynamic-libraries-1">动态库(上)</ChapterLink>
26+
<ChapterLink num="5" href="05-dynamic-library-design">动态库设计</ChapterLink>
27+
<ChapterLink num="6" href="06-symbol-visibility">符号可见性</ChapterLink>
28+
<ChapterLink num="7" href="07-symbol-missing-and-runtime-loading">符号缺失与运行时加载</ChapterLink>
29+
<ChapterLink num="8" href="08-library-search-logic">库搜索逻辑</ChapterLink>
30+
<ChapterLink num="9" href="09-dynamic-library-details">动态库细节</ChapterLink>
31+
<ChapterLink num="10" href="10-dynamic-lib-as-executable">动态库作为可执行文件</ChapterLink>
3232
</ChapterNav>

documents/en/compilation/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ An in-depth exploration of core C/C++ concepts including compilation, linking, s
1919
## Chapter Navigation
2020

2121
<ChapterNav>
22-
<ChapterLink num="1" href="01-compilation-and-linking-overview.md">Compilation and Linking Overview</ChapterLink>
23-
<ChapterLink num="2" href="02-reuse-concept.md">The Concept of Reuse</ChapterLink>
24-
<ChapterLink num="3" href="03-creating-and-using-static-libs.md">Creating and Using Static Libraries</ChapterLink>
25-
<ChapterLink num="4" href="04-dynamic-libraries-1.md">Shared Libraries (Part 1)</ChapterLink>
26-
<ChapterLink num="5" href="05-dynamic-library-design.md">Shared Library Design</ChapterLink>
27-
<ChapterLink num="6" href="06-symbol-visibility.md">Symbol Visibility</ChapterLink>
28-
<ChapterLink num="7" href="07-symbol-missing-and-runtime-loading.md">Missing Symbols and Runtime Loading</ChapterLink>
29-
<ChapterLink num="8" href="08-library-search-logic.md">Library Search Logic</ChapterLink>
30-
<ChapterLink num="9" href="09-dynamic-library-details.md">Shared Library Details</ChapterLink>
31-
<ChapterLink num="10" href="10-dynamic-lib-as-executable.md">Shared Libraries as Executables</ChapterLink>
22+
<ChapterLink num="1" href="01-compilation-and-linking-overview">Compilation and Linking Overview</ChapterLink>
23+
<ChapterLink num="2" href="02-reuse-concept">The Concept of Reuse</ChapterLink>
24+
<ChapterLink num="3" href="03-creating-and-using-static-libs">Creating and Using Static Libraries</ChapterLink>
25+
<ChapterLink num="4" href="04-dynamic-libraries-1">Shared Libraries (Part 1)</ChapterLink>
26+
<ChapterLink num="5" href="05-dynamic-library-design">Shared Library Design</ChapterLink>
27+
<ChapterLink num="6" href="06-symbol-visibility">Symbol Visibility</ChapterLink>
28+
<ChapterLink num="7" href="07-symbol-missing-and-runtime-loading">Missing Symbols and Runtime Loading</ChapterLink>
29+
<ChapterLink num="8" href="08-library-search-logic">Library Search Logic</ChapterLink>
30+
<ChapterLink num="9" href="09-dynamic-library-details">Shared Library Details</ChapterLink>
31+
<ChapterLink num="10" href="10-dynamic-lib-as-executable">Shared Libraries as Executables</ChapterLink>
3232
</ChapterNav>

0 commit comments

Comments
 (0)