diff --git a/README.md b/README.md index fb4c6c7a..576f7ac4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Compose SDK is a Software Development Kit that enables a composable, code-driven ## What you need to know - - **Compose SDK is currently in Beta** - Packages, APIs, and anything else is bound to change + - **Compose SDK is currently in Beta** - Packages, APIs, and anything else are bound to change - Compose SDK requires a Sisense license & access to a Sisense instance - Compose SDK supports Sisense version L2022.11 or newer - Compose SDK currently supports development using Typescript & React @@ -19,7 +19,7 @@ Compose SDK is a Software Development Kit that enables a composable, code-driven ## Documentation -You can find documentation for Compose SDK on the [Sisense Developer Portal](https://www.sisense.dev). +You can find documentation for Compose SDK on the [Sisense Developer Portal](https://sisense.dev). A demo application for Compose SDK + Typescript + React is available in: [compose-sdk-react-demo](https://github.com/sisense/compose-sdk-react-demo). @@ -56,4 +56,4 @@ From `packages/sdk-ui`, run: yarn storybook ``` -You can find more information about setting up an app using this SDK in quickstart.md +You can find more information about setting up an app using this SDK in [quickstart.md](quickstart.md). diff --git a/quickstart.md b/quickstart.md index 1500703e..0bb445a1 100644 --- a/quickstart.md +++ b/quickstart.md @@ -300,7 +300,7 @@ Your chart should look like this: ![Line chart rendered by the Chart component](./media/chart-data-source-example-2.png) -See the [SisenseContextProvider]([./functions/_sisense_sdk_ui.SisenseContextProvider.html](http://sisenseteam.gitlab-pages.sisense.com/compose-sdk-monorepo/functions/_sisense_sdk_ui.SisenseContextProvider.html)) and [Chart](http://sisenseteam.gitlab-pages.sisense.com/compose-sdk-monorepo//functions/_sisense_sdk_ui.Chart.html) docs for more details on supported props. +See the [API doc](https://sisense.dev/guides/sdk/) for more details on `SisenseContextProvider` and `Chart`. ## Next Steps