You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/how-to/contribute/how/write-code.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,12 @@
4
4
5
5
{% block front_matter %}
6
6
7
-
To begin working on code, ensure you have a [development environment](dev-environment.md) set up, and you are [working on a branch](branches.md)
7
+
To begin working on code, ensure you have a [development environment](../how/dev-environment.md) set up, and you are [working on a branch](../how/branches.md)
8
8
9
9
{% endblock %}
10
10
11
11
{% block end_matter %}
12
12
13
-
Once you have everything working, you can [submit a pull request](submit-pr.md) with your changes.
13
+
Once you have everything working, you can [submit a pull request](../how/submit-pr.md) with your changes.
Copy file name to clipboardExpand all lines: docs/en/how-to/contribute/how/write-docs.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,12 @@
4
4
5
5
{% block front_matter %}
6
6
7
-
Before you begin writing documentation, ensure you are able to [build the documentation](build-docs.md), and you are [working on a branch](branches.md).
7
+
Before you begin writing documentation, ensure you are able to [build the documentation](../how/build-docs.md), and you are [working on a branch](../how/branches.md).
8
8
9
9
{% endblock %}
10
10
11
11
{% block end_matter %}
12
12
13
-
Once you are happy with your new documentation, you can [submit a pull request](submit-pr.md) with your proposed changes.
13
+
Once you are happy with your new documentation, you can [submit a pull request](../how/submit-pr.md) with your proposed changes.
0 commit comments