Skip to content

Commit 87d9df1

Browse files
miharpclaude
andcommitted
Use relative links instead of /openvox/latest/ absolute links
Addresses review feedback: relative links within the 8x docset stay within 8x when OpenVox 9 docs are added. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Michael Harp <mike@mikeharp.com>
1 parent 7a6f34d commit 87d9df1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/_openvox_8x/lang_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Embedded Ruby (ERB) | `template` | `inline_template`
4848

4949
You can put template files in the `templates` directory of a [module][]. EPP files should have the `.epp` extension, and ERB files should have the `.erb` extension.
5050

51-
To use a template file, evaluate it with the [`template`](/openvox/latest/function.html#template) (ERB) or [`epp`](/openvox/latest/function.html#epp) function:
51+
To use a template file, evaluate it with the [`template`](./function.html#template) (ERB) or [`epp`](./function.html#epp) function:
5252

5353
``` puppet
5454
# epp(<FILE REFERENCE>, [<PARAMETER HASH>])

docs/_openvox_8x/metaparameter.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ subscribing or notified resources, although Puppet will log that a refresh
179179
event _would_ have been sent.
180180

181181
**Important note:**
182-
[The `noop` setting](/openvox/latest/configuration.html#noop)
182+
[The `noop` setting](./configuration.html#noop)
183183
allows you to globally enable or disable noop mode, but it will _not_ override
184184
the `noop` metaparameter on individual resources. That is, the value of the
185185
global `noop` setting will _only_ affect resources that do not have an explicit
@@ -225,7 +225,7 @@ A schedule to govern when Puppet is allowed to manage this resource.
225225
The value of this metaparameter must be the `name` of a `schedule`
226226
resource. This means you must declare a schedule resource, then
227227
refer to it by name; see
228-
[the docs for the `schedule` type](/openvox/latest/type.html#schedule)
228+
[the docs for the `schedule` type](./type.html#schedule)
229229
for more info.
230230

231231
schedule { 'everyday':
@@ -251,7 +251,7 @@ resources or on classes declared with `include`.
251251
By default, all classes are declared in the `main` stage. To assign a class
252252
to a different stage, you must:
253253

254-
* Declare the new stage as a [`stage` resource](/openvox/latest/type.html#stage).
254+
* Declare the new stage as a [`stage` resource](./type.html#stage).
255255
* Declare an order relationship between the new stage and the `main` stage.
256256
* Use the resource-like syntax to declare the class, and set the `stage`
257257
metaparameter to the name of the desired stage.

0 commit comments

Comments
 (0)