From 9769d979701c039cce997d8b9c13a6f5f0f764e4 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 17 Apr 2024 15:08:54 +0200 Subject: Shorten internal module names --- cmd/build/atom.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/build/atom.go') diff --git a/cmd/build/atom.go b/cmd/build/atom.go index e071af9..bf8d318 100644 --- a/cmd/build/atom.go +++ b/cmd/build/atom.go @@ -4,7 +4,7 @@ import ( "encoding/xml" "time" - . "alanpearce.eu/website/internal/config" + . "website/internal/config" ) func MakeTagURI(config Config, specific string) string { -- cgit 1.4.1