diff --git a/readme.md b/readme.md index bf81756..b9fc88c 100644 --- a/readme.md +++ b/readme.md @@ -12,17 +12,17 @@ Non-features: - Flexibility at the expense of performance. - Backwards compatibility (for now). -[![Development Status](https://github.com/suspecting/sus/workflows/Test/badge.svg)](https://github.com/suspecting/sus/actions?workflow=Test) +[![Development Status](https://github.com/socketry/sus/workflows/Test/badge.svg)](https://github.com/socketry/sus/actions?workflow=Test) ## Usage -Please see the [project documentation](https://suspecting.github.io/sus/) for more details. +Please see the [project documentation](https://socketry.github.io/sus/) for more details. - - [Getting Started](https://suspecting.github.io/sus/guides/getting-started/index) - This guide explains how to use the `sus` gem to write tests for your Ruby projects. + - [Getting Started](https://socketry.github.io/sus/guides/getting-started/index) - This guide explains how to use the `sus` gem to write tests for your Ruby projects. ## See Also -- [sus-vscode](https://github.com/suspecting/sus-vscode) - Visual Studio Code extension for Sus. +- [sus-vscode](https://github.com/socketry/sus-vscode) - Visual Studio Code extension for Sus. ## Contributing diff --git a/sus.gemspec b/sus.gemspec index c5d686e..aefd4c2 100644 --- a/sus.gemspec +++ b/sus.gemspec @@ -13,12 +13,12 @@ Gem::Specification.new do |spec| spec.cert_chain = ['release.cert'] spec.signing_key = File.expand_path('~/.gem/release.pem') - spec.homepage = "https://github.com/suspecting/sus" + spec.homepage = "https://github.com/socketry/sus" spec.metadata = { - "documentation_uri" => "https://suspecting.github.io/sus/", + "documentation_uri" => "https://socketry.github.io/sus/", "funding_uri" => "https://github.com/sponsors/ioquatix/", - "source_code_uri" => "https://github.com/suspecting/sus.git", + "source_code_uri" => "https://github.com/socketry/sus.git", } spec.files = Dir.glob(['{bin,lib}/**/*', '*.md'], File::FNM_DOTMATCH, base: __dir__)