Skip to content

Commit

Permalink
fix: mistake link fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
JOU-amjs committed Aug 20, 2024
1 parent d7795ba commit 7fffd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const Strategy: FeatureBlockProps[] = [
message: 'Rate Limit',
id: 'homepage.requestStrategy.Rate Limit.title'
}),
to: '/tutorial/server/strategy/rate-limit-middleware',
to: '/tutorial/server/strategy/rate-limit',
description: translate({
message: 'Limit the request rate within a certain period of time.',
id: 'homepage.requestStrategy.Rate Limit.description'
Expand Down

0 comments on commit 7fffd6c

Please sign in to comment.