Skip to content

Commit 4ee92f4

Browse files
miharpclaude
andcommitted
Address review feedback on broken link fixes
- Point custom functions link to functions_basics.html (better match for original custom_functions.html intent) - Fix malformed PE console link ({{pe}} template var prepended to absolute URL); use help.puppet.com instead Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2a34a13 commit 4ee92f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/_openvox_8x/lang_functions.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ layout: default
55

66
[func_ref]: ./function.html
77
[forge]: https://forge.puppetlabs.com
8-
[custom]: ./lang_write_functions_in_puppet.html
8+
[custom]: ./functions_basics.html
99
[stdlib]: https://forge.puppetlabs.com/puppetlabs/stdlib
1010
[resource]: ./lang_resources.html
1111
[custom_facts]: /openfact/latest/custom_facts.html

docs/_openvox_8x/quick_start_adding_classes_nix.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You can edit the [parameters](./lang_classes.html#defining-classes) of a class i
5858
> That's it! You have set the Apache web server's root directory to `/var/www` instead of its default `/var/www/html`. If you refresh `http://myagentnodeIP:80/` in your web browser, it shows the list of files in `/var/www`. If you click `html`, the browser will again show the contents of `/var/www/html/index.html`.
5959
>
6060
> **Note:**
61-
> If you have Puppet Enterprise, you can do the steps in this guide through the PE web UI, [the console]({{pe}}https://www.puppet.com/docs/pe/latest/console_accessing.html).
61+
> If you have Puppet Enterprise, you can do the steps in this guide through the PE web UI, [the console](https://help.puppet.com).
6262
6363

6464
----------

0 commit comments

Comments
 (0)