mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 11:35:45 +00:00
Fix repo link on documentation
This commit is contained in:
parent
0fdef287c4
commit
70b787b58e
@ -4,7 +4,7 @@ version = "0.2.0"
|
||||
authors = ["Vinícius Rodrigues Miguel <vrmiguel99@gmail.com>", "João M. Bezerra <marcospb19@hotmail.com>"]
|
||||
edition = "2018"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/vrmiguel/ouch"
|
||||
repository = "https://github.com/ouch-org/ouch"
|
||||
license = "MIT"
|
||||
keywords = ["decompression", "compression", "zip", "tar", "gzip"]
|
||||
categories = ["command-line-utilities", "compression", "encoding"]
|
||||
|
@ -90,7 +90,7 @@ impl fmt::Display for Error {
|
||||
FinalError::with_title(format!("Cannot compress to {:?}", filename))
|
||||
.detail("Ouch could not detect the compression format")
|
||||
.hint("Use a supported format extension, like '.zip' or '.tar.gz'")
|
||||
.hint("Check https://github.com/vrmiguel/ouch for a full list of supported formats")
|
||||
.hint("Check https://github.com/ouch-org/ouch for a full list of supported formats")
|
||||
}
|
||||
Error::WalkdirError { reason } => FinalError::with_title(reason),
|
||||
Error::FileNotFound(file) => {
|
||||
@ -127,7 +127,7 @@ impl fmt::Display for Error {
|
||||
.detail("This should not have happened")
|
||||
.detail("It's probably our fault")
|
||||
.detail("Please help us improve by reporting the issue at:")
|
||||
.detail(format!(" {}https://github.com/vrmiguel/ouch/issues ", *CYAN))
|
||||
.detail(format!(" {}https://github.com/ouch-org/ouch/issues ", *CYAN))
|
||||
}
|
||||
Error::IoError { reason } => FinalError::with_title(reason),
|
||||
Error::CompressionTypo => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user