From ec27e928338812d057f72c972e421c7ccc99cb3d Mon Sep 17 00:00:00 2001
From: Chris Carducci <chris.carducci@gmail.com>
Date: Wed, 4 Dec 2024 01:35:41 -0500
Subject: [PATCH] Update homepage.json documentation and website (#668)

Homepage (app) documentation link was broken. I also suggest changing the website to the main homepage website instead of the github repo (which is linked from the true main page)
---
 json/homepage.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/json/homepage.json b/json/homepage.json
index 23d8438a3..7046b26ec 100644
--- a/json/homepage.json
+++ b/json/homepage.json
@@ -9,8 +9,8 @@
     "updateable": true,
     "privileged": false,
     "interface_port": 3000,
-    "documentation": "https://gethomepage.dev/latest/configs/",
-    "website": "https://github.com/benphelps/homepage",
+    "documentation": "https://gethomepage.dev/configs/",
+    "website": "https://gethomepage.dev",
     "logo": "https://avatars.githubusercontent.com/u/122929872?v=4",
     "description": "Homepage is a self-hosted dashboard solution for centralizing and organizing data and information.",
     "install_methods": [
@@ -36,4 +36,4 @@
             "type": "warning"
         }
     ]
-}
\ No newline at end of file
+}