diff --git a/README.md b/README.md index 3e5b9319..d14e2aa8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Self Host ยท - + Demo @@ -60,7 +60,7 @@ https://github.com/user-attachments/assets/ced355f3-967e-4f37-ae6e-74ab8c06b9ec - ๐ŸŽจ **Modern web app**: Enjoy a sleek interface with features like syntax highlighting, light/dark mode, and vim-style navigation - ๐Ÿ“‚ **Full file visualization**: Instantly view the entire file when selecting any search result. -You can try out our public hosted demo [here](https://sourcebot.dev/search)! +You can try out our public hosted demo [here](https://demo.sourcebot.dev)! # Deploy Sourcebot @@ -105,7 +105,7 @@ docker run -p 3000:3000 --pull=always --rm -v $(pwd):/data -e CONFIG_PATH=/data/ To learn how to configure Sourcebot to index your own repos, please refer to our [docs](https://docs.sourcebot.dev/self-hosting/overview). > [!NOTE] -> Sourcebot collects anonymous usage data 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 +> Sourcebot collects anonymous usage data 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 > variable to `false`. Please refer to our [telemetry docs](https://docs.sourcebot.dev/self-hosting/overview#telemetry) for more information. # Build from source diff --git a/docs/docs/overview.mdx b/docs/docs/overview.mdx index e0495d02..8edf17cd 100644 --- a/docs/docs/overview.mdx +++ b/docs/docs/overview.mdx @@ -19,4 +19,4 @@ There are two ways to get started using Sourcebot: -We also have a [public demo](https://sourcebot.dev/search) if you'd like to try Sourcebot out before registering. +We also have a [public demo](https://demo.sourcebot.dev) if you'd like to try Sourcebot out before registering. diff --git a/docs/self-hosting/overview.mdx b/docs/self-hosting/overview.mdx index 0d5efb52..a07b8082 100644 --- a/docs/self-hosting/overview.mdx +++ b/docs/self-hosting/overview.mdx @@ -112,7 +112,7 @@ Sourcebot does not support horizontal scaling at this time, but it is on our roa ## Telemetry -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 any information related to your codebase. 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. +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 any information related to your codebase. 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. 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. diff --git a/packages/web/src/app/[domain]/onboard/components/demoCard.tsx b/packages/web/src/app/[domain]/onboard/components/demoCard.tsx index 981f7bf4..b9bfe93a 100644 --- a/packages/web/src/app/[domain]/onboard/components/demoCard.tsx +++ b/packages/web/src/app/[domain]/onboard/components/demoCard.tsx @@ -22,7 +22,7 @@ export default function DemoCard() {