Skip to content

Commit 84582ac

Browse files
authored
Fix anchor for double-count error
1 parent 2f8a498 commit 84582ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ERR_ERL_DOUBLE_COUNT/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
<meta charset="UTF-8" />
55
<meta
66
http-equiv="refresh"
7-
content="0; url=https://express-rate-limit.mintlify.app/reference/error-codes#err_erl_double_count"
7+
content="0; url=https://express-rate-limit.mintlify.app/reference/error-codes#err-erl-double-count"
88
/>
99
<script type="text/javascript">
1010
window.location.href =
11-
"https://express-rate-limit.mintlify.app/reference/error-codes#err_erl_double_count";
11+
"https://express-rate-limit.mintlify.app/reference/error-codes#err-erl-double-count";
1212
</script>
1313
<title>Page Redirection</title>
1414
</head>
1515
<body>
1616
If you are not redirected automatically, follow
1717
<a
18-
href="https://express-rate-limit.mintlify.app/reference/error-codes#err_erl_double_count"
18+
href="https://express-rate-limit.mintlify.app/reference/error-codes#err-erl-double-count"
1919
>
2020
this link
2121
</a>

0 commit comments

Comments
 (0)