Skip to content

Commit 815e998

Browse files
miharpclaude
andcommitted
Fix broken environments.html links in openvox_8x docs
The environments page was split into environments_about.html and environments_creating.html during the Puppet docs migration, but reference-style link definitions across 20 files still pointed to the old environments.html. Update all references: - Plain environments.html links -> environments_about.html - #about-environmentpath -> environments_creating.html#environmentpath - #setting-up-environments-on-a-puppet-master -> environments_creating.html - #enabling-directory-environments -> environments_creating.html Fixes 42 htmlproofer failures. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e37a3c5 commit 815e998

20 files changed

Lines changed: 23 additions & 23 deletions

docs/_openvox_8x/config_file_auth.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "Config files: auth.conf (LEGACY)"
66
[rest_authconfig]: ./configuration.html#restauthconfig
77
[api]: ./http_api/http_api_index.html
88
[default_file]: https://github.com/puppetlabs/puppet/blob/4.3.0/conf/auth.conf
9-
[environment]: ./environments.html
9+
[environment]: ./environments_about.html
1010
[server_ca]: /openvox-server/latest/config_file_ca.html
1111
[server_master]: /openvox-server/latest/config_file_master.html
1212
[server_auth_conf]: /openvox-server/latest/config_file_auth.html

docs/_openvox_8x/config_file_environment.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ layout: default
33
title: "Config files: environment.conf"
44
---
55

6-
[environment]: ./environments.html
7-
[environmentpath]: ./environments.html#about-environmentpath
6+
[environment]: ./environments_about.html
7+
[environmentpath]: ./environments_creating.html#environmentpath
88
[modulepath]: /puppet/3.8/configuration.html#modulepath
99
[puppet.conf]: ./config_file_main.html
1010
[basemodulepath]: /puppet/3.8/configuration.html#basemodulepath

docs/_openvox_8x/config_file_main.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: "Config files: The main config file (puppet.conf)"
1111
[reports]: ./configuration.html#reports
1212
[modulepath]: ./configuration.html#modulepath
1313
[ssldir]: ./configuration.html#ssldir
14-
[dir_environments]: ./environments.html
14+
[dir_environments]: ./environments_about.html
1515
[environmentpath]: ./configuration.html#environmentpath
1616
[puppetserver_diff]: /openvox-server/latest/puppet_conf_setting_diffs.html
1717

docs/_openvox_8x/config_important_settings.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "Configuration: Short list of important settings"
66
[cli_settings]: ./config_about_settings.html#settings-can-be-set-on-the-command-line
77
[trusted_and_facts]: ./lang_facts_and_builtin_vars.html
88
[config_reference]: ./configuration.html
9-
[environments]: ./environments.html
9+
[environments]: ./environments_about.html
1010
[multi_master]: /guides/scaling_multiple_masters.html
1111
[enc]: ./nodes_external.html
1212
[meta_noop]: ./metaparameter.html#noop

docs/_openvox_8x/config_print.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: "Configuration: Checking values of settings"
77
[config_sections]: ./config_file_main.html#config-sections
88
[setting_sources]: ./config_about_settings.html
99
[confdir_sys]: ./dirs_confdir.html#location
10-
[environment]: ./environments.html
10+
[environment]: ./environments_about.html
1111
[confdir]: ./dirs_confdir.html
1212
[vardir]: ./dirs_vardir.html
1313
[modulepath]: ./dirs_modulepath.html

docs/_openvox_8x/config_set.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "Configuration: Editing settings on the command line"
55

66
[config_sections]: ./config_file_main.html#config-sections
77
[puppet.conf]: ./config_file_main.html
8-
[environments]: ./environments.html
8+
[environments]: ./environments_about.html
99
[confdir_sys]: ./dirs_confdir.html#location
1010

1111
Puppet loads most of its settings from [the puppet.conf config file.][puppet.conf] You can edit this file directly, or you can change individual settings with the `puppet config set` command.

docs/_openvox_8x/dirs_manifest.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: default
33
title: "Directories: The main manifest"
44
---
55

6-
[environment]: ./environments.html
6+
[environment]: ./environments_about.html
77
[catalog_compilation]: ./subsystem_catalog_compilation.html
88
[confdir]: ./dirs_confdir.html
99
[manifest_setting]: ./configuration.html#manifest

docs/_openvox_8x/dirs_modulepath.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ title: "Directories: The modulepath (default config)"
44
---
55

66
[module_fundamentals]: ./modules_fundamentals.html
7-
[environments]: ./environments.html
8-
[env_modules]: ./environments.html#setting-up-environments-on-a-puppet-master
7+
[environments]: ./environments_about.html
8+
[env_modules]: ./environments_creating.html
99
[confdir]: ./dirs_confdir.html
1010
[basemodulepath_setting]: ./configuration.html#basemodulepath
1111
[modulepath_setting]: ./configuration.html#modulepath
1212
[config_print]: ./config_print.html
13-
[enable_dir_envs]: ./environments.html#enabling-directory-environments
13+
[enable_dir_envs]: ./environments_creating.html
1414
[puppet.conf]: ./config_file_main.html
1515
[environment.conf]: ./config_file_environment.html
1616

docs/_openvox_8x/functions_basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ title: "Writing custom functions: Introduction"
1010
[stdlib]: http://forge.puppetlabs.com/puppetlabs/stdlib
1111
[built-in]: ./function.html
1212
[module]: ./modules_fundamentals.html
13-
[environment]: ./environments.html
13+
[environment]: ./environments_about.html
1414

1515
[func_puppet]: ./lang_write_functions_in_puppet.html
1616
[func_legacy]: ./functions_legacy.html

docs/_openvox_8x/functions_legacy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: default
33
title: "The legacy Ruby functions API"
44
---
55

6-
[environments]: ./environments.html
6+
[environments]: ./environments_about.html
77
[func_modern]: ./functions_ruby_overview.html
88
[func_puppet]: ./lang_write_functions_in_puppet.html
99

0 commit comments

Comments
 (0)