From 20ac436ffe42f77a58a17094532b2e17259b0a27 Mon Sep 17 00:00:00 2001 From: LiKang6688 Date: Thu, 27 Apr 2023 09:03:33 +0200 Subject: [PATCH] docs: fix links to qlik.dev --- README.md | 6 +++--- commands/create/README.md | 4 ++-- commands/create/templates/sn/none/src/index.js | 2 +- commands/create/templates/sn/picasso/common/src/index.js | 2 +- docs/README.md | 6 +++--- examples/sn-hello-react/src/index.js | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 3cea1f493..b4e094df6 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ The primary package is `@nebula.js/stardust` which contains APIs for integrating ## Documentation -You can find the documentation on [Qlik's developer portal](https://qlik.dev/libraries-and-tools/nebulajs). +You can find the documentation on [Qlik's developer portal](https://qlik.dev/extend/set-up-nebula-environment). -To quickly get started, check out the tutorial on how to [embed visualization into your own web app](https://qlik.dev/tutorials/build-a-simple-mashup-using-nebulajs). +To quickly get started, check out the tutorial on how to [embed visualization into your own web app](https://qlik.dev/embed/integrate-web-apps/build-a-simple-mashup). -You can also walk through the tutorial on how to [build your own extension](https://qlik.dev/tutorials/build-a-helloworld-extension-using-nebulajs). +You can also walk through the tutorial on how to [build your own extension](https://qlik.dev/extend/extend-quickstarts/first-extension). Explore the full [stardust API reference](https://qlik.dev/apis/javascript/nebulajs-stardust). diff --git a/commands/create/README.md b/commands/create/README.md index 0915b6ce8..9958fbceb 100644 --- a/commands/create/README.md +++ b/commands/create/README.md @@ -65,7 +65,7 @@ options. - minimal: a basic setup of picasso.js is ready - barchart: a bar chart component created by picasso.js is ready -You can find the [tutorial](https://qlik.dev/tutorials/build-a-helloworld-extension-using-nebulajs) to build a basic nebula visualization using nebula.js. +You can find the [tutorial](https://qlik.dev/extend/extend-quickstarts/first-extension) to build a basic nebula visualization using nebula.js. #### Create a mashup @@ -73,7 +73,7 @@ You can find the [tutorial](https://qlik.dev/tutorials/build-a-helloworld-extens nebula create mashup hello-mashie ``` -You can find the [tutorial](https://qlik.dev/tutorials/build-a-simple-mashup-using-nebulajs) to build a basic mashup using nebula.js. +You can find the [tutorial](https://qlik.dev/embed/integrate-web-apps/build-a-simple-mashup) to build a basic mashup using nebula.js. #### Package manager diff --git a/commands/create/templates/sn/none/src/index.js b/commands/create/templates/sn/none/src/index.js index fa2647e33..7e46f652f 100644 --- a/commands/create/templates/sn/none/src/index.js +++ b/commands/create/templates/sn/none/src/index.js @@ -8,7 +8,7 @@ import ext from './ext'; * Useful for cases when stardust hooks are unavailable (ie: outside the component function) * @param {object} galaxy.anything Extra environment dependent options * @param {object=} galaxy.anything.sense Optional object only present within Sense, - * see: https://qlik.dev/libraries-and-tools/nebulajs/in-qlik-sense + * see: https://qlik.dev/extend/build-extension/in-qlik-sense */ export default function supernova(galaxy) { return { diff --git a/commands/create/templates/sn/picasso/common/src/index.js b/commands/create/templates/sn/picasso/common/src/index.js index 427735ebf..5dd5e64ce 100644 --- a/commands/create/templates/sn/picasso/common/src/index.js +++ b/commands/create/templates/sn/picasso/common/src/index.js @@ -22,7 +22,7 @@ import ext from './ext'; * Useful for cases when stardust hooks are unavailable (ie: outside the component function) * @param {object} galaxy.anything Extra environment dependent options * @param {object=} galaxy.anything.sense Optional object only present within Sense, - * see: https://qlik.dev/libraries-and-tools/nebulajs/in-qlik-sense + * see: https://qlik.dev/extend/build-extension/in-qlik-sense */ export default function supernova(galaxy) { const picasso = picassojs(); diff --git a/docs/README.md b/docs/README.md index 379aa52d3..f8d16597d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,10 +9,10 @@ title: Introduction ## Nebula.js documentation -You can find the documentation on [Qlik's developer portal](https://qlik.dev/libraries-and-tools/nebulajs). +You can find the documentation on [Qlik's developer portal](https://qlik.dev/extend/set-up-nebula-environment). -To quickly get started, check out the tutorial on how to [embed visualization into your own web app](https://qlik.dev/tutorials/build-a-simple-mashup-using-nebulajs). +To quickly get started, check out the tutorial on how to [embed visualization into your own web app](https://qlik.dev/embed/integrate-web-apps/build-a-simple-mashup). -You can also walk through the tutorial on how to [build your own extension](https://qlik.dev/tutorials/build-a-helloworld-extension-using-nebulajs). +You can also walk through the tutorial on how to [build your own extension](https://qlik.dev/extend/extend-quickstarts/first-extension). Explore the full [stardust API reference](https://qlik.dev/apis/javascript/nebulajs-stardust). diff --git a/examples/sn-hello-react/src/index.js b/examples/sn-hello-react/src/index.js index e9d1bfd12..7d9308676 100644 --- a/examples/sn-hello-react/src/index.js +++ b/examples/sn-hello-react/src/index.js @@ -11,7 +11,7 @@ import { render, teardown } from './components/root'; * Useful for cases when stardust hooks are unavailable (ie: outside the component function) * @param {object} galaxy.anything Extra environment dependent options * @param {object=} galaxy.anything.sense Optional object only present within Sense, - * see: https://qlik.dev/libraries-and-tools/nebulajs/in-qlik-sense + * see: https://qlik.dev/extend/build-extension/in-qlik-sense */ export default function supernova(galaxy) { return {