diff --git a/programming/index.md b/programming/index.md index d42b6321..c248c22a 100644 --- a/programming/index.md +++ b/programming/index.md @@ -12,14 +12,14 @@ permalink: /programming/index.html ## Getting Started -* [User Guide](./javascrit/user-guide/index.html) +* [User Guide](./javascript/user-guide/index.html) ## API Reference -* [API Reference](./javascrit/api-reference/index.html) +* [API Reference](./javascript/api-reference/index.html) ## Release Notes -* [Version 4.x](./javascrit/release-note/release-notes-4.x.html) -* [Version 3.x](./javascrit/release-note/release-notes-3.x.html) -* [Version 2.x](./javascrit/release-note/release-notes-2.x.html) +* [Version 4.x](./javascript/release-note/release-notes-4.x.html) +* [Version 3.x](./javascript/release-note/release-notes-3.x.html) +* [Version 2.x](./javascript/release-note/release-notes-2.x.html) diff --git a/programming/javascript/user-guide/index.md b/programming/javascript/user-guide/index.md index 825938a9..a3844571 100644 --- a/programming/javascript/user-guide/index.md +++ b/programming/javascript/user-guide/index.md @@ -54,7 +54,7 @@ The simplest way to add the SDK is to use a CDN such as [jsDelivr](https://jsdel ```html - + ``` @@ -62,14 +62,14 @@ The simplest way to add the SDK is to use a CDN such as [jsDelivr](https://jsdel ```html - + ``` -> In some rare cases, you might not be able to access the CDN. If this happens, you can use + ### Host the SDK yourself