mirror of
https://github.com/immich-app/immich.git
synced 2024-12-29 15:11:58 +00:00
chore(docs): fix build errors (#1156)
This commit is contained in:
parent
752b267399
commit
feaf21373a
4 changed files with 4 additions and 4 deletions
|
@ -115,7 +115,7 @@ docker-compose up -d # or `docker compose up -d` based on your docker-compose ve
|
|||
```
|
||||
|
||||
:::tip
|
||||
For more information on how to use the application, please refer to the [Post Installation](/docs/install/post-install.md) guide.
|
||||
For more information on how to use the application, please refer to the [Post Installation](/docs/install/post-install.mdx) guide.
|
||||
:::
|
||||
|
||||
### Step 4 - Upgrading
|
||||
|
|
|
@ -50,5 +50,5 @@ openssl rand -base64 128
|
|||
|
||||
|
||||
:::tip
|
||||
For more information on how to use the application, please refer to the [Post Installation](/docs/install/post-install.md) guide.
|
||||
For more information on how to use the application, please refer to the [Post Installation](/docs/install/post-install.mdx) guide.
|
||||
:::
|
||||
|
|
|
@ -25,5 +25,5 @@ The web application will be available at `http://<machine-ip-address>:2283`, and
|
|||
The directory which is used to store the library files is `./immich-data` relative to the current directory.
|
||||
|
||||
:::tip
|
||||
For common next steps, see [Post Install Steps](/docs/install/post-install.md).
|
||||
For common next steps, see [Post Install Steps](/docs/install/post-install.mdx).
|
||||
:::
|
||||
|
|
|
@ -105,7 +105,7 @@ alt="Go to Docker Tab and visit the address listed next to immich-proxy"
|
|||
</details>
|
||||
|
||||
:::tip
|
||||
For more information on how to use the application once installed, please refer to the [Post Install](/docs/install/post-install.md) guide.
|
||||
For more information on how to use the application once installed, please refer to the [Post Install](/docs/install/post-install.mdx) guide.
|
||||
:::
|
||||
|
||||
## Updating Steps
|
||||
|
|
Loading…
Reference in a new issue