Skip to content

Commit

Permalink
Fix broken links (#89)
Browse files Browse the repository at this point in the history
Before Submitting This PR, Please Ensure You Have Completed The
Following:

1. [x] Are internal links to wiki documents using [relative file
links](https://docusaurus.io/docs/markdown-features/links)?
2. [x] Are all new documentation files lowercase, with dash separated
names (ex. unraid-os.mdx)?
3. [x] Are all assets (images, etc), located in an assets/ subfolder
next to the .md/mdx files?
4. [x] Have you checked to ensure there aren't other open [Pull
Requests](../../../pulls) for the same update/change?
5. [x] Is the build succeeding?
  • Loading branch information
ljm42 authored Aug 28, 2023
2 parents 9b5c184 + 64fb8aa commit 456c9e2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/connect/remote-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The Remote Access feature
allows you to access your Unraid webgui from the Internet. If you need
access to Docker containers, network drives, or other devices on your
network, you'll want to [setup a
VPN](/unraid-os/manual/security.md#vpn) instead.
VPN](/unraid-os/manual/security/vpn.md) instead.

**Note: Before enabling remote access, consider your root password. Is
it sufficiently complex? Update your root password on the Users page.**
Expand Down
2 changes: 1 addition & 1 deletion docs/unraid-os/manual/additional-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Users can set up logging of the syslog to permanent storage
WireGuard VPN Server

Users can set up a VPN connection using
[WireGuard](security.md#wireguard") for secure connections
[WireGuard](security/vpn.md#wireguard) for secure connections
to/from the internet

["WireGuard" and the "WireGuard" logo are registered trademarks of Jason A. Donenfeld.](https://www.wireguard.com/)
Expand Down
2 changes: 1 addition & 1 deletion docs/unraid-os/manual/getting-started/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ up-to-date than any documentation.

Your Unraid server is likely to end up containing data that is valuable
to you so it can be a good idea to review the [Security Good
Practices](../security.md) part of the documentation to
Practices](../security/good-practices.md) part of the documentation to
ensure you are not doing something that may leave your system open to
attack while leaving your valuable data at risk.

Expand Down
4 changes: 2 additions & 2 deletions docs/unraid-os/release-notes/6.10.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ or
will redirect to `https://[lan-ip].[hash].myunraid.net`

More information including use cases may be found in Documentation
[here](/unraid-os/manual/security.md#securing-webgui-connections-ssl).
[here](/unraid-os/manual/security/secure-webgui-ssl.md).

### Virtualization

Expand Down Expand Up @@ -350,7 +350,7 @@ replacements](https://forums.unraid.net/topic/112170-allow-template-repositories
name that contains a space.
- Fixed issue where 'mover' would not move to a pool name that
contains a space.
- Fixed issue in [User Share](/unraid-os/manual/shares.md#user-shares)
- Fixed issue in [User Share](/unraid-os/manual/shares/user-shares.md)
file system where permissions were not being honored.
- Fixed jumbo frames not working.
- sysctl: handle net.netfilter.nf_conntrack_count max exceeded
Expand Down

0 comments on commit 456c9e2

Please sign in to comment.