Skip to content

Commit 47f42b5

Browse files
committed
docs: use absolute paths for internal links
1 parent c63fe2b commit 47f42b5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docker/klipper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
4040
### With Moonraker
4141
If you intend to use Klipper together with Moonraker, they need to share a common directory in which the socket may be located.
42-
Further Info on how to use the Moonraker Image can be found in its [README.md](../moonraker/README.md)
42+
Further Info on how to use the Moonraker Image can be found in its [README.md](/docker/moonraker/README.md)
4343
4444
Create `moonraker.conf` and `printer.cfg` as well as the directories `run` and `gcode`, then run the containers.
4545

docker/klipperscreen/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This Image is built and used by [prind](.).
88
_via https://klipperscreen.readthedocs.io/en/latest/_
99

1010
## Usage
11-
This Image requires XServer on the host and also host network access. You can use [setup-X11.sh](../../scripts/setup-X11.sh) for a basic X11 setup to use with this Image.
11+
This Image requires XServer on the host and also host network access. You can use [setup-X11.sh](/scripts/setup-X11.sh) for a basic X11 setup to use with this Image.
1212

1313
Create `klipperscreen.conf`, then run the container.
1414

docker/moonraker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This Image is built and used by [prind](.).
88
_via https://moonraker.readthedocs.io/en/latest/_
99

1010
## Usage
11-
Moonraker requires Klipper to operate. See the Images' [README.md](../klipper/README.md) on how to run the Klipper Image.
11+
Moonraker requires Klipper to operate. See the Images' [README.md](/docker/klipper/README.md) on how to run the Klipper Image.
1212
Both Containers need to share their `run` Volume in order to be able to communicate via klippers unix socket. Configure Moonraker to use `/opt/printer_data/run/klipper.sock` as klippys uds address.
1313

1414
Create `moonraker.conf` and `printer.cfg` as well as the directories `run` and `gcode`, then run the containers.

scripts/build/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# build.py
22
This script is used to build multi platform images provided by prind and upload them to the registry.
3-
If you're looking for a way to build images locally, head to the main [README](../../README.md#building-docker-images-locally)
3+
If you're looking for a way to build images locally, head to the main [README](/README.md#building-docker-images-locally)
44

55
## Local usage
66
### Multi-Platform Requirements

0 commit comments

Comments
 (0)