Skip to content

Commit e704870

Browse files
committed
docs: point links at renamed GitHub repo
The GitHub repository moved from cardmagic/solid_objects to cardmagic/solid-objects-ruby. The gem name stays solid_objects. Update the gemspec metadata URLs, the CI badge, and the generator template link so they skip the redirect.
1 parent 760f7f9 commit e704870

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Solid Objects
22

3-
[![CI](https://github.com/cardmagic/solid_objects/actions/workflows/ci.yml/badge.svg)](https://github.com/cardmagic/solid_objects/actions/workflows/ci.yml)
3+
[![CI](https://github.com/cardmagic/solid-objects-ruby/actions/workflows/ci.yml/badge.svg)](https://github.com/cardmagic/solid-objects-ruby/actions/workflows/ci.yml)
44

55
**Self-hosted, distributed Durable Objects in Rails without a daemon using your existing SQL database.**
66

lib/generators/solid_objects/templates/solid_objects.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#
3838
# Prefer policies that bind actor_type and actor_id to a trusted
3939
# authorization_context. See:
40-
# https://github.com/cardmagic/solid_objects/blob/main/docs/authorization.md
40+
# https://github.com/cardmagic/solid-objects-ruby/blob/main/docs/authorization.md
4141
# and run:
4242
#
4343
# bin/rails solid_objects:doctor

solid_objects.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require_relative "lib/solid_objects/version"
44

55
Gem::Specification.new do |spec|
6-
repository_url = "https://github.com/cardmagic/solid_objects"
6+
repository_url = "https://github.com/cardmagic/solid-objects-ruby"
77

88
spec.name = "solid_objects"
99
spec.version = SolidObjects::VERSION

0 commit comments

Comments
 (0)