diff options
author | Steven Luong <sluong@cisco.com> | 2023-08-08 11:20:09 -0700 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2023-08-09 19:01:24 +0000 |
commit | 2faac91f67205b323f9d9a2736a9b073a6ee25e8 (patch) | |
tree | d0689494c71889303bb4f26bf3cc41a002c61631 | |
parent | 0242d30fc717aeacb758281dad8e5b2e56bf6709 (diff) |
docs: correct the directory path for index.html
Type: fix
Change-Id: Ia0d6f57790dbca92662c6d8b986c325f1c399131
Signed-off-by: Steven Luong <sluong@cisco.com>
-rw-r--r-- | docs/contributing/writingdocs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing/writingdocs.rst b/docs/contributing/writingdocs.rst index ba3713045cc..b7a5354f1e1 100644 --- a/docs/contributing/writingdocs.rst +++ b/docs/contributing/writingdocs.rst @@ -33,7 +33,7 @@ Delete all the generated files with the following: View the results ---------------- -If there are no errors during the build process, you should now have an ``index.html`` file in your ``vpp/docs/_build/html`` directory, which you can then view in your browser. +If there are no errors during the build process, you should now have an ``index.html`` file in your ``vpp/build-root/docs/html`` directory, which you can then view in your browser. Whenever you make changes to your ``.rst`` files that you want to see, repeat this build process. |