From 1e70f6c327f0c358ef9091108e04d73f57980cba Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Mon, 28 Oct 2024 15:13:11 -0600 Subject: [PATCH] Fix an href in userdocs Was using markdown syntax rather than rst syntax. Signed-off-by: Jonathon Anderson --- userdocs/contents/disks.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/userdocs/contents/disks.rst b/userdocs/contents/disks.rst index 01e76b6b..0c2ebd81 100644 --- a/userdocs/contents/disks.rst +++ b/userdocs/contents/disks.rst @@ -110,7 +110,9 @@ existing data on the disk. .. [#] With `wipefs` you have to remove the filesystem *and* parition information. E.g. use `wipefs -fa /dev/vda*` to remove all filesystem information and partition information. -See also [ignition documentation](https://coreos.github.io/ignition/operator-notes/#filesystem-reuse-semantics) for additional information. +See also `ignition documentation`_ for additional information. + +.. _ignition documentation: https://coreos.github.io/ignition/operator-notes/#filesystem-reuse-semantics Troubleshooting ===============