diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1e3a7b3..2ff3f32 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,7 +61,7 @@ When we're ready to release, a project owner should do the following - `git push upstream master --tag v..` - Run `cargo publish` (run `cargo login` first if needed) -[issues]: https://github.com/epage/typos/issues -[new issue]: https://github.com/epage/typos/issues/new -[all issues]: https://github.com/epage/typos/issues?utf8=%E2%9C%93&q=is%3Aissue -[travis]: https://github.com/epage/typos/blob/master/.travis.yml +[issues]: https://github.com/crate-ci/typos/issues +[new issue]: https://github.com/crate-ci/typos/issues/new +[all issues]: https://github.com/crate-ci/typos/issues?utf8=%E2%9C%93&q=is%3Aissue +[travis]: https://github.com/crate-ci/typos/blob/master/.travis.yml diff --git a/Cargo.toml b/Cargo.toml index 6ccd736..167f97c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ name = "typos-cli" version = "0.1.0" authors = ["Ed Page "] description = "Source Code Spelling Correction" -repository = "https://github.com/epage/typos" +repository = "https://github.com/crate-ci/typos" readme = "README.md" categories = ["development-tools", "text-processing"] keywords = ["development", "spelling"] diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index fa1ce50..6beffcb 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -3,8 +3,7 @@ name = "typos-codegen" version = "1.0.0" authors = ["Ed Page "] description = "Source Code Spelling Correction" -repository = "https://github.com/crate-ci/imperative" -documentation = "https://docs.rs/imperative" +repository = "https://github.com/crate-ci/typos" readme = "../README.md" categories = ["text-processing"] license = "MIT" @@ -12,8 +11,8 @@ edition = "2018" publish = false [badges] -travis-ci = { repository = "epage/typos" } -appveyor = { repository = "epage/typos" } +azure-devops = { project = "crate-ci", pipeline = "typos" } +codecov = { repository = "crate-ci/typos" } [dependencies] phf = { version = "0.7", features = ["unicase"] } diff --git a/typos-dict/Cargo.toml b/typos-dict/Cargo.toml index 06aa5ff..ccf68ab 100644 --- a/typos-dict/Cargo.toml +++ b/typos-dict/Cargo.toml @@ -3,8 +3,7 @@ name = "typos-dict" version = "0.1.0" authors = ["Ed Page "] description = "Source Code Spelling Correction" -repository = "https://github.com/epage/typos" -documentation = "https://docs.rs/typos-dict" +repository = "https://github.com/crate-ci/typos" readme = "../README.md" categories = ["development-tools", "text-processing"] keywords = ["development", "spelling"] @@ -12,8 +11,8 @@ license = "MIT" edition = "2018" [badges] -travis-ci = { repository = "epage/typos" } -appveyor = { repository = "epage/typos" } +azure-devops = { project = "crate-ci", pipeline = "typos" } +codecov = { repository = "crate-ci/typos" } [dependencies] typos = { version = "0.1", path = "../typos" } diff --git a/typos/Cargo.toml b/typos/Cargo.toml index 67bdb10..9eb3e0e 100644 --- a/typos/Cargo.toml +++ b/typos/Cargo.toml @@ -3,8 +3,7 @@ name = "typos" version = "0.1.0" authors = ["Ed Page "] description = "Source Code Spelling Correction" -repository = "https://github.com/epage/typos" -documentation = "https://docs.rs/typos" +repository = "https://github.com/crate-ci/typos" readme = "../README.md" categories = ["development-tools", "text-processing"] keywords = ["development", "spelling"] @@ -12,8 +11,8 @@ license = "MIT" edition = "2018" [badges] -travis-ci = { repository = "epage/typos" } -appveyor = { repository = "epage/typos" } +azure-devops = { project = "crate-ci", pipeline = "typos" } +codecov = { repository = "crate-ci/typos" } [dependencies] failure = "0.1"