From 2c6942962f1a87856896122e63d6a9a48be4ccd3 Mon Sep 17 00:00:00 2001 From: Vimlee <105037047+VimleeTV@users.noreply.github.com> Date: Sun, 18 Sep 2022 14:24:29 -0400 Subject: [PATCH] Update external links --- jsdoc/jsdoc.config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jsdoc/jsdoc.config.json b/jsdoc/jsdoc.config.json index ac3603b..bac1575 100644 --- a/jsdoc/jsdoc.config.json +++ b/jsdoc/jsdoc.config.json @@ -46,21 +46,21 @@ }, { "title": "Overlay Editor Docs", - "link": "https://github.com/StreamElements/widgets/blob/master/CustomCode.md", + "link": "https://github.com/StreamElements/widgets/tree/master/docs", "target": "_blank", "class": "external-link", "id": "editor-docs" }, { "title": "SE API Docs", - "link": "https://dev.streamelements.com/docs/kappa/api.yaml", + "link": "https://dev.streamelements.com/docs/api-docs/bcd899e16ac9a-se-api-docs", "target": "_blank", "class": "external-link", "id": "api-docs" }, { "title": "Connection Guides", - "link": "https://dev.streamelements.com/docs/kappa/docs/OAuth2.md", + "link": "https://dev.streamelements.com/docs/api-docs/ZG9jOjE4MDk3Njc-o-auth2", "target": "_blank", "class": "external-link", "id": "connection-guides" @@ -91,4 +91,4 @@ } } } -} \ No newline at end of file +}