aboutsummaryrefslogtreecommitdiff
path: root/pw_file
diff options
context:
space:
mode:
authorTed Pudlik <tpudlik@google.com>2022-02-11 16:48:45 -0800
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-02-14 21:44:24 +0000
commit7348790bea723b632d5000b2035dcca5b9265650 (patch)
tree8339dc247f7e1ec9d600ff3ede0926adf957e008 /pw_file
parent9e29267348ebd3c769fb480b02cbf254e020f138 (diff)
downloadpigweed-7348790bea723b632d5000b2035dcca5b9265650.tar.gz
docs: Fix broken internal links
These all follow the same broken pattern as the links fixes as part of issue 558. There should now be no more instances of this in the docs. Tested: By building the docs locally and verifying that the links now work. Bug: 558 Change-Id: Ia56981b6f34d1f4d31673a92eb5a81005e81acf2 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/84141 Pigweed-Auto-Submit: Ted Pudlik <tpudlik@google.com> Reviewed-by: Chad Norvell <chadnorvell@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Diffstat (limited to 'pw_file')
-rw-r--r--pw_file/docs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_file/docs.rst b/pw_file/docs.rst
index 2029cd0f3..c96146619 100644
--- a/pw_file/docs.rst
+++ b/pw_file/docs.rst
@@ -15,7 +15,7 @@ systems, or by virtual file systems that provide a file-system like interface
with no true underlying file system.
pw_file does not define a protocol for file transfers.
-`pw_transfer <module-pw_transfer>`_ provides a generalized mechanism for
+:ref:`module-pw_transfer` provides a generalized mechanism for
performing file transfers, and is recommended to be used in tandem with pw_file.
-----------