File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
contributing/documentation Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments