mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-24 09:38:29 +02:00
Update feedback links
This commit is contained in:
@@ -64,7 +64,7 @@ visit [`DEVELOPMENT.md`](DEVELOPMENT.md) for tips on setting up your environment
|
|||||||
## Useful Resources
|
## Useful Resources
|
||||||
|
|
||||||
- [Feedback and Bug Reports](https://feedback.yaak.app)
|
- [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 Postman](https://yaak.app/alternatives/postman)
|
||||||
- [Yaak vs Bruno](https://yaak.app/alternatives/bruno)
|
- [Yaak vs Bruno](https://yaak.app/alternatives/bruno)
|
||||||
- [Yaak vs Insomnia](https://yaak.app/alternatives/insomnia)
|
- [Yaak vs Insomnia](https://yaak.app/alternatives/insomnia)
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ npx @yaakapp/cli generate
|
|||||||
```
|
```
|
||||||
|
|
||||||
For more details on creating plugins, check out
|
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
|
## Installation
|
||||||
|
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ export function FolderSettingsDialog({ folderId, tab }: Props) {
|
|||||||
<VStack alignItems="center" space={1.5}>
|
<VStack alignItems="center" space={1.5}>
|
||||||
<p>
|
<p>
|
||||||
Override{' '}
|
Override{' '}
|
||||||
<Link href="https://feedback.yaak.app/help/articles/3284139-environments-and-variables">
|
<Link href="https://yaak.app/docs/using-yaak/environments-and-variables">
|
||||||
Variables
|
Variables
|
||||||
</Link>{' '}
|
</Link>{' '}
|
||||||
for requests within this folder.
|
for requests within this folder.
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ export function HttpAuthenticationEditor({ model }: Props) {
|
|||||||
<p>
|
<p>
|
||||||
Apply auth to all requests in <strong>{resolvedModelName(model)}</strong>
|
Apply auth to all requests in <strong>{resolvedModelName(model)}</strong>
|
||||||
</p>
|
</p>
|
||||||
<Link href="https://feedback.yaak.app/help/articles/2112119-request-inheritance">
|
<Link href="https://yaak.app/docs/using-yaak/request-inheritance">
|
||||||
Documentation
|
Documentation
|
||||||
</Link>
|
</Link>
|
||||||
</EmptyStateText>
|
</EmptyStateText>
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ export function SettingsPlugins({ defaultSubtab }: SettingsPluginsProps) {
|
|||||||
icon="help"
|
icon="help"
|
||||||
title="View documentation"
|
title="View documentation"
|
||||||
onClick={() =>
|
onClick={() =>
|
||||||
openUrl('https://feedback.yaak.app/help/articles/6911763-quick-start')
|
openUrl('https://yaak.app/docs/plugin-development/plugins-quick-start')
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
</HStack>
|
</HStack>
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ export function SettingsTheme() {
|
|||||||
<Heading>Theme</Heading>
|
<Heading>Theme</Heading>
|
||||||
<p className="text-text-subtle">
|
<p className="text-text-subtle">
|
||||||
Make Yaak your own by selecting a theme, or{' '}
|
Make Yaak your own by selecting a theme, or{' '}
|
||||||
<Link href="https://feedback.yaak.app/help/articles/6911763-plugins-quick-start">
|
<Link href="https://yaak.app/docs/plugin-development/plugins-quick-start">
|
||||||
Create Your Own
|
Create Your Own
|
||||||
</Link>
|
</Link>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user