about summary refs log tree commit diff stats
path: root/internal/examples/app/html/home.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/examples/app/html/home.go')
-rw-r--r--internal/examples/app/html/home.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/examples/app/html/home.go b/internal/examples/app/html/home.go
index c06aa66..5743d38 100644
--- a/internal/examples/app/html/home.go
+++ b/internal/examples/app/html/home.go
@@ -11,7 +11,7 @@ func HomePage(items []string) Node {
 
 		P(Text("This is a gomponents example app!")),
 
-		P(Raw(`Have a look at the <a href="https://maragu.dev/gomponents/tree/main/internal/examples/app">source code</a> to see how it’s structured.`)),
+		P(Raw(`Have a look at the <a href="https:/github.com/maragudk/gomponents/tree/main/internal/examples/app">source code</a> to see how it’s structured.`)),
 
 		Ul(Map(items, func(s string) Node {
 			return Li(Text(s))