Skip to content

Commit c6a1d82

Browse files
authored
Merge pull request #619 from getmaxun/migration
feat: link webhooks docs
2 parents 030b7b8 + 8d1ba51 commit c6a1d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/integration/IntegrationSettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ export const IntegrationSettingsModal = ({
10741074

10751075
<Box sx={{ display: "flex", justifyContent: "space-between" }}>
10761076
<Typography variant="body2" color="textSecondary" sx={{ marginTop: "10px" }}>
1077-
Refer to the <a href="https://docs.maxun.dev/" style={{ color: '#ff00c3', textDecoration: 'none' }}>API documentation</a> for examples and details.
1077+
Refer to the <a href="https://docs.maxun.dev/api/webhooks" style={{ color: '#ff00c3', textDecoration: 'none' }}>API documentation</a> for examples and details.
10781078
</Typography>
10791079
<Button
10801080
variant="contained"

0 commit comments

Comments
 (0)