Skip to content

Commit fd0d9f4

Browse files
committed
updated repo links in gemspec/readme to point to Tangled
1 parent 17619fa commit fd0d9f4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ bsky = Minisky.new('api.bsky.app', nil)
4747
> [!NOTE]
4848
> To call PDS endpoints like `getRecord` or `listRecords`, you need to connect to the PDS of the user whose data you're loading, not to yours (unless it's the same one). Alternatively, you can use the `bsky.social` "entryway" PDS hostname for any Bluesky-hosted accounts, but this will not work for self-hosted accounts.
4949
>
50-
> To look up the PDS hostname of a user given their handle or DID, you can use the [didkit](https://github.com/mackuba/didkit) library.
50+
> To look up the PDS hostname of a user given their handle or DID, you can use the [didkit](https://tangled.org/mackuba.eu/didkit) library.
5151
>
5252
> For the AppView, `api.bsky.app` connects directly to Bluesky's AppView, and `public.api.bsky.app` to a version with extra caching that will usually be faster.
5353

minisky.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ Gem::Specification.new do |spec|
1010

1111
spec.summary = "A minimal client of Bluesky/AtProto API"
1212
spec.description = "A very simple client class that lets you log in to the Bluesky API and make any requests there."
13-
spec.homepage = "https://github.com/mackuba/minisky"
13+
spec.homepage = "https://ruby.sdk.blue"
1414

1515
spec.license = "Zlib"
1616
spec.required_ruby_version = ">= 2.6.0"
1717

1818
spec.metadata = {
19-
"bug_tracker_uri" => "https://github.com/mackuba/minisky/issues",
20-
"changelog_uri" => "https://github.com/mackuba/minisky/blob/master/CHANGELOG.md",
21-
"source_code_uri" => "https://github.com/mackuba/minisky",
19+
"bug_tracker_uri" => "https://tangled.org/mackuba.eu/minisky/issues",
20+
"changelog_uri" => "https://tangled.org/mackuba.eu/minisky/blob/master/CHANGELOG.md",
21+
"source_code_uri" => "https://tangled.org/mackuba.eu/minisky",
2222
}
2323

2424
spec.files = Dir.chdir(__dir__) do

0 commit comments

Comments
 (0)