diff mbox series

[ovs-dev] doc: Add missing ':doc:' role

Message ID 20181228134643.14745-1-stephen@that.guru
State Accepted
Headers show
Series [ovs-dev] doc: Add missing ':doc:' role | expand

Commit Message

Stephen Finucane Dec. 28, 2018, 1:46 p.m. UTC
This was rendering in italics instead of cross-referencing as intended.

Signed-off-by: Stephen Finucane <stephen@that.guru>
---
 Documentation/topics/dpdk/bridge.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ben Pfaff Dec. 28, 2018, 4:16 p.m. UTC | #1
On Fri, Dec 28, 2018 at 01:46:43PM +0000, Stephen Finucane wrote:
> This was rendering in italics instead of cross-referencing as intended.
> 
> Signed-off-by: Stephen Finucane <stephen@that.guru>

Thanks!  Applied to master.
diff mbox series

Patch

diff --git a/Documentation/topics/dpdk/bridge.rst b/Documentation/topics/dpdk/bridge.rst
index df74c02ad..82bdad840 100644
--- a/Documentation/topics/dpdk/bridge.rst
+++ b/Documentation/topics/dpdk/bridge.rst
@@ -26,7 +26,7 @@  DPDK Bridges
 ============
 
 The DPDK datapath requires specially configured bridge(s) in order to utilize
-DPDK-backed :doc:`physical <phy>` and `virtual <vhost-user>` ports.
+DPDK-backed :doc:`physical <phy>` and :doc:`virtual <vhost-user>` ports.
 
 Quick Example
 -------------