diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 05fb252..def5d30 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -53,5 +53,5 @@ YOUR CONFIG HERE ``` - [ ] I understand, that without logs and/or screenshots and a detailed description of the problem, it is very hard to fix bugs. - - [ ] I have checked the [documentation](https://maximilian-dorninger.gitbook.io/mediamanager) for help. + - [ ] I have checked the [documentation](https://maxdorninger.github.io/MediaManager/) for help. - [ ] I have searched the [issues](https://github.com/maxdorninger/MediaManager/issues) for similar issues and found none. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8e0056c..3392a42 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ Generally, if you have any questions or need help on the implementation side of just ask in the issue, or in a draft PR. Also, see the contribution guide in the docs for information on how to setup the dev environment: -https://maximilian-dorninger.gitbook.io/mediamanager +https://maxdorninger.github.io/MediaManager/ ### For something that is a one or two line fix: diff --git a/README.md b/README.md index 5cb9491..2210d74 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
- + Logo @@ -9,7 +9,7 @@

Modern management system for your media library
- Explore the docs » + Explore the docs »
Report Bug · @@ -35,7 +35,7 @@ wget -O ./config/config.toml https://github.com/maxdorninger/MediaManager/releas docker compose up -d ``` -### [View the docs for installation instructions and more](https://maximilian-dorninger.gitbook.io/mediamanager) +### [View the docs for installation instructions and more](https://maxdorninger.github.io/MediaManager/) ## Support MediaManager @@ -80,7 +80,7 @@ docker compose up -d ## Developer Quick Start -For the developer guide see the [Developer Guide](https://maximilian-dorninger.gitbook.io/mediamanager). +For the developer guide see the [Developer Guide](https://maxdorninger.github.io/MediaManager/). diff --git a/config.dev.toml b/config.dev.toml index 0e3c908..20ea89e 100644 --- a/config.dev.toml +++ b/config.dev.toml @@ -1,6 +1,6 @@ # MediaManager Dev Configuration File # This file contains all available configuration options for MediaManager -# Documentation: https://maximilian-dorninger.gitbook.io/mediamanager +# Documentation: https://maxdorninger.github.io/MediaManager/ # # This is an example configuration file that gets copied to your config folder # on first boot. You should modify the values below to match your setup. diff --git a/config.example.toml b/config.example.toml index 75041a4..1d137d3 100644 --- a/config.example.toml +++ b/config.example.toml @@ -1,6 +1,6 @@ # MediaManager Example Configuration File # This file contains all available configuration options for MediaManager -# Documentation: https://maximilian-dorninger.gitbook.io/mediamanager +# Documentation: https://maxdorninger.github.io/MediaManager/ # # This is an example configuration file that gets copied to your config folder # on first boot. You should modify the values below to match your setup. diff --git a/web/src/routes/login/+layout.svelte b/web/src/routes/login/+layout.svelte index 5f2962e..c5ce20a 100644 --- a/web/src/routes/login/+layout.svelte +++ b/web/src/routes/login/+layout.svelte @@ -31,7 +31,7 @@ Trouble logging in?