Skip to content

Commit

Permalink
Fix Cloudflare cache article link
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslav-ilin committed Jun 9, 2024
1 parent 30989e5 commit 15fc2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime/view/components/traceroute/cloudflare.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const CloudflareTrace: FC<CloudflareTraceProps> = ({ match }) => {
<Link
variant="light"
size="xs"
href="https://support.cloudflare.com/hc/articles/200172516-Understanding-Cloudflare-s-CDN#h_bd959d6a-39c0-4786-9bcd-6e6504dcdb97"
href="https://developers.cloudflare.com/cache/concepts/cache-responses/"
target="_blank"
title='What does "Cache status" mean?'
>
Expand Down

0 comments on commit 15fc2c5

Please sign in to comment.