Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/docs/public/humans.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Danny White
Darren Cunningham
Dave Wilson
David A. Ventimiglia
David Birdsong
David Weitzman
Deepthi Sigireddi
Deji I
Expand Down
6 changes: 3 additions & 3 deletions packages/shared-data/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"link": "/guides/database/extensions/index_advisor",
"github_url": "https://github.com/supabase/index_advisor",
"product": "Index Advisor Report",
"product_url": "/project/{ref}/advisors/query-performance"
"product_url": "/project/{ref}/observability/query-performance"
},
{
"name": "intarray",
Expand Down Expand Up @@ -276,7 +276,7 @@
"link": "/guides/database/extensions/pg_net",
"github_url": "https://github.com/supabase/pg_net",
"product": "Database Webhooks",
"product_url": "/project/{ref}/database/hooks"
"product_url": "/project/{ref}/integrations/webhooks"
},
{
"name": "pg_prewarm",
Expand All @@ -294,7 +294,7 @@
"link": "/guides/database/extensions/pg_stat_statements",
"github_url": null,
"product": "Query Performance",
"product_url": "/project/{ref}/advisors/query-performance"
"product_url": "/project/{ref}/observability/query-performance"
},
{
"name": "pg_surgery",
Expand Down
Loading