Skip to content

Commit 1969a6f

Browse files
committed
文档链接修改(未完成)
1 parent 933e6ae commit 1969a6f

File tree

4 files changed

+12
-256
lines changed

4 files changed

+12
-256
lines changed

CONTRIBUTING.md renamed to CODE_OF_CONDUCT.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ Here are some key things to note before jumping in:
116116
---
117117
Need to switch languages?
118118

119-
[![简体中文](https://img.shields.io/badge/简体中文-Click%20me-purple?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/blob/zh-hans/CONTRIBUTING.md)
120-
[![繁體中文](https://img.shields.io/badge/繁體中文-Click%20me-purple?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/blob/zh-hant/CONTRIBUTING.md)
121-
[![English](https://img.shields.io/badge/English-Click%20me-purple?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/CONTRIBUTING.md)
122-
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/LICENSE)
123-
[![ChangeLog](https://img.shields.io/badge/ChangeLog-blue?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/CHANGELOG.md)
119+
[![简体中文](https://img.shields.io/badge/简体中文-Click%20me-purple?style=flat-square)](/blob/zh-hans/CODE_OF_CONDUCT.md)
120+
[![繁體中文](https://img.shields.io/badge/繁體中文-Click%20me-purple?style=flat-square)](/blob/zh-hant/CODE_OF_CONDUCT.md)
121+
[![English](https://img.shields.io/badge/English-Click%20me-purple?style=flat-square)](/CODE_OF_CONDUCT.md)
122+
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg?style=flat-square)](/LICENSE)
123+
[![ChangeLog](https://img.shields.io/badge/ChangeLog-blue?style=flat-square)](/CHANGELOG.md)
124124
[![PNX-DOC](https://img.shields.io/badge/PNX-Doc-blue?style=flat-square)](https://doc.powernukkitx.cn)

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<h2>🌐Need to switch languages?&ensp;/&ensp;多语言文档</h2>
44

55
[![Discord](https://img.shields.io/discord/944227466912870410?color=7289da&logo=discord&logoColor=white&style=flat-square)](https://discord.gg/BcPhZCVJHJ)
6-
[![English](https://img.shields.io/badge/English-Click%20me-purple?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/README.md)
7-
[![简体中文](https://img.shields.io/badge/简体中文-Click%20me-purple?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/blob/zh-hans/README.md)
8-
[![繁體中文](https://img.shields.io/badge/繁體中文-Click%20me-purple?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/blob/zh-hant/README.md)
9-
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/LICENSE)
10-
[![ChangeLog](https://img.shields.io/badge/ChangeLog-blue?style=flat-square)](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/CHANGELOG.md)
6+
[![English](https://img.shields.io/badge/English-Click%20me-purple?style=flat-square)](/README.md)
7+
[![简体中文](https://img.shields.io/badge/简体中文-Click%20me-purple?style=flat-square)](/blob/zh-hans/README.md)
8+
[![繁體中文](https://img.shields.io/badge/繁體中文-Click%20me-purple?style=flat-square)](/blob/zh-hant/README.md)
9+
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg?style=flat-square)](/LICENSE)
10+
[![ChangeLog](https://img.shields.io/badge/ChangeLog-blue?style=flat-square)](/CHANGELOG.md)
1111
[![FAQ](https://img.shields.io/badge/FAQ-blue?style=flat-square)](https://www.powernukkitx.com/doc/en-us/faq/common.html)
1212
[![PNX-DOC](https://img.shields.io/badge/PNX-DOC-blue?style=flat-square)](https://doc.powernukkitx.cn)
1313
[![Maven Central](https://img.shields.io/maven-central/v/cn.powernukkitx/powernukkitx.svg?label=Maven%20Central&style=flat-square)](https://search.maven.org/search?q=g:%22cn.powernukkitx%22%20AND%20a:%22powernukkitx%22)
@@ -109,7 +109,7 @@ compatibility.
109109
to generate electricity with love. If you encounter any problems when using PowerNukkitX, you should
110110
first [create an issue](https://github.com/PowerNukkitX/PowerNukkitX/issues) in this repository (please also note to
111111
read the rules in
112-
the [Contribution Help Guide](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/CONTRIBUTING.md)).
112+
the [Contribution Help Guide](/CODE_OF_CONDUCT.md)).
113113

114114
* We also recommend that you perform regular backups and other operations, and use the plug-ins made
115115
for [PowerNukkitX](https://github.com/PowerNukkitX/PowerNukkitX) and
@@ -175,7 +175,7 @@ dependencies {
175175

176176
🧐 Contributing
177177
---
178-
Please read the [CONTRIBUTING](https://github.com/PowerNukkitX/PowerNukkitX/blob/master/CONTRIBUTING.md) guide before submitting any issue. Issues with insufficient information or in the wrong format will be closed and will not be reviewed.
178+
Please read the [CONTRIBUTING](/CODE_OF_CONDUCT.md) guide before submitting any issue. Issues with insufficient information or in the wrong format will be closed and will not be reviewed.
179179

180180
---
181181

blob/zh-hans/CONTRIBUTING.md

-124
This file was deleted.

0 commit comments

Comments
 (0)