From 526716a78599841b90d529aafc892efd00ec9cce Mon Sep 17 00:00:00 2001 From: Snider Date: Tue, 28 Oct 2025 12:07:27 +0000 Subject: [PATCH] Fix import paths in index.md for consistency and clarity Signed-off-by: Snider --- cmd/core-website/docs/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/core-website/docs/index.md b/cmd/core-website/docs/index.md index 8e74e4d..f5eca42 100644 --- a/cmd/core-website/docs/index.md +++ b/cmd/core-website/docs/index.md @@ -26,8 +26,7 @@ Core is an opinionated framework for building Go desktop apps with Wails, provid import ( "github.com/wailsapp/wails/v3/pkg/application" "github.com/Snider/Core" - "core.io.in" - "dappco.re/display" + "github.com/Snider/Core/display" ) func main() {