diff --git a/README.md b/README.md index 56cb9bc5..b202f5bd 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ visit [`DEVELOPMENT.md`](DEVELOPMENT.md) for tips on setting up your environment ## Useful Resources - [Feedback and Bug Reports](https://feedback.yaak.app) -- [Documentation](https://feedback.yaak.app/help) +- [Documentation](https://yaak.app/docs) - [Yaak vs Postman](https://yaak.app/alternatives/postman) - [Yaak vs Bruno](https://yaak.app/alternatives/bruno) - [Yaak vs Insomnia](https://yaak.app/alternatives/insomnia) diff --git a/packages/plugin-runtime-types/README.md b/packages/plugin-runtime-types/README.md index a7ac97e1..90bacbc0 100644 --- a/packages/plugin-runtime-types/README.md +++ b/packages/plugin-runtime-types/README.md @@ -17,7 +17,7 @@ npx @yaakapp/cli generate ``` For more details on creating plugins, check out -the [Quick Start Guide](https://feedback.yaak.app/help/articles/6911763-plugins-quick-start) +the [Quick Start Guide](https://yaak.app/docs/plugin-development/plugins-quick-start) ## Installation diff --git a/src-web/components/FolderSettingsDialog.tsx b/src-web/components/FolderSettingsDialog.tsx index e96d1ec1..290fc106 100644 --- a/src-web/components/FolderSettingsDialog.tsx +++ b/src-web/components/FolderSettingsDialog.tsx @@ -113,7 +113,7 @@ export function FolderSettingsDialog({ folderId, tab }: Props) {

Override{' '} - + Variables {' '} for requests within this folder. diff --git a/src-web/components/HttpAuthenticationEditor.tsx b/src-web/components/HttpAuthenticationEditor.tsx index ccf46370..a32a8dfd 100644 --- a/src-web/components/HttpAuthenticationEditor.tsx +++ b/src-web/components/HttpAuthenticationEditor.tsx @@ -62,7 +62,7 @@ export function HttpAuthenticationEditor({ model }: Props) {

Apply auth to all requests in {resolvedModelName(model)}

- + Documentation diff --git a/src-web/components/Settings/SettingsPlugins.tsx b/src-web/components/Settings/SettingsPlugins.tsx index ed0727d7..33195513 100644 --- a/src-web/components/Settings/SettingsPlugins.tsx +++ b/src-web/components/Settings/SettingsPlugins.tsx @@ -117,7 +117,7 @@ export function SettingsPlugins({ defaultSubtab }: SettingsPluginsProps) { icon="help" title="View documentation" onClick={() => - openUrl('https://feedback.yaak.app/help/articles/6911763-quick-start') + openUrl('https://yaak.app/docs/plugin-development/plugins-quick-start') } /> diff --git a/src-web/components/Settings/SettingsTheme.tsx b/src-web/components/Settings/SettingsTheme.tsx index 873c7afe..9c71608a 100644 --- a/src-web/components/Settings/SettingsTheme.tsx +++ b/src-web/components/Settings/SettingsTheme.tsx @@ -75,7 +75,7 @@ export function SettingsTheme() { Theme

Make Yaak your own by selecting a theme, or{' '} - + Create Your Own