diff --git a/docs/dev/virtualenvs.rst b/docs/dev/virtualenvs.rst index 266faeb..bb3f948 100644 --- a/docs/dev/virtualenvs.rst +++ b/docs/dev/virtualenvs.rst @@ -1,3 +1,5 @@ +.. _virtualenvironments-ref: + Virtual Environments ==================== diff --git a/docs/starting/install/linux.rst b/docs/starting/install/linux.rst index a42106d..e68c5d0 100644 --- a/docs/starting/install/linux.rst +++ b/docs/starting/install/linux.rst @@ -58,7 +58,7 @@ your global site-packages directory clean and manageable. For example, you can work on a project which requires Django 1.3 while also maintaining a project which requires Django 1.0. -To start using and see more information: `Virtual Environments `_ docs. +To start using this and see more information: :ref:`Virtual Environments ` docs. You can also use :ref:`virtualenvwrapper ` to make it easier to manage your virtual environments. diff --git a/docs/starting/install/osx.rst b/docs/starting/install/osx.rst index 0de724f..cb0062c 100644 --- a/docs/starting/install/osx.rst +++ b/docs/starting/install/osx.rst @@ -92,7 +92,7 @@ your global site-packages directory clean and manageable. For example, you can work on a project which requires Django 1.3 while also maintaining a project which requires Django 1.0. -To start using and see more information: `Virtual Environments `_ docs. +To start using this and see more information: :ref:`Virtual Environments ` docs. -------------------------------- diff --git a/docs/starting/install/win.rst b/docs/starting/install/win.rst index a0f37c5..140c842 100644 --- a/docs/starting/install/win.rst +++ b/docs/starting/install/win.rst @@ -77,7 +77,7 @@ your global site-packages directory clean and manageable. For example, you can work on a project which requires Django 1.3 while also maintaining a project which requires Django 1.0. -To start using and see more information: `Virtual Environments `_ docs. +To start using this and see more information: :ref:`Virtual Environments ` docs. --------------------------------