Skip to content

Commit b122e03

Browse files
committed
change link for add repo button
1 parent 9fb5ad3 commit b122e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/components/ui/data-table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export function DataTable<TData, TValue>({
8080
variant="default"
8181
size="default"
8282
onClick={() => {
83-
window.open("https://github.com/sourcebot-dev/sourcebot/edit/main/demo-site-config.json", "_blank");
83+
window.open("https://github.com/sourcebot-dev/sourcebot/discussions/412", "_blank");
8484
}}
8585
>
8686
<PlusIcon className="w-4 h-4" />

0 commit comments

Comments
 (0)