Skip to content

Commit 6ffb236

Browse files
committed
docs: fix broken links in contribution guide
Fixed several problematic links in the Chinese contribution guide: - Line 43: Changed self-referencing xref to internal anchor reference - Line 294: Fixed malformed link in section title - Lines 336, 347: Removed malformed placeholder links with $user variables All links now point to valid targets or have been simplified to plain text where appropriate.
1 parent d8e4b28 commit 6ffb236

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CN/modules/ROOT/pages/master/contribution/contribution_guide.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ IvorySQL由一个核心开发团队维护,该团队拥有对GitHub上的IvoryS
4040
* 发现 Bug、性能缺陷或文档不准确?
4141
* 有新的功能建议或使用体验改进?
4242

43-
如果您准备向社区上报 Bug 或者提交需求,请在 IvorySQL 社区对应的仓库上提交 Issue,并参考 Issue xref:master/contribution/contribution_guide.adoc[提交指南]
43+
如果您准备向社区上报 Bug 或者提交需求,请在 IvorySQL 社区对应的仓库上提交 Issue,并参考本指南的 xref:#_提_issue[提交 Issue] 章节
4444

4545
==== 参与社区讨论
4646

@@ -291,7 +291,7 @@ Title: 标题
291291

292292
== **贡献代码**
293293

294-
=== 第1步: Fork https://ivorysql.org/[ivorysql.org]仓库
294+
=== 第1步: Fork IvorySQL 仓库
295295

296296
1、打开ivorysql仓库 https://github.com/IvorySQL/IvorySQL
297297

@@ -333,7 +333,7 @@ Git push -u origin new-branch-name
333333

334334
=== 第7步:创建一个Pull Request
335335

336-
1、打开你 Fork 的仓库: https://github.com/$user/docs-cn[https://github.com/$user/IvorySQL](将 $user 替换为你的 GitHub ID)。
336+
1、打开你 Fork 的仓库(将 $user 替换为你的 GitHub ID)。
337337

338338
2、点击 Compare & pull request 按钮即可创建 PR。
339339

@@ -344,7 +344,7 @@ Git push -u origin new-branch-name
344344

345345
=== 第1步:创建一个Pull Request
346346

347-
1、打开你 Fork 的仓库: https://github.com/$user/docs-cn[https://github.com/$user/IvorySQL](将 $user 替换为你的 GitHub ID)。
347+
1、打开你 Fork 的仓库(将 $user 替换为你的 GitHub ID)。
348348

349349
​ 2、点击 Compare & pull request 按钮
350350

0 commit comments

Comments
 (0)