diff options
Diffstat (limited to 'hyperterm/core/update.sh')
-rw-r--r-- | hyperterm/core/update.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hyperterm/core/update.sh b/hyperterm/core/update.sh index d1e1da7..651ce63 100644 --- a/hyperterm/core/update.sh +++ b/hyperterm/core/update.sh @@ -74,8 +74,8 @@ function updbashrc() { "Hooray! HyperTerm has been updated and/or is at the current version." msg "Puede reportarnos errores en https://todo.sr.ht/~heckyel/hyperterm" \ "You can report errors issues in https://todo.sr.ht/~heckyel/hyperterm" - msg "Consigue tu copia de HyperTerm en: https://hgit.conocimientoslibres.ga/software/hyperterm.git" \ - "Get your HyperTerm copy on: https://hgit.conocimientoslibres.ga/software/hyperterm.git" + msg "Consigue tu copia de HyperTerm en: https://c.hgit.ga/software/hyperterm.git" \ + "Get your HyperTerm copy on: https://c.hgit.ga/software/hyperterm.git" printf '%b\n' "$RESET" else case $(_url_exists "$URL") in |