Skip to content

Commit e57a981

Browse files
committed
change demo url references
1 parent 68344ce commit e57a981

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a href="https://docs.sourcebot.dev/self-hosting/overview">
1515
<strong>Self Host</strong>
1616
</a> ·
17-
<a href="https://sourcebot.dev/search">
17+
<a href="https://demo.sourcebot.dev">
1818
<strong>Demo</strong>
1919
</a>
2020
</h3>
@@ -60,7 +60,7 @@ https://github.com/user-attachments/assets/ced355f3-967e-4f37-ae6e-74ab8c06b9ec
6060
- 🎨 **Modern web app**: Enjoy a sleek interface with features like syntax highlighting, light/dark mode, and vim-style navigation
6161
- 📂 **Full file visualization**: Instantly view the entire file when selecting any search result.
6262

63-
You can try out our public hosted demo [here](https://sourcebot.dev/search)!
63+
You can try out our public hosted demo [here](https://demo.sourcebot.dev)!
6464

6565
# Deploy Sourcebot
6666

@@ -105,7 +105,7 @@ docker run -p 3000:3000 --pull=always --rm -v $(pwd):/data -e CONFIG_PATH=/data/
105105
To learn how to configure Sourcebot to index your own repos, please refer to our [docs](https://docs.sourcebot.dev/self-hosting/overview).
106106

107107
> [!NOTE]
108-
> Sourcebot collects <a href="https://sourcebot.dev/search/search?query=captureEvent%5C(%20repo%3Asourcebot">anonymous usage data</a> by default to help us improve the product. No sensitive data is collected, but if you'd like to disable this you can do so by setting the `SOURCEBOT_TELEMETRY_DISABLED` environment
108+
> Sourcebot collects <a href="https://demo.sourcebot.dev/~/search?query=captureEvent%5C(%20repo%3Asourcebot">anonymous usage data</a> by default to help us improve the product. No sensitive data is collected, but if you'd like to disable this you can do so by setting the `SOURCEBOT_TELEMETRY_DISABLED` environment
109109
> variable to `false`. Please refer to our [telemetry docs](https://docs.sourcebot.dev/self-hosting/overview#telemetry) for more information.
110110
111111
# Build from source

docs/docs/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ There are two ways to get started using Sourcebot:
1919
</Card>
2020
</CardGroup>
2121

22-
We also have a [public demo](https://sourcebot.dev/search) if you'd like to try Sourcebot out before registering.
22+
We also have a [public demo](https://demo.sourcebot.dev) if you'd like to try Sourcebot out before registering.

docs/self-hosting/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Sourcebot does not support horizontal scaling at this time, but it is on our roa
112112

113113

114114
## Telemetry
115-
By default, Sourcebot collects anonymized usage data through [PostHog](https://posthog.com/) to help us improve the performance and reliability of our tool. We don't collect or transmit <a href="https://sourcebot.dev/search/search?query=captureEvent%5C(%20repo%3Asourcebot">any information related to your codebase</a>. In addition, all events are [sanitized](https://github.com/sourcebot-dev/sourcebot/blob/HEAD/packages/web/src/app/posthogProvider.tsx) to ensure that no sensitive details (ex. ip address, query info) leave your machine.
115+
By default, Sourcebot collects anonymized usage data through [PostHog](https://posthog.com/) to help us improve the performance and reliability of our tool. We don't collect or transmit <a href="https://demo.sourcebot.dev/~/search?query=captureEvent%5C(%20repo%3Asourcebot">any information related to your codebase</a>. In addition, all events are [sanitized](https://github.com/sourcebot-dev/sourcebot/blob/HEAD/packages/web/src/app/posthogProvider.tsx) to ensure that no sensitive details (ex. ip address, query info) leave your machine.
116116

117117
The data we collect includes general usage statistics and metadata such as query performance (e.g., search duration, error rates) to monitor the application's health and functionality. This information helps us better understand how Sourcebot is used and where improvements can be made.
118118

packages/web/src/app/[domain]/onboard/components/demoCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default function DemoCard() {
2222

2323
<Button asChild variant="outline" size="sm" className="h-8 text-xs">
2424
<Link
25-
href="https://sourcebot.dev/search"
25+
href="https://demo.sourcebot.dev"
2626
target="_blank"
2727
className="flex items-center gap-1.5"
2828
onClick={() => captureEvent('wa_demo_card_click', {})}

0 commit comments

Comments
 (0)