diff --git a/README.md b/README.md index 9a4e29b..09ac078 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A collection of custom integrations for Home Assistant. 1. Open HACS in Home Assistant 2. Click on the three dots in the top right corner 3. Select **Custom repositories** -4. Add this repository URL: `https://git.dolgolyov-family.by/alexei.dolgolyov/haos-hacs-immich-album-watcher` +4. Add this repository URL: `https://github.com/DolgolyovAlexei/haos-hacs-immich-album-watcher` 5. Select **Integration** as the category 6. Click **Add** 7. Search for "Immich Album Watcher" in HACS and install it diff --git a/custom_components/immich_album_watcher/manifest.json b/custom_components/immich_album_watcher/manifest.json index f01c6f3..259db56 100644 --- a/custom_components/immich_album_watcher/manifest.json +++ b/custom_components/immich_album_watcher/manifest.json @@ -4,9 +4,9 @@ "codeowners": ["@alexei.dolgolyov"], "config_flow": true, "dependencies": [], - "documentation": "https://git.dolgolyov-family.by/alexei.dolgolyov/haos-hacs-immich-album-watcher", + "documentation": "https://github.com/DolgolyovAlexei/haos-hacs-immich-album-watcher", "iot_class": "cloud_polling", - "issue_tracker": "https://git.dolgolyov-family.by/alexei.dolgolyov/haos-hacs-immich-album-watcher/issues", + "issue_tracker": "https://github.com/DolgolyovAlexei/haos-hacs-immich-album-watcher/issues", "requirements": [], "version": "1.2.0" }