1. Makes transition guide link absolute so it will work for API docs using the same theme (#11610)

2. Adds # to links that are broken in openvino_docs_get_started_get_started_demos.htm

Signed-off-by: intelkevinputnam <intelkevinputnam@github.com>

Co-authored-by: intelkevinputnam <intelkevinputnam@github.com>
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
This commit is contained in:
Kevin Putnam
2022-05-10 08:59:48 -07:00
committed by GitHub
parent 4924e33255
commit bdf1d92660
2 changed files with 4 additions and 4 deletions

View File

@@ -7,9 +7,9 @@ You will perform the following steps:
1. <a href="#download-models">Use the Model Downloader to download suitable models.</a>
2. <a href="#convert-models-to-intermediate-representation">Convert the models with the Model Optimizer.</a>
3. <a href="download-media">Download media files to run inference on.</a>
4. <a href="run-image-classification">Run inference on the sample and see the results:</a>
- <a href="run-image-classification">Image Classification Code Sample</a>
3. <a href="#download-media">Download media files to run inference on.</a>
4. <a href="#run-image-classification">Run inference on the sample and see the results:</a>
- <a href="#run-image-classification">Image Classification Code Sample</a>
This guide assumes you completed all installation and configuration steps. If you have not yet installed and configured the toolkit: