From 49efe4f7bc65edadcd9c1a5da17087ff58987d83 Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Fri, 13 Sep 2019 10:14:05 -0700 Subject: [PATCH] Fixes several links that were failing * Added one link to whitelist (nvidia downloads) * Added "/" to download images link * Updated to swupd update link Signed-off-by: Kevin Putnam --- source/_scripts/_python/linkcheck/link-whitelist.txt | 3 ++- .../virtual-machine-install/vmware-esxi-install-cl.rst | 2 +- .../vmware-esxi-preconfigured-cl-image.rst | 2 +- source/guides/clear/swupd.rst | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/source/_scripts/_python/linkcheck/link-whitelist.txt b/source/_scripts/_python/linkcheck/link-whitelist.txt index 4d370ac9..e872aed1 100644 --- a/source/_scripts/_python/linkcheck/link-whitelist.txt +++ b/source/_scripts/_python/linkcheck/link-whitelist.txt @@ -11,4 +11,5 @@ https://software.intel.com/en-us/articles/OpenVINO-ModelOptimizer https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html http://www.intel.com/content/www/us/en/nuc/nuc-kit-nuc6i5syh.html https://software.intel.com/en-us/mkl -https://www.intel.com/content/www/us/en/architecture-and-technology/turbo-boost/turbo-boost-technology.html \ No newline at end of file +https://www.intel.com/content/www/us/en/architecture-and-technology/turbo-boost/turbo-boost-technology.html +https://www.nvidia.com/download/index.aspx \ No newline at end of file diff --git a/source/get-started/virtual-machine-install/vmware-esxi-install-cl.rst b/source/get-started/virtual-machine-install/vmware-esxi-install-cl.rst index 61d8e6bb..bde9d583 100644 --- a/source/get-started/virtual-machine-install/vmware-esxi-install-cl.rst +++ b/source/get-started/virtual-machine-install/vmware-esxi-install-cl.rst @@ -285,4 +285,4 @@ Related topics .. _VMware ESXi: https://www.vmware.com/products/esxi-and-esx.html .. _VMware Workstation Player: https://www.vmware.com/products/workstation-player.html -.. _image: https://cdn.download.clearlinux.org/image +.. _image: https://cdn.download.clearlinux.org/image/ diff --git a/source/get-started/virtual-machine-install/vmware-esxi-preconfigured-cl-image.rst b/source/get-started/virtual-machine-install/vmware-esxi-preconfigured-cl-image.rst index 83f5efa6..80a06cce 100644 --- a/source/get-started/virtual-machine-install/vmware-esxi-preconfigured-cl-image.rst +++ b/source/get-started/virtual-machine-install/vmware-esxi-preconfigured-cl-image.rst @@ -285,4 +285,4 @@ Related topics .. _Cloning and converting virtual machine disks with vmkfstools: https://kb.vmware.com/kb/1028042 .. _Enable the Secure Shell (SSH) in the VMware Host Client: https://docs.vmware.com/en/VMware-vSphere/6.7/com.vmware.vsphere.html.hostclient.doc/GUID-B649CB74-832F-467B-B6A4-8BA67AD5C1F0.html .. _VMware Workstation Player: https://www.vmware.com/products/workstation-player.html -.. _image: https://cdn.download.clearlinux.org/image +.. _image: https://cdn.download.clearlinux.org/image/ diff --git a/source/guides/clear/swupd.rst b/source/guides/clear/swupd.rst index 22c74243..69e6fd97 100644 --- a/source/guides/clear/swupd.rst +++ b/source/guides/clear/swupd.rst @@ -79,7 +79,7 @@ Prerequisites * The device is on a well-connected network. * The device is able to connect to an update server. The default server is: - http://update.clearlinux.org + https://cdn.download.clearlinux.org/update/ Updates =======