From d9a72046a923373db9b128af2d9ebf4517fbd6ad Mon Sep 17 00:00:00 2001 From: Delia Passalacqua <delia.passalacqua@garr.it> Date: Wed, 18 Dec 2019 10:31:13 +0100 Subject: [PATCH] fix internal hyperlink Update FAQ.rst --- web/support/FAQ.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/support/FAQ.rst b/web/support/FAQ.rst index e48271d0..f8dcbbb2 100644 --- a/web/support/FAQ.rst +++ b/web/support/FAQ.rst @@ -420,7 +420,6 @@ A recommended procedure for cloning an instance is to perform the following oper - verify that the snapshot is indeed among the images of the current project - launch a new VM, selecting "instance snapshot" as "boot source" and then selecting the above-created snapshot -.. _How can I transfer a volume from a project to another one?: How can I transfer a volume from a project to another one? ---------------------------------------------------------- @@ -458,7 +457,8 @@ Ephemeral instance - On the just transfered volume select `Launch as Instance` and create the new instance from the volume -If you have other volumes mounted to the instance, follow the instructions in `How can I transfer a volume from a project to another one?` +If you have other volumes mounted to the instance, follow the instructions in `How can I transfer a volume from a project to another one?`_. + After have checked that your instance is working properly, you can delete it, and all the associated volumes, from the original project. -- GitLab