docs: correct the directory path for index.html 49/39349/2
authorSteven Luong <sluong@cisco.com>
Tue, 8 Aug 2023 18:20:09 +0000 (11:20 -0700)
committerDave Wallace <dwallacelf@gmail.com>
Wed, 9 Aug 2023 19:01:24 +0000 (19:01 +0000)
Type: fix

Change-Id: Ia0d6f57790dbca92662c6d8b986c325f1c399131
Signed-off-by: Steven Luong <sluong@cisco.com>
docs/contributing/writingdocs.rst

index ba37130..b7a5354 100644 (file)
@@ -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.