diff --git a/CHANGELOG.md b/CHANGELOG.md index 88e4f3f..6281822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -131,16 +131,16 @@ - Initial release -[1.0.0]: https://github.com/getcord/spr/releases/tag/v1.0.0 -[1.1.0]: https://github.com/getcord/spr/releases/tag/v1.1.0 -[1.2.0]: https://github.com/getcord/spr/releases/tag/v1.2.0 -[1.2.1]: https://github.com/getcord/spr/releases/tag/v1.2.1 -[1.2.2]: https://github.com/getcord/spr/releases/tag/v1.2.2 -[1.2.3]: https://github.com/getcord/spr/releases/tag/v1.2.3 -[1.2.4]: https://github.com/getcord/spr/releases/tag/v1.2.4 -[1.3.0]: https://github.com/getcord/spr/releases/tag/v1.3.0 -[1.3.1]: https://github.com/getcord/spr/releases/tag/v1.3.1 -[1.3.2]: https://github.com/getcord/spr/releases/tag/v1.3.2 -[1.3.3]: https://github.com/getcord/spr/releases/tag/v1.3.3 -[1.3.4]: https://github.com/getcord/spr/releases/tag/v1.3.4 -[1.3.5]: https://github.com/getcord/spr/releases/tag/v1.3.5 +[1.0.0]: https://github.com/spacedentist/spr/releases/tag/v1.0.0 +[1.1.0]: https://github.com/spacedentist/spr/releases/tag/v1.1.0 +[1.2.0]: https://github.com/spacedentist/spr/releases/tag/v1.2.0 +[1.2.1]: https://github.com/spacedentist/spr/releases/tag/v1.2.1 +[1.2.2]: https://github.com/spacedentist/spr/releases/tag/v1.2.2 +[1.2.3]: https://github.com/spacedentist/spr/releases/tag/v1.2.3 +[1.2.4]: https://github.com/spacedentist/spr/releases/tag/v1.2.4 +[1.3.0]: https://github.com/spacedentist/spr/releases/tag/v1.3.0 +[1.3.1]: https://github.com/spacedentist/spr/releases/tag/v1.3.1 +[1.3.2]: https://github.com/spacedentist/spr/releases/tag/v1.3.2 +[1.3.3]: https://github.com/spacedentist/spr/releases/tag/v1.3.3 +[1.3.4]: https://github.com/spacedentist/spr/releases/tag/v1.3.4 +[1.3.5]: https://github.com/spacedentist/spr/releases/tag/v1.3.5 diff --git a/README.md b/README.md index ca78ccf..fcabff0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![spr](./docs/spr.svg) -# spr · [![GitHub](https://img.shields.io/github/license/getcord/spr)](https://img.shields.io/github/license/getcord/spr) [![GitHub release](https://img.shields.io/github/v/release/getcord/spr?include_prereleases)](https://github.com/getcord/spr/releases) [![crates.io](https://img.shields.io/crates/v/spr.svg)](https://crates.io/crates/spr) [![homebrew](https://img.shields.io/homebrew/v/spr.svg)](https://formulae.brew.sh/formula/spr) [![GitHub Repo stars](https://img.shields.io/github/stars/getcord/spr?style=social)](https://github.com/getcord/spr) +# spr · [![GitHub](https://img.shields.io/github/license/spacedentist/spr)](https://img.shields.io/github/license/spacedentist/spr) [![GitHub release](https://img.shields.io/github/v/release/spacedentist/spr?include_prereleases)](https://github.com/spacedentist/spr/releases) [![crates.io](https://img.shields.io/crates/v/spr.svg)](https://crates.io/crates/spr) [![homebrew](https://img.shields.io/homebrew/v/spr.svg)](https://formulae.brew.sh/formula/spr) [![GitHub Repo stars](https://img.shields.io/github/stars/spacedentist/spr?style=social)](https://github.com/spacedentist/spr) A command-line tool for submitting and updating GitHub Pull Requests from local Git commits that may be amended and rebased. Pull Requests can be stacked to @@ -10,7 +10,7 @@ spr is pronounced /ˈsuːpəɹ/, like the English word 'super'. ## Documentation -Comprehensive documentation is available here: https://getcord.github.io/spr/ +Comprehensive documentation is available here: https://spacedentist.github.io/spr/ ## Installation @@ -56,7 +56,7 @@ For more information on spr commands and options, run `spr help`. For more infor ## Contributing -Feel free to submit an issue on [GitHub](https://github.com/getcord/spr) if you have found a problem. If you can even provide a fix, please raise a pull request! +Feel free to submit an issue on [GitHub](https://github.com/spacedentist/spr) if you have found a problem. If you can even provide a fix, please raise a pull request! If there are larger changes or features that you would like to work on, please raise an issue on GitHub first to discuss. diff --git a/book.toml b/book.toml index d74c2e4..b005380 100644 --- a/book.toml +++ b/book.toml @@ -9,8 +9,8 @@ title = "spr Documentation" build-dir = "book" [output.html] -git-repository-url = "https://github.com/getcord/spr" -edit-url-template = "https://github.com/getcord/spr/edit/master/{path}" +git-repository-url = "https://github.com/spacedentist/spr" +edit-url-template = "https://github.com/spacedentist/spr/edit/master/{path}" site-url = "/spr/" curly-quotes = true additional-js = ["mermaid.min.js", "mermaid-init.js"] diff --git a/spr/Cargo.toml b/spr/Cargo.toml index 376777c..fa659d8 100644 --- a/spr/Cargo.toml +++ b/spr/Cargo.toml @@ -3,8 +3,8 @@ name = "spr" version = "1.3.6-beta.1" authors = ["Sven Over ", "Jozef Mokry "] description = "Submit pull requests for individual, amendable, rebaseable commits to GitHub" -repository = "https://github.com/getcord/spr" -homepage = "https://github.com/getcord/spr" +repository = "https://github.com/spacedentist/spr" +homepage = "https://github.com/spacedentist/spr" license = "MIT" edition = "2021" exclude = [".github", ".gitignore"]