docs: replace last termscp.veeso.dev refs (install.sh manual/changelog, crate homepage)

This commit is contained in:
Christian Visintin
2026-06-07 22:45:54 +02:00
parent bbeefc557e
commit 3774156873
2 changed files with 3 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ description = "termscp is a feature rich terminal file transfer and explorer wit
license = "MIT"
repository = "https://github.com/veeso/termscp"
categories = ["command-line-utilities"]
homepage = "https://termscp.veeso.dev"
homepage = "https://termscp.rs"
include = ["src/**/*", "build.rs", "LICENSE", "README.md", "CHANGELOG.md"]
keywords = ["terminal", "ftp", "scp", "sftp", "tui"]
readme = "README.md"

View File

@@ -473,11 +473,10 @@ case $PLATFORM in
esac
completed "Congratulations! Termscp has successfully been installed on your system!"
info "If you're a new user, you might be interested in reading the user manual <https://termscp.veeso.dev/user-manual.html>"
info "While if you've just updated your termscp version, you can find the changelog at this link <https://termscp.veeso.dev/#changelog>"
info "If you're a new user, you might be interested in reading the user manual <https://docs.termscp.rs>"
info "While if you've just updated your termscp version, you can find the changelog at this link <https://github.com/veeso/termscp/blob/main/CHANGELOG.md>"
info "Remember that if you encounter any issue, you can report them on Github <https://github.com/veeso/termscp/issues/new>"
info "Feel free to open an issue also if you have an idea which could improve the project"
info "If you want to support the project, please, consider a little donation <https://ko-fi.com/veeso>"
info "I hope you'll enjoy using termscp :D"
exit 0