Skip to content

Commit

Permalink
fix: update docs website URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
machulav committed Nov 17, 2024
1 parent 4309d1f commit 2484bbc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/connery/src/api/controllers/home.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class HomeController {
</p>
<a
class="inline-flex items-center justify-center h-10 px-4 text-sm font-medium rounded-md border border-gray-200 bg-white text-gray-900 shadow-sm transition-colors hover:bg-gray-100 hover:text-gray-900 focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-gray-950"
href="https://sdk.connery.io/docs/quickstart/use-plugin"
href="https://docs.connery.io/sdk/guides/use-a-plugin"
target="_blank"
>
Learn how to use the plugin and its actions
Expand Down
4 changes: 2 additions & 2 deletions packages/connery/src/cli/init/templates/.env.example.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default `# Learn more about the configuration at
# https://sdk.connery.io/docs/sdk/plugin-server/configuration
export default `# Learn more about the plugin server configuration at
# https://docs.connery.io/sdk/advanced/plugin-server#configuration
API_KEY=123456
`;
4 changes: 2 additions & 2 deletions packages/connery/src/cli/init/templates/.env.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default `# Learn more about the configuration at
# https://sdk.connery.io/docs/sdk/plugin-server/configuration
export default `# Learn more about the plugin server configuration at
# https://docs.connery.io/sdk/advanced/plugin-server#configuration
API_KEY=123456
`;
2 changes: 1 addition & 1 deletion packages/connery/src/cli/init/templates/README.md.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This repository contains the plugin's source code.
This plugin is built using [Connery SDK](https://github.com/connery-io/connery-sdk), the open-source SDK for creating AI plugins and actions.
[Learn how to use the plugin and its actions.](https://sdk.connery.io/docs/quickstart/use-plugin)
[Learn how to use the plugin and its actions.](https://docs.connery.io/sdk/guides/use-a-plugin)
## Support
Expand Down

0 comments on commit 2484bbc

Please sign in to comment.