mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
docs: Fix links
This commit is contained in:
parent
f163b8a56c
commit
38b51bec05
5 changed files with 14 additions and 17 deletions
|
@ -61,7 +61,7 @@ When we're ready to release, a project owner should do the following
|
||||||
- `git push upstream master --tag v<X>.<Y>.<Z>`
|
- `git push upstream master --tag v<X>.<Y>.<Z>`
|
||||||
- Run `cargo publish` (run `cargo login` first if needed)
|
- Run `cargo publish` (run `cargo login` first if needed)
|
||||||
|
|
||||||
[issues]: https://github.com/epage/typos/issues
|
[issues]: https://github.com/crate-ci/typos/issues
|
||||||
[new issue]: https://github.com/epage/typos/issues/new
|
[new issue]: https://github.com/crate-ci/typos/issues/new
|
||||||
[all issues]: https://github.com/epage/typos/issues?utf8=%E2%9C%93&q=is%3Aissue
|
[all issues]: https://github.com/crate-ci/typos/issues?utf8=%E2%9C%93&q=is%3Aissue
|
||||||
[travis]: https://github.com/epage/typos/blob/master/.travis.yml
|
[travis]: https://github.com/crate-ci/typos/blob/master/.travis.yml
|
||||||
|
|
|
@ -6,7 +6,7 @@ name = "typos-cli"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Ed Page <eopage@gmail.com>"]
|
authors = ["Ed Page <eopage@gmail.com>"]
|
||||||
description = "Source Code Spelling Correction"
|
description = "Source Code Spelling Correction"
|
||||||
repository = "https://github.com/epage/typos"
|
repository = "https://github.com/crate-ci/typos"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
categories = ["development-tools", "text-processing"]
|
categories = ["development-tools", "text-processing"]
|
||||||
keywords = ["development", "spelling"]
|
keywords = ["development", "spelling"]
|
||||||
|
|
|
@ -3,8 +3,7 @@ name = "typos-codegen"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
authors = ["Ed Page <eopage@gmail.com>"]
|
authors = ["Ed Page <eopage@gmail.com>"]
|
||||||
description = "Source Code Spelling Correction"
|
description = "Source Code Spelling Correction"
|
||||||
repository = "https://github.com/crate-ci/imperative"
|
repository = "https://github.com/crate-ci/typos"
|
||||||
documentation = "https://docs.rs/imperative"
|
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
categories = ["text-processing"]
|
categories = ["text-processing"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -12,8 +11,8 @@ edition = "2018"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
travis-ci = { repository = "epage/typos" }
|
azure-devops = { project = "crate-ci", pipeline = "typos" }
|
||||||
appveyor = { repository = "epage/typos" }
|
codecov = { repository = "crate-ci/typos" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
phf = { version = "0.7", features = ["unicase"] }
|
phf = { version = "0.7", features = ["unicase"] }
|
||||||
|
|
|
@ -3,8 +3,7 @@ name = "typos-dict"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Ed Page <eopage@gmail.com>"]
|
authors = ["Ed Page <eopage@gmail.com>"]
|
||||||
description = "Source Code Spelling Correction"
|
description = "Source Code Spelling Correction"
|
||||||
repository = "https://github.com/epage/typos"
|
repository = "https://github.com/crate-ci/typos"
|
||||||
documentation = "https://docs.rs/typos-dict"
|
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
categories = ["development-tools", "text-processing"]
|
categories = ["development-tools", "text-processing"]
|
||||||
keywords = ["development", "spelling"]
|
keywords = ["development", "spelling"]
|
||||||
|
@ -12,8 +11,8 @@ license = "MIT"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
travis-ci = { repository = "epage/typos" }
|
azure-devops = { project = "crate-ci", pipeline = "typos" }
|
||||||
appveyor = { repository = "epage/typos" }
|
codecov = { repository = "crate-ci/typos" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
typos = { version = "0.1", path = "../typos" }
|
typos = { version = "0.1", path = "../typos" }
|
||||||
|
|
|
@ -3,8 +3,7 @@ name = "typos"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Ed Page <eopage@gmail.com>"]
|
authors = ["Ed Page <eopage@gmail.com>"]
|
||||||
description = "Source Code Spelling Correction"
|
description = "Source Code Spelling Correction"
|
||||||
repository = "https://github.com/epage/typos"
|
repository = "https://github.com/crate-ci/typos"
|
||||||
documentation = "https://docs.rs/typos"
|
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
categories = ["development-tools", "text-processing"]
|
categories = ["development-tools", "text-processing"]
|
||||||
keywords = ["development", "spelling"]
|
keywords = ["development", "spelling"]
|
||||||
|
@ -12,8 +11,8 @@ license = "MIT"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
travis-ci = { repository = "epage/typos" }
|
azure-devops = { project = "crate-ci", pipeline = "typos" }
|
||||||
appveyor = { repository = "epage/typos" }
|
codecov = { repository = "crate-ci/typos" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
failure = "0.1"
|
failure = "0.1"
|
||||||
|
|
Loading…
Reference in a new issue