diff options
Diffstat (limited to 'docs/07_How_To_Contribute/08_Adding_Documentation.md')
-rw-r--r-- | docs/07_How_To_Contribute/08_Adding_Documentation.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/07_How_To_Contribute/08_Adding_Documentation.md b/docs/07_How_To_Contribute/08_Adding_Documentation.md index 4da6165..2b5b261 100644 --- a/docs/07_How_To_Contribute/08_Adding_Documentation.md +++ b/docs/07_How_To_Contribute/08_Adding_Documentation.md @@ -26,6 +26,7 @@ $ git clone "ssh://<LFID>@gerrit.automotivelinux.org:29418/AGL/documentation" && ```sh $ cd documentation + $ git checkout salmon || git checkout -b salmon origin/salmon ``` 2. Install MkDocs and rtd-dropdown theme @@ -106,7 +107,7 @@ $ blc http://localhost:8000 -ro For testing hyperlinks of live website do: ```sh -$ blc https://docs.automotivelinux.org/en/master/ -ro +$ blc https://docs.automotivelinux.org/en/salmon/ -ro ``` The ```Broken Link Checker``` output will display the broken link and there location in |