Skip to content

Commit

Permalink
🚑 Fix relative links in docs and GitHub Pages URL
Browse files Browse the repository at this point in the history
This commit corrects broken relative links in the documentation, ensuring that users are directed to the correct pages when they click on links. The GitHub Pages URL in README.md was also updated to reflect the correct path.
  • Loading branch information
ShellWen committed Nov 29, 2023
1 parent f288284 commit be9895b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<!-- DOCUMENTATIONS -->
## Documentations

Documentations are available under [GitHub Pages](https://shellwen.github.io/v8-killer/).
Documentations are available under [GitHub Pages](https://shellwen.github.io/v8_killer/).


<!-- ABOUT THE PROJECT -->
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/development.en.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
We have not English version of this page yet.
Please refer to [Chinese version](/zh/development/) for now.
Please refer to [Chinese version](../zh/development/) for now.
We welcome translation contributions. Please submit a Pull Request directly.
2 changes: 1 addition & 1 deletion docs/docs/getting-started.en.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
We have not English version of this page yet.
Please refer to [Chinese version](/zh/getting-started/) for now.
Please refer to [Chinese version](../zh/getting-started/) for now.
We welcome translation contributions. Please submit a Pull Request directly.
2 changes: 1 addition & 1 deletion docs/docs/getting-started.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ V8 Killer 分为 `core` 核心部分,与 `launcher` 启动器部分。
[//]: # (目前,我们提供预构建版本,发布在 [GitHub Releases][github-releases-url]{target=\_blank} 中)

目前,我们不提供预构建版本,但你可以在 [GitHub Actions][github-actions-build-url]{target=\_blank} 中找到持续构建的二进制文件。
如需自行构建,请参考 [开发](/zh/development)
如需自行构建,请参考 [开发](development.md)

## 编写配置文件

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/index.en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# V8 Killer

We have not English version of this page yet.
Please refer to [Chinese version](/zh/) for now.
Please refer to [Chinese version](../zh/) for now.
We welcome translation contributions. Please submit a Pull Request directly.

4 changes: 2 additions & 2 deletions docs/docs/index.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ V8 Killer 的缺点主要集中在以下几点:
- 部分 Electron 程序可能会检查内存中加载的动态链接库列表,这会使得 V8 Killer 在目标程序中被发现。

## 开始使用
请转到 [开始使用](/zh/getting-started)
请转到 [开始使用](getting-started.md)

## 贡献

Expand All @@ -42,7 +42,7 @@ V8 Killer 的缺点主要集中在以下几点:
如果现有的代码无法满足你的需求,或是你有什么新的创意,你也可以通过 [GitHub Issues][issues-url]{target=\_blank} 告诉我们,但
需要说明的是,项目维护者的精力有限,我们可能无法总是让你满意。
文档翻译可能存在滞后性,也可能因疏忽而发生错误,如果遇到这种情况,烦请通过 [GitHub Issues][issues-url]{target=\_blank} 提交给我们。
如果你对 Rust 有所了解,同时希望参与该项目的开发之中,请转到 [开发](/zh/development)
如果你对 Rust 有所了解,同时希望参与该项目的开发之中,请转到 [开发](development.md)

## 社区

Expand Down
2 changes: 2 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,5 @@ extra:
# noinspection YAMLSchemaValidation
markdown_extensions:
- attr_list
- toc:
permalink: "#"

0 comments on commit be9895b

Please sign in to comment.