doc/manual/source/attributes.rst
changeset 7148 6fc89f1818e8
parent 7145 a925e518220b
child 7429 21b80f0ae80c
--- a/doc/manual/source/attributes.rst	Tue May 10 11:09:17 2011 -0700
+++ b/doc/manual/source/attributes.rst	Tue May 10 13:41:04 2011 -0700
@@ -575,7 +575,7 @@
 to hook it in to the attribute system, there is mainly the matter of writing the
 conversions to/from strings and attribute values.  Most of this can be
 copy/pasted with macro-ized code.  For instance, consider class declaration for
-Rectangle in the ``src/mobility/`` directory:
+Rectangle in the ``src/mobility/model`` directory:
 
 Header file
 +++++++++++
@@ -646,7 +646,7 @@
 
 Values for |ns3| attributes can be stored in an ASCII or XML text file
 and loaded into a future simulation.  This feature is known as the
-|ns3| ConfigStore.  The ConfigStore code is in ``src/config-store/``.  
+|ns3| ConfigStore.  The ConfigStore code is in ``src/config-store/model``.  
 It is still considered as unstable code, because we are seeking some
 user feedback and experience with this.