docs: fix remaining broken links

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2353>
environments/review-docs-docs-mup14p/deployments/17022
Ciarán Ainsworth 2023-02-01 13:51:07 +01:00
rodzic 65316d43c1
commit f917f00b9a
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
# Import music from your server # Import music from your server
You can import music files you have saved on your server. You need to make sure your files have the [required ID3 tags](../../user/libraries/content/tag.md). We recommend using [Musicbrainz Picard](https://picard.musicbrainz.org/) for tagging. You can import music files you have saved on your server. You need to make sure your files have the [required ID3 tags](../user/libraries/content/tag.md). We recommend using [Musicbrainz Picard](https://picard.musicbrainz.org/) for tagging.
Funkwhale supports the following import methods: Funkwhale supports the following import methods:
@ -60,7 +60,7 @@ This downloads a set compressed albums to your `data/music` directory and unzips
## Find your library ID ## Find your library ID
You need to create a library before you can import music. Follow the instructions in [Create a library](../../user/libraries/create.md) to get started. You need to create a library before you can import music. Follow the instructions in [Create a library](../user/libraries/create.md) to get started.
Once you've created your library, you can find its ID by following these steps: Once you've created your library, you can find its ID by following these steps:
@ -164,7 +164,7 @@ To use the in-place import method, follow these steps:
cd /srv/funkwhale cd /srv/funkwhale
``` ```
2. Add your storage location to your `.env` file if you don't want to link it to the Funkwhale store. See the [in-place import configuration variables](../configuration/env_file.md#in-place-import-configuration) for more information. 2. Add your storage location to your `.env` file if you don't want to link it to the Funkwhale store. See the [in-place import configuration variables](configuration/env_file.md#in-place-import-configuration) for more information.
3. Export your library ID to reference it later. In this example, the library ID is "769a2bc3". Replace this with your library ID. 3. Export your library ID to reference it later. In this example, the library ID is "769a2bc3". Replace this with your library ID.
```{code-block} sh ```{code-block} sh
@ -184,7 +184,7 @@ Funkwhale imports the music in your storage directory into the specified library
:::{tab-item} Docker :::{tab-item} Docker
:sync: docker :sync: docker
1. Add your storage location to your `.env` file if you don't want to bind it to the Funkwhale store. See the [in-place import configuration variables](../configuration/env_file.md#in-place-import-configuration) for more information. 1. Add your storage location to your `.env` file if you don't want to bind it to the Funkwhale store. See the [in-place import configuration variables](configuration/env_file.md#in-place-import-configuration) for more information.
2. Run your import command against your music storage directory: 2. Run your import command against your music storage directory:
```{code-block} sh ```{code-block} sh