Skip to content

Commit 4751eb9

Browse files
committed
lways use absolute links instead of relative for internal doc links
1 parent 53c3a16 commit 4751eb9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

contributing/documentation/overview.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ One of the essential principles of the Symfony project is that **documentation i
55
as important as code**. That's why we dedicate a great amount of resources to
66
document new features and to maintain updated the rest of the documentation.
77

8-
More than 800 hundred developers all around the world have contributed to
9-
Symfony documentation, and we are glad that you are considering joining this big
10-
family. This guide will explain everything you need to contribute to Symfony
11-
documentation.
8+
More than 800 developers all around the world have contributed to Symfony
9+
documentation, and we are glad that you are considering joining this big family.
10+
This guide will explain everything you need to contribute to Symfony documentation.
1211

1312
Before Your First Contribution
1413
------------------------------
1514

1615
**Before contributing**, you should consider the following:
1716

1817
* Symfony documentation is written using `reStructuredText`_ markup language.
19-
If you are not familiar with this format, read :doc:`this article <format>`
18+
If you are not familiar with this format, read :doc:`this article </contributing/documentation/format>`
2019
for a quick overview of its basic features.
2120
* Symfony documentation is hosted on `GitHub`_. You'll need a GitHub user account
2221
to contribute documentation.
23-
* Symfony documentation is published under a :doc:`Creative Commons BY-SA 3.0 License <license>`
22+
* Symfony documentation is published under a
23+
:doc:`Creative Commons BY-SA 3.0 License </contributing/documentation/license>`
2424
and all your contributions will implicitly adhere to that license.
2525

2626
Your First Documentation Contribution
@@ -255,7 +255,7 @@ website.
255255
What If I Want to Translate Some Documentation into my Language?
256256
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
257257

258-
Read the dedicated :doc:`document <translations>`.
258+
Read the dedicated :doc:`document </contributing/documentation/translations>`.
259259

260260
Why Should I Use the Oldest Maintained Branch Instead of the Master Branch?
261261
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

contributing/documentation/translations.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ in the translation process.
77
Contributing
88
------------
99

10-
First, become familiar with the :doc:`markup language <format>` used by the
11-
documentation.
10+
First, become familiar with the :doc:`markup language </contributing/documentation/format>`
11+
used by the documentation.
1212

1313
Then, subscribe to the `Symfony docs mailing-list`_, as collaboration happens
1414
there.

0 commit comments

Comments
 (0)