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

This commit is contained in:
Christian Visintin
2026-06-08 10:16:00 +02:00
parent bbeefc557e
commit 3774156873
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ description = "termscp is a feature rich terminal file transfer and explorer wit
license = "MIT" license = "MIT"
repository = "https://github.com/veeso/termscp" repository = "https://github.com/veeso/termscp"
categories = ["command-line-utilities"] categories = ["command-line-utilities"]
homepage = "https://termscp.veeso.dev" homepage = "https://termscp.rs"
include = ["src/**/*", "build.rs", "LICENSE", "README.md", "CHANGELOG.md"] include = ["src/**/*", "build.rs", "LICENSE", "README.md", "CHANGELOG.md"]
keywords = ["terminal", "ftp", "scp", "sftp", "tui"] keywords = ["terminal", "ftp", "scp", "sftp", "tui"]
readme = "README.md" readme = "README.md"
+2 -3
View File
@@ -473,11 +473,10 @@ case $PLATFORM in
esac esac
completed "Congratulations! Termscp has successfully been installed on your system!" 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 "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://termscp.veeso.dev/#changelog>" 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 "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 "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" info "I hope you'll enjoy using termscp :D"
exit 0 exit 0