fix broken tutorial link
authorBruno Haick <bghaick@hotmail.com>
Mon, 23 Apr 2012 21:31:13 -0700
changeset 7672 701e7525d75f
parent 7671 d9d69894fe3b
child 7673 3005491c28fc
fix broken tutorial link
doc/tutorial-pt-br/source/conceptual-overview.rst
doc/tutorial/source/conceptual-overview.rst
--- a/doc/tutorial-pt-br/source/conceptual-overview.rst	Mon Mar 19 10:54:22 2012 -0700
+++ b/doc/tutorial-pt-br/source/conceptual-overview.rst	Mon Apr 23 21:31:13 2012 -0700
@@ -278,9 +278,9 @@
 	eventually have to conform to the |ns3| coding standard as described 
 	in the file ``doc/codingstd.txt`` or shown on the project web page
 	`here
-	<http://www.nsnam.org/codingstyle.html>`_.
+	<http://www.nsnam.org/developers/contributing-code/coding-style/>`_.
 
-Este é sempre um assunto um tanto quanto controverso. O projeto |ns3|, tal como a maioria dos projetos de grande porte, adotou um estilo de codificação, para o qual todo o código deve conformar. Se o leitor quiser contribuir com o projeto, deverá estar em conformidade com a codificação que está descrita no arquivo ``doc/codingstd.txt`` ou no `sítio <http://www.nsnam.org/codingstyle.html>`_.
+Este é sempre um assunto um tanto quanto controverso. O projeto |ns3|, tal como a maioria dos projetos de grande porte, adotou um estilo de codificação, para o qual todo o código deve conformar. Se o leitor quiser contribuir com o projeto, deverá estar em conformidade com a codificação que está descrita no arquivo ``doc/codingstd.txt`` ou no `sítio <http://www.nsnam.org/developers/contributing-code/coding-style/>`_.
 
 ..
 	We recommend that you, well, just get used to the look and feel of |ns3|
--- a/doc/tutorial/source/conceptual-overview.rst	Mon Mar 19 10:54:22 2012 -0700
+++ b/doc/tutorial/source/conceptual-overview.rst	Mon Apr 23 21:31:13 2012 -0700
@@ -184,7 +184,7 @@
 eventually have to conform to the |ns3| coding standard as described 
 in the file ``doc/codingstd.txt`` or shown on the project web page
 `here
-<http://www.nsnam.org/codingstyle.html>`_.
+<http://www.nsnam.org/developers/contributing-code/coding-style/>`_.
 
 We recommend that you, well, just get used to the look and feel of |ns3|
 code and adopt this standard whenever you are working with our code.  All of