wrong url links
This commit is contained in:
parent
cb52c774be
commit
99394348b5
3 changed files with 4 additions and 4 deletions
|
|
@ -20,7 +20,7 @@ To load the configuration you must import the `RougailConfig` class and set the
|
|||
Let's convert a our first structural file
|
||||
-----------------------------------------
|
||||
|
||||
As a reminder, a :term:`structure file` is a set of instructions that will allow us to create :term:`families` and :term:`variables`.
|
||||
As a reminder, a :term:`structure file` is a set of instructions that will allow us to create :term:`families <family>` and :term:`variables <variable>`.
|
||||
|
||||
Let's start by creating a simple structure file.
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Creating a structure file
|
|||
|
||||
rougail-tutorials
|
||||
└── firefox
|
||||
└── 00-proxy.yml
|
||||
└── 00-proxy.yml
|
||||
|
||||
- Let's make a :file:`rougail-tutorials` directory, with a :file:`firefox` subfolder.
|
||||
- First, we will create a :term:`structure file <structure file>`, so let's create a :file:`00-proxy.yml` file
|
||||
|
|
|
|||
|
|
@ -145,7 +145,7 @@ Now we need to set a value for the :confval:`address` variable,
|
|||
otherwise we will get an error if we try to access this variable:
|
||||
|
||||
.. raw:: html
|
||||
:url: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_012/config/01/output_rw.html
|
||||
:url: https://forge.cloud.silique.fr/stove/rougail-tutorials/src/tag/v1.1_012/config/01/output_ro.html
|
||||
:class: error-box
|
||||
|
||||
..
|
||||
|
|
@ -175,7 +175,7 @@ And we need to set the values in separate files too, called `user data fil
|
|||
|
||||
Here is a user data file sample:
|
||||
|
||||
.. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_012/config/03/config.yaml
|
||||
.. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/tag/v1.1_012/config/03/config.yml
|
||||
:language: yaml
|
||||
:caption: A user file named :file:`config/config.yaml` with a value set for the `address` variable
|
||||
:name: RougailAddresseVariableUserValue
|
||||
|
|
|
|||
Loading…
Reference in a new issue