fix(docs) Fix relative paths leading to broken links (#6354)

This commit is contained in:
Thariq Shanavas
2024-01-13 13:15:32 -07:00
committed by GitHub
parent 5e2aec3892
commit 9a7f987835
7 changed files with 26 additions and 26 deletions

View File

@@ -10,11 +10,11 @@ to install and use it.
## Requirements
Check the [requirements page](../install/requirements) to get started.
Check the [requirements page](/docs/install/requirements) to get started.
## Install and launch via Docker Compose
Follow the [Docker Compose (Recommended)](../install/docker-compose) instructions
Follow the [Docker Compose (Recommended)](/docs/install/docker-compose) instructions
to install the server.
- Where random passwords are required, `pwgen` is a handy utility.
@@ -24,7 +24,7 @@ to install the server.
## Try the Web UI
import RegisterAdminUser from '../partials/_register-admin.md';
import RegisterAdminUser from '/docs/partials/_register-admin.md';
<RegisterAdminUser />
@@ -36,13 +36,13 @@ Try uploading a picture from your browser.
### Download the Mobile App
import MobileAppDownload from '../partials/_mobile-app-download.md';
import MobileAppDownload from '/docs/partials/_mobile-app-download.md';
<MobileAppDownload />
### Login to the Mobile App
import MobileAppLogin from '../partials/_mobile-app-login.md';
import MobileAppLogin from '/docs/partials/_mobile-app-login.md';
<MobileAppLogin />
@@ -50,7 +50,7 @@ In the mobile app, you should see the photo you uploaded from the web UI.
### Transfer Photos from your Mobile Device
import MobileAppBackup from '../partials/_mobile-app-backup.md';
import MobileAppBackup from '/docs/partials/_mobile-app-backup.md';
<MobileAppBackup />
@@ -59,13 +59,13 @@ take quite a while.
You can select the Jobs tab to see Immich processing your photos.
<img src={require('../guides/img/jobs-tab.png').default} title="Jobs tab" />
<img src={require('/docs/guides/img/jobs-tab.png').default} title="Jobs tab" />
## Set up your backups
You may want to back up the content of your Immich instance
along with other parts of your server; be sure to read about
[database backup](../administration/backup-and-restore).
[database backup](/docs/administration/backup-and-restore).
## Where to go from here?
@@ -77,11 +77,11 @@ even those not on your mobile device, via Google Takeout.
You can use [immich-go](https://github.com/simulot/immich-go) for this.
You may want to
[upload photos from your own archive](../features/command-line-interface).
[upload photos from your own archive](/docs/features/command-line-interface).
You may want to incorporate an immutable archive of photos from an
[External Library](../features/libraries#external-libraries);
there's a [Guide](../guides/external-library) for that.
[External Library](/docs/features/libraries#external-libraries);
there's a [Guide](/docs/guides/external-library) for that.
You may want your mobile device to
[back photos up to your server automatically](../features/automatic-backup).
[back photos up to your server automatically](/docs/features/automatic-backup).