From 9eb7c3ef91d995aeeaa6d6dcec3c08fa8ef6bb3b Mon Sep 17 00:00:00 2001 From: Miguel Lavalle Date: Wed, 13 Dec 2017 14:08:03 -0600 Subject: [PATCH] Fix URL in SR-IOV internals doc The last link in the 'Further Reading' section of the SR-IOV internals document is not rendered properly. It gets a '/' at the end, that makes the link useless. It seems to be a problem with Sphinx. To work around it, the bullets are removed from the list of recommended documents for further reading Closes-Bug: #1737833 Change-Id: I2116e82d60bc361583eab8e3809ec5f9eab6d11c --- doc/source/contributor/internals/sriov_nic_agent.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/source/contributor/internals/sriov_nic_agent.rst b/doc/source/contributor/internals/sriov_nic_agent.rst index ef6f8727a44..76bada10c91 100644 --- a/doc/source/contributor/internals/sriov_nic_agent.rst +++ b/doc/source/contributor/internals/sriov_nic_agent.rst @@ -46,5 +46,6 @@ Network node will be usually deployed with either Open vSwitch or Linux Bridge t Further Reading --------------- -* `Nir Yechiel - SR-IOV Networking – Part I: Understanding the Basics `_ -* `SR-IOV Passthrough For Networking `_ +`Nir Yechiel - SR-IOV Networking – Part I: Understanding the Basics `_ + +`SR-IOV Passthrough For Networking `_