diff options
Diffstat (limited to 'templates/error.templ')
-rw-r--r-- | templates/error.templ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/error.templ b/templates/error.templ index c336ea9..369cb83 100644 --- a/templates/error.templ +++ b/templates/error.templ @@ -1,8 +1,8 @@ package templates import ( - "website/internal/config" - "website/internal/http" + "go.alanpearce.eu/website/internal/config" + "go.alanpearce.eu/website/internal/http" "strconv" ) |