File tree 1 file changed +4
-3
lines changed
contributing/documentation
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,9 @@ Code Examples
57
57
Unless the example requires a custom bundle, make sure to always use the
58
58
``AppBundle `` bundle to store your code;
59
59
* Use ``Acme `` when the code requires a vendor name;
60
- * Use ``example.com `` as the domain of sample URLs and ``example.org `` when a
61
- second domain is required. Both domains are `reserved by the IANA `_.
60
+ * Use ``example.com `` as the domain of sample URLs and ``example.org `` and
61
+ ``example.net `` when additional domains are required. All of these domains are
62
+ `reserved by the IANA `_.
62
63
* To avoid horizontal scrolling on code blocks, we prefer to break a line
63
64
correctly if it crosses the 85th character;
64
65
* When you fold one or more lines of code, place ``... `` in a comment at the point
@@ -176,7 +177,7 @@ In addition, documentation follows these rules:
176
177
177
178
.. _`the Sphinx documentation` : http://sphinx-doc.org/rest.html#source-code
178
179
.. _`Twig Coding Standards` : http://twig.sensiolabs.org/doc/coding_standards.html
179
- .. _`reserved by the IANA` : http://www.iana .org/domains/reserved
180
+ .. _`reserved by the IANA` : http://tools.ietf .org/html/rfc2606#section-3
180
181
.. _`American English` : http://en.wikipedia.org/wiki/American_English
181
182
.. _`American English Oxford Dictionary` : http://www.oxforddictionaries.com/definition/american_english/
182
183
.. _`headings and titles` : http://en.wikipedia.org/wiki/Letter_case#Headings_and_publication_titles
You can’t perform that action at this time.
0 commit comments