diff --git a/README.rst b/README.rst index 7647b91bc..8cb609563 100644 --- a/README.rst +++ b/README.rst @@ -25,7 +25,7 @@ In addition to these documents, this repository contains: * Writing your first OpenStack application tutorial (in progress): ``firstapp`` To complete code reviews in this repository, use the standard -OpenStack Gerrit `workflow `_. +OpenStack Gerrit `workflow `_. For details, see `Gerrit Workflow `_. @@ -91,7 +91,7 @@ To run individual tests: To run these tests, the Tox package uses the `OpenStack doc tools package -`_. +`_. Contribute ========== diff --git a/firstapp/README.rst b/firstapp/README.rst index 0b9e2b660..2f5b824bf 100644 --- a/firstapp/README.rst +++ b/firstapp/README.rst @@ -6,7 +6,7 @@ This directory contains the "Writing Your First OpenStack Application" tutorial. The tutorials work with an application that can be found in the -`openstack/faafo `_ +`openstack/faafo `_ repository. Prerequisites diff --git a/firstapp/samples/fog/getting_started.rb b/firstapp/samples/fog/getting_started.rb index 894989080..b49f0aa9e 100755 --- a/firstapp/samples/fog/getting_started.rb +++ b/firstapp/samples/fog/getting_started.rb @@ -89,7 +89,7 @@ p conn.security_groups.all # step-11 user_data = <`_, + `_, you can avoid specifying :code:`auth_url:` and instead specify :code:`profile: $PROVIDER_NAME` in the clouds.yml file. @@ -366,7 +366,7 @@ to run code snippets in your language of choice. .. literalinclude:: ../samples/shade/shade.yml :language: yaml - See `configure shade `_, + See `configure shade `_, to configure your cloud using a profile. .. literalinclude:: ../samples/shade/getting_started.py diff --git a/firstapp/source/orchestration.rst b/firstapp/source/orchestration.rst index e81dcf9ed..73b377e88 100644 --- a/firstapp/source/orchestration.rst +++ b/firstapp/source/orchestration.rst @@ -96,7 +96,7 @@ Work with stacks: Basics **Stack create** The -`hello_faafo `_ Hot template demonstrates +`hello_faafo `_ Hot template demonstrates how to create a compute instance that builds and runs the Fractal application as an all-in-one installation. @@ -108,7 +108,7 @@ You pass in these configuration settings as parameters: .. code-block:: console - $ wget https://git.openstack.org/cgit/openstack/api-site/plain/firstapp/samples/heat/hello_faafo.yaml + $ wget https://opendev.org/openstack/api-site/raw/firstapp/samples/heat/hello_faafo.yaml $ openstack stack create -t hello_faafo.yaml \ --parameter flavor=m1.small\;key_name=test\;image_id=5bbe4073-90c0-4ec9-833c-092459cc4539 hello_faafo +---------------------+-----------------------------------------------------------------------+ @@ -245,7 +245,7 @@ Launch the stack with auto-scaling workers: .. code-block:: console - $ wget https://git.openstack.org/cgit/openstack/api-site/plain/firstapp/samples/heat/faafo_autoscaling_workers.yaml + $ wget https://opendev.org/openstack/api-site/raw/firstapp/samples/heat/faafo_autoscaling_workers.yaml $ openstack stack create -t faafo_autoscaling_workers.yaml \ --parameters flavor=m1.small\;key_name=test\;image_id=5bbe4073-90c0-4ec9-833c-092459cc4539 \ faafo_autoscaling_workers