diff --git a/README.md b/README.md index a0e6c48..d6fb514 100644 --- a/README.md +++ b/README.md @@ -71,12 +71,12 @@ npm run new:context ## 📚 Technologies & Contexts documentation -**[▶️ Access the SDK documentation](https://saagie.zendesk.com/hc/en-us/articles/360013330039-Create-and-manage-technologies)** +**[▶️ Access the SDK documentation](https://docs.saagie.io/user/latest/developer/sdk/technos/index.html)** Quick links: -* [📚 technology.yaml](https://saagie.zendesk.com/hc/en-us/articles/360013330039-Create-and-manage-technologies#_attributes) -* [📚 context.yaml](https://saagie.zendesk.com/hc/en-us/articles/360013330039-Create-and-manage-technologies#external-tech) +* [📚 technology.yaml](https://docs.saagie.io/user/latest/developer/sdk/technos/references.html#common_attributes_table) +* [📚 context.yaml](https://docs.saagie.io/user/latest/developer/sdk/technos/references.html#external-jobs-configuration) --- diff --git a/packages/sdk/src/cli/commands/init.js b/packages/sdk/src/cli/commands/init.js index fdd745f..3d13435 100644 --- a/packages/sdk/src/cli/commands/init.js +++ b/packages/sdk/src/cli/commands/init.js @@ -185,7 +185,7 @@ We suggest that you begin by typing: module.exports = async () => { output.log(chalk` {bold Saagie 📦 SDK - v${version}} -📚 {italic Full documentation:} {cyan https://docs.saagie.io/developer/latest/sdk/index.html}`); +📚 {italic Full documentation:} {cyan https://docs.saagie.io/user/latest/developer/sdk/index.html}`); const isTechnoAlreadyExist = await isInTechnology();