Skip to content

Commit 58c80c4

Browse files
authored
docs: update agenstack link for docs (#1451)
Signed-off-by: Tomas Weiss <tomas.weiss2@gmail.com>
1 parent 2bae3cd commit 58c80c4

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ sh -c "$(curl -LsSf https://raw.githubusercontent.com/i-am-bee/agentstack/HEAD/i
6060
```
6161

6262
> [!TIP]
63-
> The one-line script works on Linux and macOS. For manual setup or experimental Windows support, see the [quickstart guide](https://docs.beeai.dev/introduction/quickstart).
63+
> The one-line script works on Linux and macOS. For manual setup or experimental Windows support, see the [quickstart guide](https://agentstack.beeai.dev/introduction/quickstart).
6464
6565
### Usage
6666

@@ -89,7 +89,7 @@ agentstack run example_agent "Alice" # Test your agent
8989
You should see: "Ciao Alice!" 🎉
9090

9191
> [!TIP]
92-
> Check out [Start Building Agents](https://docs.beeai.dev/introduction/start-building-agents) for a complete step-by-step guide to creating your first agent.
92+
> Check out [Start Building Agents](https://agentstack.beeai.dev/introduction/start-building-agents) for a complete step-by-step guide to creating your first agent.
9393
9494
---
9595

@@ -124,7 +124,7 @@ A growing collection of community-built agents showcasing various use cases and
124124

125125
## Documentation
126126

127-
Visit [docs.beeai.dev](https://docs.beeai.dev) for full documentation.
127+
Visit [agentstack.beeai.dev](https://agentstack.beeai.dev) for full documentation.
128128

129129
## Community
130130

apps/agentstack-ui/src/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const PROD_MODE = process.env.NODE_ENV === 'production';
1515

1616
export const GET_SUPPORT_LINK = 'https://github.com/i-am-bee/agentstack/discussions/categories/q-a';
1717

18-
export const DOCUMENTATION_LINK = 'https://docs.beeai.dev';
18+
export const DOCUMENTATION_LINK = 'https://agentstack.beeai.dev';
1919

2020
export const TRY_LOCALLY_LINK = `${DOCUMENTATION_LINK}/introduction/quickstart`;
2121

apps/beeai-web/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

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

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

apps/beeai-web/src/modules/blog/posts/introducing-agent-stack.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ straightforward:
7878
- **Repository**: [github.com/i-am-bee/agentstack](https://github.com/i-am-bee/agentstack)
7979
- **CLI**: agentstack prefix
8080
- **SDK**: [agentstack-sdk](https://pypi.org/project/agentstack-sdk/)
81-
- **Docs**: [docs.beeai.dev](https://docs.beeai.dev/)
81+
- **Docs**: [agentstack.beeai.dev](https://agentstack.beeai.dev/)
8282
- **Starter Template**: [github.com/i-am-bee/agentstack-starter](https://github.com/i-am-bee/agentstack-starter)
8383

8484
### For New Users
@@ -91,7 +91,7 @@ Get up and running in one line:
9191
sh -c "$(curl -LsSf https://raw.githubusercontent.com/i-am-bee/agentstack/HEAD/install.sh)"
9292
```
9393

94-
Then check out our [Quickstart Guide](https://docs.beeai.dev/introduction/quickstart).
94+
Then check out our [Quickstart Guide](https://agentstack.beeai.dev/introduction/quickstart).
9595

9696
## Migration Guide
9797

helm/templates/NOTES.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,11 @@ Getting started:
3737
{{- end }}
3838
{{- end }}
3939

40-
📄 See the documentation for more details and troubleshooting steps: https://docs.beeai.dev/deployment/kubernetes
40+
📄 See the documentation for more details and troubleshooting steps: https://agentstack.beeai.dev/how-to/deployment-guide
4141

4242
Resources:
4343

44-
📚 Documentation: https://docs.beeai.dev
45-
🤖 Agent Catalog: https://beeai.dev/agents
44+
📚 Documentation: https://agentstack.beeai.dev
4645
💬 Discord Community: https://discord.gg/NradeA6ZNF
4746
📝 GitHub Issues: https://github.com/i-am-bee/agentstack/issues
4847

0 commit comments

Comments
 (0)