diff --git a/docs/more/homepage-move.md b/docs/more/homepage-move.md index 8d1498e87..a3a048807 100644 --- a/docs/more/homepage-move.md +++ b/docs/more/homepage-move.md @@ -3,6 +3,6 @@ title: Homepage Move description: Homepage Container Deprecation --- -As of v0.7.1 homepage migrated from benphelps/homepage to an "orgnization" located at gethomepage/homepage. The reason for this is to setup the project for longevity and allow for community maintenance. +As of v0.7.2 homepage migrated from benphelps/homepage to an "orgnization" repository located at [gethomepage/homepage](https://github.com/gethomepage/homepage/). The reason for this was to setup the project for longevity and allow for community maintenance. Migrating your installation should be as simple as changing `image: ghcr.io/benphelps/homepage:latest` to `image: ghcr.io/gethomepage/homepage:latest`. \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 97e5c570d..89e5985fd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -149,6 +149,7 @@ nav: - more/index.md - more/development.md - more/translations.md + - more/homepage-move.md theme: name: material