diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2023-07-04 02:26:19 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2023-07-04 02:26:19 +0000 |
commit | 624a5ccb2ec81105d8dd73444756f8f791543d07 (patch) | |
tree | f389031a5ecf70febe1adc2b736434d456f8a801 /docs | |
parent | 53f4d6f2381abc31f9419c1346a14ad4cdd55b04 (diff) | |
parent | 0c3709173fe7905c3d7e9d542d3b1007d8f97042 (diff) | |
download | pleroma-624a5ccb2ec81105d8dd73444756f8f791543d07.tar.gz pleroma-624a5ccb2ec81105d8dd73444756f8f791543d07.zip |
Merge branch 'hotfix/docs-broken-links' into 'develop'
docs: Fix broken links
See merge request pleroma/pleroma!3920
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installation/gentoo_en.md | 2 | ||||
-rw-r--r-- | docs/installation/gentoo_otp_en.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation/gentoo_en.md b/docs/installation/gentoo_en.md index 273e21d4b..87128d6f6 100644 --- a/docs/installation/gentoo_en.md +++ b/docs/installation/gentoo_en.md @@ -2,7 +2,7 @@ {! backend/installation/otp_vs_from_source.include !} -This guide covers a manual from-source installation. To use the gentoo package, please check the [packaged installation guide for gentoo](./gentoo.en.md). +This guide covers a manual from-source installation. To use the gentoo package, please check the [packaged installation guide for gentoo](./gentoo_otp_en.md). ## Installation diff --git a/docs/installation/gentoo_otp_en.md b/docs/installation/gentoo_otp_en.md index 5dcfe0b7b..76968eb38 100644 --- a/docs/installation/gentoo_otp_en.md +++ b/docs/installation/gentoo_otp_en.md @@ -65,7 +65,7 @@ The output from emerging postgresql should give you a command for initializing t ### Install media / graphics packages (optional) -See [Optional software packages needed for specific functionality](docs/installation/optional/media_graphics_packages.md) for details. +See [Optional software packages needed for specific functionality](optional/media_graphics_packages.md) for details. ```shell # emerge --ask media-video/ffmpeg media-gfx/imagemagick media-libs/exiftool |