From 6e6e61af000e344213aad3ea95c7d1cb1aa911b0 Mon Sep 17 00:00:00 2001 From: edoardottt Date: Sun, 10 Nov 2024 09:23:52 +0100 Subject: [PATCH] new website --- README.md | 2 +- pkg/output/banner.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 888ab88..9253b90 100644 --- a/README.md +++ b/README.md @@ -246,4 +246,4 @@ License 📝 ------- This repository is under [GNU General Public License v3.0](https://github.com/edoardottt/cariddi/blob/main/LICENSE). -[edoardoottavianelli.it](https://www.edoardoottavianelli.it) to contact me. +[edoardottt.com](https://edoardottt.com/) to contact me. diff --git a/pkg/output/banner.go b/pkg/output/banner.go index f9dc63a..fee928a 100644 --- a/pkg/output/banner.go +++ b/pkg/output/banner.go @@ -46,7 +46,7 @@ const ( // Banner prints the banner + version. func Banner() { - links := " > github.com/edoardottt/cariddi\n > edoardoottavianelli.it\n" + links := " > github.com/edoardottt/cariddi\n > https://edoardottt.com/\n" sepLine := "========================================\n" bannerPart1 := banner + version + "\n\n"