Skip to content

Commit 7de7c44

Browse files
committed
src/: fix links, vmdfmt
1 parent b7b66cc commit 7de7c44

File tree

6 files changed

+11
-14
lines changed

6 files changed

+11
-14
lines changed

src/config/external-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Steam can be installed either via a native package, which requires [enabling the
9393
"nonfree" repository](../xbps/repositories/index.md#nonfree), or via
9494
[Flatpak](#flatpak). The list of dependencies for different platforms and
9595
troubleshooting information for the native package can be found in its
96-
[Void-specific documentation](./package-documentation/index.html), while this
96+
[Void-specific documentation](./package-documentation/index.md), while this
9797
section deals with potential issues faced by Flatpak users.
9898

9999
If you are using a different drive to store your game library, the

src/config/graphical-session/wayland.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ compositors, and is installed as a dependency for most of them. Its package is
8585
## Configuration
8686

8787
The Wayland library requires the
88-
[`XDG_RUNTIME_DIR`](../session-management.html#xdg_runtime_dir) environment
88+
[`XDG_RUNTIME_DIR`](../session-management.md#xdg_runtime_dir) environment
8989
variable to determine the directory for the Wayland socket.
9090

9191
It is also possible that some applications use the `XDG_SESSION_TYPE`

src/config/media/pipewire.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ manager, or Wayland compositor may need to be launched with
1616
[`dbus-run-session(1)`](https://man.voidlinux.org/dbus-run-session.1).
1717

1818
PipeWire also requires the
19-
[`XDG_RUNTIME_DIR`](../session-management.html#xdg_runtime_dir) environment
19+
[`XDG_RUNTIME_DIR`](../session-management.md#xdg_runtime_dir) environment
2020
variable to be defined in your environment to work properly.
2121

2222
If not using [elogind](../session-management.md), it is necessary to be in the
@@ -232,8 +232,8 @@ running.
232232
[E][...] mod.protocol-native | [module-protocol-: 710 init_socket_name()] server 0x55e09658e9d0: name pipewire-0 is not an absolute path and no runtime dir found. Set one of PIPEWIRE_RUNTIME_DIR, XDG_RUNTIME_DIR or USERPROFILE in the environment
233233
```
234234

235-
This indicates [`XDG_RUNTIME_DIR`](../session-management.html#xdg_runtime_dir)
236-
is not set up properly.
235+
This indicates [`XDG_RUNTIME_DIR`](../session-management.md#xdg_runtime_dir) is
236+
not set up properly.
237237

238238
### Only a "dummy" output is found
239239

src/installation/guides/zfs.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,10 @@ the EFI system partition:
165165
### Installation
166166

167167
At this point, ordinary installation can proceed from the ["Base Installation"
168-
section](https://docs.voidlinux.org/installation/guides/chroot.html#base-installation).
169-
of the standard chroot installation guide. However, before following the
170-
["Finalization"
171-
instructions](https://docs.voidlinux.org/installation/guides/chroot.html#finalization),
172-
make sure that the `zfs` package has been installed and `dracut` is configured
173-
to identify a ZFS root filesystem:
168+
section](./chroot.md#base-installation). of the standard chroot installation
169+
guide. However, before following the ["Finalization"
170+
instructions](./chroot.md#finalization), make sure that the `zfs` package has
171+
been installed and `dracut` is configured to identify a ZFS root filesystem:
174172

175173
```
176174
[xchroot /mnt] # mkdir -p /etc/dracut.conf.d

src/installation/live-images/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Choose a login (default `void`) and a descriptive name for that login. Then
7878
enter and confirm the password for the new user. You will then be prompted to
7979
verify the groups for this new user. They are added to the `wheel` group by
8080
default and will have `sudo` access. Default groups and their descriptions are
81-
listed [here](../../config/users-and-groups.html#default-groups).
81+
listed [here](../../config/users-and-groups.md#default-groups).
8282

8383
Login names have some restrictions, as described in
8484
[useradd(8)](https://man.voidlinux.org/useradd.8#CAVEATS).

src/xbps/repositories/mirrors/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ Void Linux maintains mirrors in several geographic regions for users. A fresh
44
install will default to
55
[repo-default.voidlinux.org](https://repo-default.voidlinux.org), which may map
66
to any Tier 1 mirror, but you may have a better experience by [selecting a
7-
different
8-
mirror](https://docs.voidlinux.org/xbps/repositories/mirrors/changing.html).
7+
different mirror](./changing.md).
98

109
> See [xmirror.voidlinux.org](https://xmirror.voidlinux.org) for more
1110
> information and a list of available mirrors.

0 commit comments

Comments
 (0)