Skip to content

Commit df5b935

Browse files
authored
chore: change agentstack docs links (#1454)
1 parent 26bec2d commit df5b935

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/beeai-web/src/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55

6-
export const FRAMEWORK_DOCS_LINK = 'https://framework.beeai.dev/introduction/welcome';
6+
export const FRAMEWORK_DOCS_LINK = 'https://framework.beeai.dev';
77

8-
export const PLATFORM_DOCS_LINK = 'https://agentstack.beeai.dev/introduction/welcome';
8+
export const PLATFORM_DOCS_LINK = 'https://agentstack.beeai.dev';
99

1010
export const GITHUB_LINK = 'https://github.com/i-am-bee';
1111

docs/community-and-support/community-calls/16-09-2025.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ We've built a new extension to support structured user input via forms in the GU
2323
- Agents can request structured data at any time during multi-turn conversations
2424
- The extension supports basic form layout using columns and column spans
2525
- We provide essential form components: TextField, DateField, FileField, MultiSelect, and more
26-
- Check out [the documentation](https://docs.beeai.dev/build-agents/forms)
26+
- Check out [the documentation](https://agentstack.beeai.dev/build-agents/forms)
2727

2828
---
2929

docs/community-and-support/community-calls/21-10-2025.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ With the new Session History feature, all messages can now be stored in the `Pla
2626
- Every message in a session can now be saved to the platform store.
2727
- You can retrieve and replay the entire conversation at any time.
2828
- The UI can fetch and display past conversations, enabling a continuous experience between user sessions.
29-
- Checkout the thorough [documentation](https://docs.beeai.dev/build-agents/multi-turn)
29+
- Checkout the thorough [documentation](https://agentstack.beeai.dev/build-agents/multi-turn)
3030

3131
---
3232

0 commit comments

Comments
 (0)