From f45344b6bcfd780df879abbd1c526ceaf7095a74 Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Fri, 3 Sep 2021 15:09:14 +0200 Subject: [PATCH] doc: fix broken links to network scripts in HLD Fix broken links in the Virtio-Net HLD that point at the network scripts in the source code repository. Tracked-On: #6542 Signed-off-by: Geoffroy Van Cutsem --- doc/developer-guides/hld/virtio-net.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/developer-guides/hld/virtio-net.rst b/doc/developer-guides/hld/virtio-net.rst index 910dc1bc9..265fb68c6 100644 --- a/doc/developer-guides/hld/virtio-net.rst +++ b/doc/developer-guides/hld/virtio-net.rst @@ -426,11 +426,10 @@ our case, we use systemd to automatically create the network by default. You can check the files with prefix 50- in the Service VM ``/usr/lib/systemd/network/``: -- :acrn_raw:`50-acrn.netdev ` -- :acrn_raw:`50-acrn.netdev ` -- :acrn_raw:`50-acrn.network ` -- :acrn_raw:`50-tap0.netdev ` -- :acrn_raw:`50-eth.network ` +- :acrn_raw:`50-acrn.netdev ` +- :acrn_raw:`50-acrn.network ` +- :acrn_raw:`50-tap0.netdev ` +- :acrn_raw:`50-eth.network ` When the Service VM is started, run ``ifconfig`` to show the devices created by this systemd configuration: