Skip to content

Commit e0b690e

Browse files
committed
fix a few more places from .app to .dev
1 parent 525cd33 commit e0b690e

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
**Develop AI agents with peace of mind**
77

88
[![License](https://img.shields.io/badge/License-Apache_2.0-lightgrey.svg)](https://opensource.org/licenses/Apache-2.0)
9-
[![Website](https://img.shields.io/badge/agentsmith.app-brightgreen)](https://agentsmith.app)
10-
[![Plans & Pricing](https://img.shields.io/badge/Join%20Alpha%20Club-blueviolet)](https://agentsmith.app/#pricing)
11-
[![Roadmap](https://img.shields.io/badge/Roadmap-blue)](https://agentsmith.app/roadmap)
9+
[![Website](https://img.shields.io/badge/agentsmith.dev-brightgreen)](https://agentsmith.dev)
10+
[![Plans & Pricing](https://img.shields.io/badge/Join%20Alpha%20Club-blueviolet)](https://agentsmith.dev/#pricing)
11+
[![Roadmap](https://img.shields.io/badge/Roadmap-blue)](https://agentsmith.dev/roadmap)
1212

1313
## Overview
1414

@@ -204,7 +204,7 @@ Agentsmith requires a GitHub App for repository synchronization and OAuth authen
204204
2. Click "New GitHub App"
205205
3. Fill in the following:
206206
- **GitHub App name**: Choose a unique name
207-
- **Homepage URL**: `https://agentsmith.app` (or your domain)
207+
- **Homepage URL**: `https://agentsmith.dev` (or your domain)
208208
- **Setup URL**: `https://your-domain.com/github/setup` (use `http://localhost:3000/github/setup` for local development)
209209
- **Webhook URL**:
210210
- For **production**: `https://your-domain.com/api/github/webhook`
@@ -308,14 +308,14 @@ Join our Alpha Club to receive early access to new features and provide feedback
308308
- 🗣️ Direct feedback channel with our team
309309
- ⭐ Priority support and feature requests
310310

311-
[Join the Alpha Club ✨](https://agentsmith.app/#pricing)
311+
[Join the Alpha Club ✨](https://agentsmith.dev/#pricing)
312312

313313
## Support
314314

315-
- **General Questions**: [team@agentsmith.app](mailto:team@agentsmith.app)
316-
- **Technical Support**: [support@agentsmith.app](mailto:support@agentsmith.app)
315+
- **General Questions**: [team@agentsmith.dev](mailto:team@agentsmith.dev)
316+
- **Technical Support**: [support@agentsmith.dev](mailto:support@agentsmith.dev)
317317
- **Bug Reports**: [GitHub Issues](https://github.com/your-username/agentsmith/issues)
318-
- **Feature Requests**: [Agentsmith Roadmap](https://agentsmith.app/roadmap)
318+
- **Feature Requests**: [Agentsmith Roadmap](https://agentsmith.dev/roadmap)
319319

320320
## License
321321

@@ -325,4 +325,4 @@ This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENS
325325

326326
We're constantly improving Agentsmith! Check out our public roadmap to see what's coming next and vote on features you'd like to see.
327327

328-
[View Roadmap 🗓](https://agentsmith.app/roadmap)
328+
[View Roadmap 🗓](https://agentsmith.dev/roadmap)

content/docs/core-concepts/self-hosting.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ After deployment, verify that:
207207
<Info />
208208
<AlertTitle>Need Support?</AlertTitle>
209209
<AlertDescription>
210-
If you encounter issues with self-hosting, please reach out to our support team at
211-
support@agentsmith.app. We're here to help!
210+
If you encounter issues with self-hosting, submit an issue on our GitHub repository at
211+
[https://github.com/chad-syntax/agentsmith/issues](https://github.com/chad-syntax/agentsmith/issues)
212+
or reach out to support at support@agentsmith.dev. We're here to help!
212213
</AlertDescription>
213214
</Alert>

content/docs/quick-start.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ This guide will walk you through creating, syncing, and executing your first pro
1111

1212
Before you begin, make sure you have the following:
1313

14-
1. **Agentsmith Account**[Sign up here](https://app.agentsmith.app/sign-up) if you don't have one.
14+
1. **Agentsmith Account**[Sign up here](https://app.agentsmith.dev/sign-up) if you don't have one.
1515
2. **GitHub Account & Repository** – You'll need a GitHub account and a repository where your prompts will be stored.
1616
3. **OpenRouter Account**[Sign up for OpenRouter](https://openrouter.ai/) to enable LLM access.
1717

1818
### 2. Connect to GitHub & OpenRouter
1919

2020
Before you can create and sync prompts, you need to connect your Agentsmith project to a GitHub repository.
2121

22-
1. When you first enter the [Agentsmith Studio](https://app.agentsmith.app/studio), you should see an onboarding popup at the bottom right corner.
22+
1. When you first enter the [Agentsmith Studio](https://app.agentsmith.dev/studio), you should see an onboarding popup at the bottom right corner.
2323
2. Click the **Install GitHub App** button and follow the instructions to authorize Agentsmith.
2424
3. Once the app is installed, click the **Connect a Repository** button in the popup and choose the repository where your prompts will be stored.
2525
4. Click the **Connect OpenRouter** button in the popup and authorize Agentsmith.

0 commit comments

Comments
 (0)