diff --git a/.gitignore b/.gitignore index eaab48a97..0c02380a6 100644 --- a/.gitignore +++ b/.gitignore @@ -67,4 +67,4 @@ typings/ # OSX .DS_Store -# Ghost SD Ks Custom +# Ghost SDK Custom diff --git a/README.md b/README.md index 9aab84614..591e82c4c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Ghost SDKs +# Ghost SDK A collection of tools for interacting with Ghost's APIs. diff --git a/package.json b/package.json index 4d5697eeb..0657ae7a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "repository": "https://github.com/TryGhost/Ghost-SDKs", + "repository": "https://github.com/TryGhost/Ghost-SDK", "author": "Ghost Foundation", "license": "MIT", "workspaces": [ diff --git a/packages/html-to-mobiledoc/package.json b/packages/html-to-mobiledoc/package.json index 8ee706df3..4f4d2254d 100644 --- a/packages/html-to-mobiledoc/package.json +++ b/packages/html-to-mobiledoc/package.json @@ -1,7 +1,7 @@ { "name": "@tryghost/html-to-mobiledoc", "version": "0.1.2", - "repository": "https://github.com/TryGhost/Ghost-SDKs/tree/master/packages/html-to-mobiledoc", + "repository": "https://github.com/TryGhost/Ghost-SDK/tree/master/packages/html-to-mobiledoc", "author": "Ghost Foundation", "license": "MIT", "main": "index.js",