diff --git a/README.md b/README.md index a7567d6..e1a49bd 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,11 @@ At its core, **Netlify CMS** is an open-source React app that acts as a wrapper 1. ### Clone this repo - `git clone https://github.com/SettleForDevelopers/Developer-Docs.git` + `git clone https://github.com/SettleAPI/settle-developer-docs.git` 2. ### Navigate into your newly created Settle API docs directory - `cd settle-api-docs` + `cd settle-developer-docs` 3. ### Install dependencies diff --git a/docs/api/guides/index.md b/docs/api/guides/index.md index f50187d..3d4cf15 100644 --- a/docs/api/guides/index.md +++ b/docs/api/guides/index.md @@ -8,4 +8,4 @@ description: Getting started with the Settle API To get started we recommend that you first create a consumer account and a business account in the [Sandbox environment](/sandbox). This allows you to try out Settle and test your integration without having to worry about real money. -You can then follow one the tutorials or checkout the API references directly. \ No newline at end of file +You can then follow one of the tutorials or checkout the API references directly. \ No newline at end of file diff --git a/docs/api/guides/introduction/interacting.md b/docs/api/guides/introduction/interacting.md old mode 100755 new mode 100644 index 1307bf6..83ae35f --- a/docs/api/guides/introduction/interacting.md +++ b/docs/api/guides/introduction/interacting.md @@ -1,5 +1,5 @@ --- -title: Interacting with the REST API's +title: 1. Interacting with the REST API's description: How to interact with the Settle REST API's --- # Creating, Retrieving, Updating and Deleting resources (CRUD) diff --git a/yarn.lock b/yarn.lock index 2fe4309..8c29a56 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6107,9 +6107,9 @@ postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0: integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.26, postcss@^7.0.27, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6: - version "7.0.35" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.35.tgz#d2be00b998f7f211d8a276974079f2e92b970e24" - integrity sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg== + version "7.0.36" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.36.tgz#056f8cffa939662a8f5905950c07d5285644dfcb" + integrity sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw== dependencies: chalk "^2.4.2" source-map "^0.6.1"