Skip to content

Commit 585bec9

Browse files
miharpclaude
andcommitted
fix: replace old puppet.com links with openvox-docs equivalents
In http_file_metadata.md and http_file_content.md, replace three puppet.com links in the mount point lists with internal openvox-docs pages: config_file_fileserver.html for mount point configuration and file_serving.html for file serving docs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Michael Harp <mike@mikeharp.com>
1 parent 6cf9172 commit 585bec9

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

docs/_openvox-server_8x/http_file_content.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ Get a file.
1515

1616
The endpoint path includes a `:mount_point` which can be one of the following types:
1717

18-
- Custom file serving mounts as specified in `fileserver.conf` — see the Puppet docs on
19-
[configuring mount points](https://puppet.com/docs/puppet/latest/file_serving.html).
20-
- `modules/<MODULE>` — allows access to the `files` subdirectory of `<MODULE>` — see the Puppet docs on
21-
[file serving](https://puppet.com/docs/puppet/latest/file_serving.html).
18+
- Custom file serving mounts as specified in `fileserver.conf` — see
19+
[configuring mount points](/openvox/8.x/config_file_fileserver.html).
20+
- `modules/<MODULE>` — allows access to the `files` subdirectory of `<MODULE>` — see
21+
[file serving](/openvox/8.x/file_serving.html).
2222
- `plugins` — merges the `lib` directory of every module together. Used for syncing plugins; not intended for
2323
general consumption. Per-module sub-paths cannot be specified.
2424
- `pluginfacts` — merges the `facts.d` directory of every module together. Used for syncing external facts; not
2525
intended for general consumption. Per-module sub-paths cannot be specified.
26-
- `tasks/<MODULE>` — allows access to files in the `tasks` subdirectory of `<MODULE>` — see the Puppet docs on
27-
[file serving](https://puppet.com/docs/puppet/latest/file_serving.html).
26+
- `tasks/<MODULE>` — allows access to files in the `tasks` subdirectory of `<MODULE>` — see
27+
[file serving](/openvox/8.x/file_serving.html).
2828

2929
`:name` is the path to the file within the `:mount_point` that is requested.
3030

docs/_openvox-server_8x/http_file_metadata.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ of the following three types:
1717

1818
The endpoint path includes a `:mount` which can be one of the following types:
1919

20-
- Custom file serving mounts as specified in `fileserver.conf` — see the Puppet docs on
21-
[configuring mount points](https://puppet.com/docs/puppet/latest/file_serving.html).
22-
- `modules/<MODULE>` — allows access to the `files` subdirectory of `<MODULE>` — see the Puppet docs on
23-
[file serving](https://puppet.com/docs/puppet/latest/file_serving.html).
20+
- Custom file serving mounts as specified in `fileserver.conf` — see
21+
[configuring mount points](/openvox/8.x/config_file_fileserver.html).
22+
- `modules/<MODULE>` — allows access to the `files` subdirectory of `<MODULE>` — see
23+
[file serving](/openvox/8.x/file_serving.html).
2424
- `plugins` — merges the `lib` directory of every module together. Used for syncing plugins; not intended for
2525
general consumption. Per-module sub-paths cannot be specified.
2626
- `pluginfacts` — merges the `facts.d` directory of every module together. Used for syncing external facts; not
2727
intended for general consumption. Per-module sub-paths cannot be specified.
28-
- `tasks/<MODULE>` — allows access to files in the `tasks` subdirectory of `<MODULE>` — see the Puppet docs on
29-
[file serving](https://puppet.com/docs/puppet/latest/file_serving.html).
28+
- `tasks/<MODULE>` — allows access to files in the `tasks` subdirectory of `<MODULE>` — see
29+
[file serving](/openvox/8.x/file_serving.html).
3030

3131
## Find
3232

0 commit comments

Comments
 (0)