Skip to content

Commit 9b667d6

Browse files
authored
Fix links in README (#487)
1 parent dfcfd8e commit 9b667d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,25 +45,25 @@ Follow these steps to build the project yourself:
4545
git clone https://github.com/reaper47/recipya.git
4646
```
4747
2. Install the required [dependencies](https://recipya.musicavis.ca/docs/development/intro/#dependencies).
48-
3. [Build](https://recipes.musicavis.ca/guide/docs/development/build/) the project.
48+
3. [Build](https://recipya.musicavis.ca/docs/development/build/) the project.
4949

50-
Alternatively, you may use the [development container](https://recipes.musicavis.ca/guide/docs/development/devcontainer/).
50+
Alternatively, you may use the [development container](https://recipya.musicavis.ca/docs/development/devcontainer/).
5151
Recipya's Docker [container](https://github.com/reaper47/recipya/tree/main/.devcontainer) includes all the necessary tools and dependencies
5252
you need to start writing code quickly.
5353

5454
### Updating
5555

5656
#### Docker
5757

58-
Please follow these [instructions](https://recipes.musicavis.ca/guide/docs/installation/docker/#updating-your-container-1)
58+
Please follow these [instructions](https://recipya.musicavis.ca/docs/installation/docker/#updating-your-container-1)
5959
to update your Docker instance.
6060

6161
#### Release build
6262

6363
If you installed a release build of Recipya, i.e. v1.0.0, then the software will notify you once an update is available.
64-
You can [self-update](https://recipes.musicavis.ca/guide/docs/features/updater) the application from the settings dialog.
64+
You can [self-update](https://recipya.musicavis.ca/docs/features/updater) the application from the settings dialog.
6565

66-
Let's explain the mechanism developers. Basically, a cron job is run [every three days]((https://github.com/reaper47/recipya/blob/main/internal/jobs/jobs.go#L70-L82))
66+
Let's explain the mechanism developers. Basically, a cron job is run [every three days](https://github.com/reaper47/recipya/blob/main/internal/jobs/jobs.go#L70-L82)
6767
to check whether there is a new GitHub release. If so, the update indicators in the UI will be enabled. Once the user presses
6868
the "Update" button, the latest release is fetched, unpacked and the application restarted.
6969

0 commit comments

Comments
 (0)