Skip to content

Commit 3931faf

Browse files
committed
Updated the list of reserved domains and the URL reference
1 parent 62ce220 commit 3931faf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

contributing/documentation/standards.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ Code Examples
5757
Unless the example requires a custom bundle, make sure to always use the
5858
``AppBundle`` bundle to store your code;
5959
* 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`_.
6263
* To avoid horizontal scrolling on code blocks, we prefer to break a line
6364
correctly if it crosses the 85th character;
6465
* 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:
176177

177178
.. _`the Sphinx documentation`: http://sphinx-doc.org/rest.html#source-code
178179
.. _`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
180181
.. _`American English`: http://en.wikipedia.org/wiki/American_English
181182
.. _`American English Oxford Dictionary`: http://www.oxforddictionaries.com/definition/american_english/
182183
.. _`headings and titles`: http://en.wikipedia.org/wiki/Letter_case#Headings_and_publication_titles

0 commit comments

Comments
 (0)