From 6dde2bc3c3f347bc6780e6bfa4c753c5d428ec6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Chr=C3=A1stek?= Date: Tue, 18 Jul 2023 17:00:46 +0200 Subject: [PATCH] fix: Incorrect integrations docs links (#1810) --- webapp/src/views/projects/integrate/guides/Angular.mdx | 4 ++-- webapp/src/views/projects/integrate/guides/Figma.mdx | 4 ++-- webapp/src/views/projects/integrate/guides/Gatsby.mdx | 4 ++-- webapp/src/views/projects/integrate/guides/Js.mdx | 4 ++-- webapp/src/views/projects/integrate/guides/Next.mdx | 4 ++-- webapp/src/views/projects/integrate/guides/React.mdx | 6 +++--- webapp/src/views/projects/integrate/guides/Svelte.mdx | 6 +++--- webapp/src/views/projects/integrate/guides/Unreal.mdx | 4 ++-- webapp/src/views/projects/integrate/guides/Vue.mdx | 6 +++--- webapp/src/views/projects/integrate/guides/Web.mdx | 4 ++-- 10 files changed, 23 insertions(+), 23 deletions(-) diff --git a/webapp/src/views/projects/integrate/guides/Angular.mdx b/webapp/src/views/projects/integrate/guides/Angular.mdx index 860d3478c5..88ca86b157 100644 --- a/webapp/src/views/projects/integrate/guides/Angular.mdx +++ b/webapp/src/views/projects/integrate/guides/Angular.mdx @@ -1,11 +1,11 @@ import { GoToDocsButton } from '../component/GoToDocsButton'; -To read full documentation about Tolgee for Angular, visit [docs](https://tolgee.io/docs/web/using_with_angular/installation). +To read full documentation about Tolgee for Angular, visit [docs](https://tolgee.io/js-sdk/integrations/angular/installation). ## Install packages diff --git a/webapp/src/views/projects/integrate/guides/Figma.mdx b/webapp/src/views/projects/integrate/guides/Figma.mdx index ed5898a6d0..5c5a93980a 100644 --- a/webapp/src/views/projects/integrate/guides/Figma.mdx +++ b/webapp/src/views/projects/integrate/guides/Figma.mdx @@ -1,11 +1,11 @@ import { GoToDocsButton } from '../component/GoToDocsButton'; -To read full documentation about the Tolgee Figma plugin, visit [docs](https://tolgee.io/platform/figma-plugin/usage). +To read full documentation about the Tolgee Figma plugin, visit [docs](https://tolgee.io/platform/integrations/figma_plugin/usage). ## Install the plugin diff --git a/webapp/src/views/projects/integrate/guides/Gatsby.mdx b/webapp/src/views/projects/integrate/guides/Gatsby.mdx index bd921aac38..0ab0170261 100644 --- a/webapp/src/views/projects/integrate/guides/Gatsby.mdx +++ b/webapp/src/views/projects/integrate/guides/Gatsby.mdx @@ -1,11 +1,11 @@ import { GoToDocsButton } from '../component/GoToDocsButton'; -To read full documentation about Tolgee for Gatsby, visit [docs](https://tolgee.io/docs/web/using_with_react/ssr/using_with_gatsby). +To read full documentation about Tolgee for Gatsby, visit [docs](https://tolgee.io/js-sdk/integrations/react/ssr/gatsby). ## Install the packages diff --git a/webapp/src/views/projects/integrate/guides/Js.mdx b/webapp/src/views/projects/integrate/guides/Js.mdx index dc23478649..841bd42bab 100644 --- a/webapp/src/views/projects/integrate/guides/Js.mdx +++ b/webapp/src/views/projects/integrate/guides/Js.mdx @@ -1,11 +1,11 @@ import { GoToDocsButton } from '../component/GoToDocsButton'; -To use Tolgee with NPM, please visit [docs](https://tolgee.io/docs/web/using_with_npm/installation). +To use Tolgee with NPM, please visit [docs](https://tolgee.io/js-sdk/initialization). It works fine with Webpack or Rollup projects! ;) diff --git a/webapp/src/views/projects/integrate/guides/Next.mdx b/webapp/src/views/projects/integrate/guides/Next.mdx index 51bee5d388..5f8e6f028f 100644 --- a/webapp/src/views/projects/integrate/guides/Next.mdx +++ b/webapp/src/views/projects/integrate/guides/Next.mdx @@ -1,11 +1,11 @@ import { GoToDocsButton } from '../component/GoToDocsButton'; -To read full documentation about Tolgee for Next, visit [docs](https://tolgee.io/docs/web/using_with_react/ssr/using_with_next). +To read full documentation about Tolgee for Next, visit [docs](https://tolgee.io/js-sdk/integrations/react/ssr/next). ## Install the packages diff --git a/webapp/src/views/projects/integrate/guides/React.mdx b/webapp/src/views/projects/integrate/guides/React.mdx index 32259b5f2b..f4bfe55403 100644 --- a/webapp/src/views/projects/integrate/guides/React.mdx +++ b/webapp/src/views/projects/integrate/guides/React.mdx @@ -1,11 +1,11 @@ import { GoToDocsButton } from '../component/GoToDocsButton'; -To read full documentation about Tolgee for React, visit [docs](https://tolgee.io/docs/web/using_with_react/installation). +To read full documentation about Tolgee for React, visit [docs](https://tolgee.io/js-sdk/integrations/react/installation). ## Install the packages @@ -84,4 +84,4 @@ t("key_to_translate") ## Prepare for production To prepare your App for production, choose a suitable option described -[here](https://tolgee.io/docs/web/using_with_react/react_preparing_for_production). +[here](https://tolgee.io/js-sdk/integrations/react/installation#preparing-for-production). diff --git a/webapp/src/views/projects/integrate/guides/Svelte.mdx b/webapp/src/views/projects/integrate/guides/Svelte.mdx index 993096778e..44e577ec6f 100644 --- a/webapp/src/views/projects/integrate/guides/Svelte.mdx +++ b/webapp/src/views/projects/integrate/guides/Svelte.mdx @@ -1,11 +1,11 @@ import { GoToDocsButton } from '../component/GoToDocsButton'; -To read full documentation about Tolgee for Svelte, visit [docs](https://tolgee.io/docs/web/using_with_svelte/installation). +To read full documentation about Tolgee for Svelte, visit [docs](https://tolgee.io/js-sdk/integrations/svelte/installation). ## Install the packages @@ -76,4 +76,4 @@ Now you are able to translate texts with Alt + Clicking them! ## Prepare for production To prepare your App for production, choose a suitable option described -[here](https://tolgee.io/docs/web/using_with_svelte/preparing_for_production). +[here](https://tolgee.io/js-sdk/integrations/svelte/installation#preparing-for-production). diff --git a/webapp/src/views/projects/integrate/guides/Unreal.mdx b/webapp/src/views/projects/integrate/guides/Unreal.mdx index 06cc8ab287..cb119f37b6 100644 --- a/webapp/src/views/projects/integrate/guides/Unreal.mdx +++ b/webapp/src/views/projects/integrate/guides/Unreal.mdx @@ -1,11 +1,11 @@ import { GoToDocsButton } from '../component/GoToDocsButton'; -To read full documentation about the Tolgee Unreal plugin, visit [docs](https://tolgee.io/platform/unreal-plugin/usage). +To read full documentation about the Tolgee Unreal plugin, visit [docs](https://tolgee.io/platform/integrations/unreal_plugin/usage). ## Installing the plugin diff --git a/webapp/src/views/projects/integrate/guides/Vue.mdx b/webapp/src/views/projects/integrate/guides/Vue.mdx index cf10bbb899..a43ade3cb8 100644 --- a/webapp/src/views/projects/integrate/guides/Vue.mdx +++ b/webapp/src/views/projects/integrate/guides/Vue.mdx @@ -1,11 +1,11 @@ import { GoToDocsButton } from '../component/GoToDocsButton'; -To read full documentation about Tolgee for React, visit [docs](https://tolgee.io/docs/web/using_with_vue/installation). +To read full documentation about Tolgee for React, visit [docs](https://tolgee.io/js-sdk/integrations/vue/installation). ## Install the packages @@ -88,4 +88,4 @@ or ## Prepare for production To prepare your App for production, choose a suitable option described -[here](https://tolgee.io/docs/web/using_with_vue/preparing_for_production). +[here](https://tolgee.io/js-sdk/integrations/vue/installation#preparing-for-production). diff --git a/webapp/src/views/projects/integrate/guides/Web.mdx b/webapp/src/views/projects/integrate/guides/Web.mdx index a6af6fdc74..0fe4868c80 100644 --- a/webapp/src/views/projects/integrate/guides/Web.mdx +++ b/webapp/src/views/projects/integrate/guides/Web.mdx @@ -1,12 +1,12 @@ import { GoToDocsButton } from '../component/GoToDocsButton'; To read more about how to use Tolgee on Web without any modern JS framework, -please visit [docs](https://tolgee.io/docs/web/get_started/hello_world). +please visit [docs](https://tolgee.io/js-sdk/initialization). ## Add Tolgee libraries to your Web page