Skip to content

Commit

Permalink
fix: Incorrect integrations docs links (#1810)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin005 committed Jul 18, 2023
1 parent 2217a0c commit 6dde2bc
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions webapp/src/views/projects/integrate/guides/Angular.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { GoToDocsButton } from '../component/GoToDocsButton';

<GoToDocsButton
href="https://tolgee.io/docs/web/using_with_angular/installation"
href="https://tolgee.io/js-sdk/integrations/angular/installation"
style={{ float: 'right' }}
/>

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

Expand Down
4 changes: 2 additions & 2 deletions webapp/src/views/projects/integrate/guides/Figma.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { GoToDocsButton } from '../component/GoToDocsButton';

<GoToDocsButton
href="https://tolgee.io/platform/figma-plugin/usage"
href="https://tolgee.io/platform/integrations/figma_plugin/usage"
style={{ float: 'right' }}
/>

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

Expand Down
4 changes: 2 additions & 2 deletions webapp/src/views/projects/integrate/guides/Gatsby.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { GoToDocsButton } from '../component/GoToDocsButton';

<GoToDocsButton
href="https://tolgee.io/docs/web/using_with_react/ssr/using_with_gatsby"
href="https://tolgee.io/js-sdk/integrations/react/ssr/gatsby"
style={{ float: 'right' }}
/>

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

Expand Down
4 changes: 2 additions & 2 deletions webapp/src/views/projects/integrate/guides/Js.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { GoToDocsButton } from '../component/GoToDocsButton';

<GoToDocsButton
href="https://tolgee.io/docs/web/using_with_npm/installation"
href="https://tolgee.io/js-sdk/initialization"
style={{ float: 'right' }}
/>

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! ;)

Expand Down
4 changes: 2 additions & 2 deletions webapp/src/views/projects/integrate/guides/Next.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { GoToDocsButton } from '../component/GoToDocsButton';

<GoToDocsButton
href="https://tolgee.io/docs/web/using_with_react/ssr/using_with_next"
href="https://tolgee.io/js-sdk/integrations/react/ssr/next"
style={{ float: 'right' }}
/>

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

Expand Down
6 changes: 3 additions & 3 deletions webapp/src/views/projects/integrate/guides/React.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { GoToDocsButton } from '../component/GoToDocsButton';

<GoToDocsButton
href="https://tolgee.io/docs/web/using_with_react/installation"
href="https://tolgee.io/js-sdk/integrations/react/installation"
style={{ float: 'right' }}
/>

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

Expand Down Expand Up @@ -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).
6 changes: 3 additions & 3 deletions webapp/src/views/projects/integrate/guides/Svelte.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { GoToDocsButton } from '../component/GoToDocsButton';

<GoToDocsButton
href="https://tolgee.io/docs/web/using_with_svelte/installation"
href="https://tolgee.io/js-sdk/integrations/svelte/installation"
style={{ float: 'right' }}
/>

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

Expand Down Expand Up @@ -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).
4 changes: 2 additions & 2 deletions webapp/src/views/projects/integrate/guides/Unreal.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { GoToDocsButton } from '../component/GoToDocsButton';

<GoToDocsButton
href="https://tolgee.io/platform/unreal-plugin/usage"
href="https://tolgee.io/platform/integrations/unreal_plugin/usage"
style={{ float: 'right' }}
/>

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

Expand Down
6 changes: 3 additions & 3 deletions webapp/src/views/projects/integrate/guides/Vue.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { GoToDocsButton } from '../component/GoToDocsButton';

<GoToDocsButton
href="https://tolgee.io/docs/web/using_with_vue/installation"
href="https://tolgee.io/js-sdk/integrations/vue/installation"
style={{ float: 'right' }}
/>

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

Expand Down Expand Up @@ -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).
4 changes: 2 additions & 2 deletions webapp/src/views/projects/integrate/guides/Web.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { GoToDocsButton } from '../component/GoToDocsButton';

<GoToDocsButton
href="https://tolgee.io/docs/web/get_started/hello_world"
href="https://tolgee.io/js-sdk/initialization"
style={{ float: 'right' }}
/>

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

Expand Down

0 comments on commit 6dde2bc

Please sign in to comment.