diff --git a/README.md b/README.md
index 84cb6f523..ecab733c8 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,17 @@
jellyfin-sdk-typescript
+
+
+---
-
-
+
+
+
+
+
-
-
+
+
@@ -97,18 +103,18 @@ await api.logout();
* Build directory is now `lib` instead of `dist`.
Any imports used that were previously in `dist` will need updated.
- [#147](https://github.com/thornbill/jellyfin-sdk-typescript/pull/147)
+ [#147](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/147)
* Duplicated exports were removed.
Any imports may need updated if you referenced one of the duplicates.
- [#148](https://github.com/thornbill/jellyfin-sdk-typescript/pull/148)
+ [#148](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/148)
* API classes are no longer exposed via getters.
Instead you need to call a function passing the `Api` instance as a parameter.
For example: `getSystemApi(api)`.
While I do feel this is a slightly worse developer experience, it was a necessary change to support tree-shaking.
- [#149](https://github.com/thornbill/jellyfin-sdk-typescript/pull/149)
+ [#149](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/149)
* `BaseItemKind` is now included in the generated client.
Imports will need updated.
- [#187](https://github.com/thornbill/jellyfin-sdk-typescript/pull/187)
+ [#187](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/187)
## Roadmap to 1.0
diff --git a/package.json b/package.json
index a1659cd50..2615250ec 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
"license": "MPL-2.0",
"repository": {
"type": "git",
- "url": "https://github.com/thornbill/jellyfin-sdk-typescript.git"
+ "url": "https://github.com/jellyfin/jellyfin-sdk-typescript.git"
},
"publishConfig": {
"access": "public"