Skip to content

Commit 03d50d7

Browse files
miharpclaude
andcommitted
Fix broken links to deleted and moved pages
- Replace /facter/ links with /openfact/ equivalents - Update /guides/* links to in-collection replacements (nodes_ldap, resources_augeas, lang_write_functions_in_puppet, bgtm, nodes_external) - Replace /guides/scaling_multiple_masters with /openvox-server/latest/scaling_puppet_server.html - Replace /trouble_regenerate_certs_* with ssl_regenerate_certificates - Remove dead /mcollective links - Fix background/ssl/* paths to include /docs/ prefix - Remove references to puppet master man page, puppet cert command (removed in Puppet 6), and puppet man subcommand - Update ./man/ index link to ./man/overview.html - Fix external docs.puppet.com links in external_ssl_termination Signed-off-by: Michael Harp <mike@mikeharp.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0469c3c commit 03d50d7

22 files changed

Lines changed: 25 additions & 40 deletions

docs/_openvox-server_8x/external_ssl_termination.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ validation failures.) Puppet Server uses this to authorize requests; only reques
5151

5252
Mandatory. Must be the [Subject DN][] of the agent's certificate, if a certificate was presented. Puppet Server uses this to authorize requests.
5353

54-
[subject dn]: https://docs.puppet.com/background/ssl/cert_anatomy.html#the-subject-dn-cn-certname-etc
54+
[subject dn]: /docs/background/ssl/cert_anatomy.html#the-subject-dn-cn-certname-etc
5555

5656
### `X-Client-Cert`
5757

@@ -66,5 +66,5 @@ characters must be encoded as `%20` and not `+` characters.
6666
> **Note:** Apache's `mod_proxy` converts line breaks in PEM documents to spaces for some reason, and Puppet Server can't decode the result. We're tracking this issue as
6767
> [SERVER-217](https://tickets.puppetlabs.com/browse/SERVER-217).
6868
69-
[pem format]: https://docs.puppet.com/background/ssl/cert_anatomy.html#pem-file
69+
[pem format]: /docs/background/ssl/cert_anatomy.html#pem-file
7070
[trusted]: https://puppet.com/docs/puppet/latest/lang_facts_and_builtin_vars.html#trusted-facts

docs/_openvox_8x/architecture.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ For more information, see:
6565
* [A walkthrough of OpenVox's HTTPS communications][https_walkthrough]
6666
* [The OpenVox server's HTTP API][server_http]
6767
* [The OpenVox server's auth.conf file][auth.conf]
68-
* [Background reference on SSL and HTTPS.](/background/ssl/)
68+
* [Background reference on SSL and HTTPS.](/docs/background/ssl/)
6969

7070
{:.concept}
7171
## The stand-alone architecture

docs/_openvox_8x/config_important_settings.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: "Configuration: Short list of important settings"
77
[trusted_and_facts]: ./lang_facts_and_builtin_vars.html
88
[config_reference]: ./configuration.html
99
[environments]: ./environments_about.html
10-
[multi_master]: /guides/scaling_multiple_masters.html
10+
[multi_master]: /openvox-server/latest/scaling_puppet_server.html
1111
[enc]: ./nodes_external.html
1212
[meta_noop]: ./metaparameter.html#noop
1313
[meta_schedule]: ./metaparameter.html#schedule

docs/_openvox_8x/custom_types.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Custom Types
66
[package_type]: /puppet/latest/type.html#package
77
[module]: /puppet/latest/modules_fundamentals.html
88
[custom_functions]: /puppet/latest/lang_write_functions_in_puppet.html
9-
[custom_facts]: /facter/latest/custom_facts.html
9+
[custom_facts]: /openfact/latest/custom_facts.html
1010
[pluginsync]: /puppet/latest/configuration.html#pluginsync
1111
[symbol]: http://www.ruby-doc.org/core/Symbol.html
1212
[ruby_block]: http://www.robertsosinski.com/2008/12/21/understanding-ruby-blocks-procs-and-lambdas/

docs/_openvox_8x/experiments_overview.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ Each feature's page will attempt to give some context about the status of that f
4242

4343
If you are testing Puppet's experimental features: Thank you! Please tell us more about your experience, so we can keep making Puppet better.
4444

45-
* The best places to talk about experimental features are the [puppet-users](https://groups.google.com/group/puppet-users) and [puppet-dev](https://groups.google.com/group/puppet-dev) mailing lists. This tells us what's working and what isn't, while also helping others learn from your experience. For more information about the Puppet mailing lists, please see [the community guidelines for mailing lists](/community/community_guidelines.html#mailing-list-guidelines).
46-
* For more immediate conversations, you can use the #puppet and #puppet-dev channels on irc.freenode.net. For more information about these channels, please see [the community guidelines for IRC](/community/community_guidelines.html#ircslack).
45+
* The best places to talk about experimental features are the [puppet-users](https://groups.google.com/group/puppet-users) and [puppet-dev](https://groups.google.com/group/puppet-dev) mailing lists. This tells us what's working and what isn't, while also helping others learn from your experience. For more information about the Puppet mailing lists, please see [the community guidelines for mailing lists](https://voxpupuli.org/docs/humans/).
46+
* For more immediate conversations, you can use the #puppet and #puppet-dev channels on irc.freenode.net. For more information about these channels, please see [the community guidelines for IRC](https://voxpupuli.org/docs/humans/).

docs/_openvox_8x/lang_classes.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ title: "Language: Classes"
3434
[declare]: #declaring-classes
3535
[setting_parameters]: #include-like-vs-resource-like
3636
[override]: #using-resource-like-declarations
37-
[ldap_nodes]: /guides/ldap_nodes.html
37+
[ldap_nodes]: ./nodes_ldap.html
3838
[hiera]: /openvox/latest/hiera_intro.html
3939
[external_data]: /openvox/latest/hiera_automatic.html
4040
[array_search]: /openvox/latest/hiera_merging.html

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]: /guides/custom_functions.html
8+
[custom]: ./lang_write_functions_in_puppet.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/lang_summary.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ title: "Language: Basics"
2222
[variables]: ./lang_variables.html
2323
[ordering]: ./lang_relationships.html#ordering
2424
[notification]: ./lang_relationships.html#refreshing-and-notification
25-
[declared]: /references/glossary.html#declare
25+
[declared]: ./lang_classes.html
2626
[string_newline]: ./lang_data_string.html#line-breaks
2727
[node]: ./lang_node_definitions.html
2828
[hiera]: /openvox/latest/hiera_intro.html

docs/_openvox_8x/lang_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "Language: Using templates"
55

66
[interpolate]: ./lang_data_string.html#interpolation
77
[heredoc]: ./lang_data_string.html#heredocs
8-
[augeas]: /guides/augeas.html
8+
[augeas]: ./resources_augeas.html
99
[concat]: https://forge.puppetlabs.com/puppetlabs/concat
1010
[file_line]: https://forge.puppetlabs.com/puppetlabs/stdlib
1111
[functions]: ./lang_functions.html

docs/_openvox_8x/modules_installing.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ title: "Installing modules"
2222

2323
[approved]: https://forge.puppet.com/approved
2424
[supported]: https://forge.puppet.com/supported
25-
[score]: /forge/assessingmodulequality.html
25+
[score]: https://forge.puppet.com
2626
[environment]: ./environments_about.html
2727
[pdk]: {{pdk}}/pdk.html
2828

0 commit comments

Comments
 (0)