Skip to content

Commit c2afef9

Browse files
committed
chore: standardize on "overview"
1 parent 2ae145c commit c2afef9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/webhooks/intro.mdx renamed to docs/webhooks/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Webhooks
3-
sidebar_label: Introduction
3+
sidebar_label: Overview
44
description: A webhook triggers a HTTP POST request on the specified url, whenever there is a change in an event. Like a new project is created, updated or deleted then a webhook can be triggered to receive the required payload.
55
---
66

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
{
3838
"source": "/webhooks/intro-webhooks",
39-
"destination": "/webhooks/intro"
39+
"destination": "/webhooks/overview"
4040
},
4141
{
4242
"source": "/api-reference/(.*)",

0 commit comments

Comments
 (0)