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"