From 4585c837a051634f13f09a87542a64e02d635a83 Mon Sep 17 00:00:00 2001 From: Matteo <matteo@pop-os.localdomain> Date: Tue, 19 Nov 2019 13:58:43 +0100 Subject: [PATCH] Fix linked docs in install-cli.rst #2 --- web/compute/install-cli.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/compute/install-cli.rst b/web/compute/install-cli.rst index 07bd9c32..9e0c1397 100644 --- a/web/compute/install-cli.rst +++ b/web/compute/install-cli.rst @@ -11,7 +11,7 @@ Instruction to install `openstack` can be found `here <https://docs.openstack.or You can use any machine running Linux, Mac OS X, or Microsoft Windows, as well as a VM on the cloud itself, which you can deploy according to -`these instructions <./quick-vm.rst>`_ +`these instructions <./quick-vm>`_ Installation ------------ @@ -20,7 +20,7 @@ If you already have `pip` installed on your machine, issue this command:: $ pip install python-openstackclient Your computer is now an `OpenStack` client. -To use it you need to obtain `Application Credentials` following `these steps <./app-credential.rst>`_. +To use it you need to obtain `Application Credentials` following `these steps <./app-credential>`_. Once you have setup your credentials, you can issue commands to `OpenStack`. You can get a list of available commands with:: -- GitLab