docs: Minor fixes in publish_docs.sh and sanitizer.rst

Fix a warning in sanitizer.rst and publish_docs.sh

Type: fix

Signed-off-by: John DeNisco <jdenisco@cisco.com>
Change-Id: I66d724f52a7b724a97a894e1cd35c1239aeedcdf
This commit is contained in:
John DeNisco
2020-05-29 08:56:38 -04:00
committed by Dave Barach
parent 2dca180db9
commit d52820d264
2 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,7 @@ else
rm -fr $TARGET_DIR
mkdir -p $TARGET_DIR
VERSION=v$VPP_BRANCH
rm ./static/docs/vpp/latest
ln -s $VERSION ./static/docs/vpp/latest
fi

View File

@ -37,6 +37,7 @@ build option, so all VPP targets should be supported. For example:
Once VPP has been built with ASan support you can use it as usual including
under gdb:
.. code-block:: console
$ gdb --args $PWD/build-root/install-vpp_debug-native/vpp/bin/vpp "unix { interactive }"