Use full path in the documentation
diff --git a/docs/doing-a-release.rst b/docs/doing-a-release.rst
index 85041c8..283b98b 100644
--- a/docs/doing-a-release.rst
+++ b/docs/doing-a-release.rst
@@ -16,7 +16,7 @@
 The next step in doing a release is bumping the version number in the
 software.
 
-* Update the version number in ``cryptography/__about__.py``.
+* Update the version number in ``src/cryptography/__about__.py``.
 * Update the version number in ``vectors/cryptography_vectors/__about__.py``.
 * Set the release date in the :doc:`/changelog`.
 * Do a commit indicating this.