Skip to content

Commit 329b361

Browse files
committed
Changed absolute link to relative doc link
1 parent 135ff8d commit 329b361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/documentation/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Standards
7373

7474
In order to help the reader as much as possible and to create code examples that looks and feels familiar, you should follow these rules:
7575

76-
* The code follows the Coding Standards, the `Symfony Coding Standards`_ as well as the `Twig Coding Standards`_;
76+
* The code follows the Coding Standards, the :doc:`Symfony Coding Standards</contributing/code/standards.rst` as well as the `Twig Coding Standards`_;
7777
* When we fold one or more lines of code, we place `...` in a comment at the point of the fold. These comments are: `// ...` (php), `# ...` (yaml/bash), `{# ... #}` (twig), `<!-- ... -->` (xml/html), `; ...` (ini), `...` (text);
7878
* When we fold a part of a line, e.g. a variable value, we put `...` (without comment) at the place of the fold;
7979
* Description about the fold: (optional)

0 commit comments

Comments
 (0)