From 38bc4e33eed0b6d6261fc1e2f45f387b468bd7c3 Mon Sep 17 00:00:00 2001 From: Elaine Fonaro Date: Mon, 2 May 2022 16:03:34 -0300 Subject: [PATCH] Wrong Reference to access the Starlingx Installation Guide (r5, r6, dsR6) The instalation guide link to Install StarlingX was updated with the corect reference. Updated vendor_strings.txt Table with reference |_link-inst-book| Signed-off-by: Elaine Fonaro Change-Id: Idf7e5f3faae66a5f6670a17bd2d95cb0ddaa64ab --- doc/source/_vendor/vendor_strings.txt | 4 +++- doc/source/admintasks/kubernetes/k8s_qat_device_plugin.rst | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/source/_vendor/vendor_strings.txt b/doc/source/_vendor/vendor_strings.txt index b25158365..77db74f21 100644 --- a/doc/source/_vendor/vendor_strings.txt +++ b/doc/source/_vendor/vendor_strings.txt @@ -88,4 +88,6 @@ .. |vswitch-label| replace:: openvswitch=enabled -.. |registry-url| replace:: https://hub.docker.com/layers \ No newline at end of file +.. |registry-url| replace:: https://hub.docker.com/layers + +.. |_link-inst-book| replace:: :ref:`Installation guide ` \ No newline at end of file diff --git a/doc/source/admintasks/kubernetes/k8s_qat_device_plugin.rst b/doc/source/admintasks/kubernetes/k8s_qat_device_plugin.rst index 4f0bfd503..bf67f6cfb 100644 --- a/doc/source/admintasks/kubernetes/k8s_qat_device_plugin.rst +++ b/doc/source/admintasks/kubernetes/k8s_qat_device_plugin.rst @@ -16,8 +16,7 @@ Prerequisites ------------- - Install Intel QuickAssist device on host. -- Install StarlingX on bare metal with DPDK enabled. Refer to the - `installation guide `_ +- Install StarlingX on bare metal with DPDK enabled. Refer to the |_link-inst-book| for details. ------------------------------