diff --git a/source/Tutorials/Intermediate/Rosdep.rst b/source/Tutorials/Intermediate/Rosdep.rst
index 814db4a1041..1ae35d7385f 100644
--- a/source/Tutorials/Intermediate/Rosdep.rst
+++ b/source/Tutorials/Intermediate/Rosdep.rst
@@ -120,6 +120,8 @@ Firstly, if this is the first time using ``rosdep``, it must be initialized via:
This will initialize rosdep and ``update`` will update the locally cached rosdistro index.
It is a good idea to ``update`` rosdep on occasion to get the latest index.
+If you experienced network error during initialization, you may use a mirror site like `TUNA `_ and `BFSU `_.
+
Finally, we can run ``rosdep install`` to install dependencies.
Typically, this is run over a workspace with many packages in a single call to install all dependencies.
A call for that would appear as the following, if in the root of the workspace with directory ``src`` containing source code.