Skip to content

Commit f0160f0

Browse files
cofyclilin90
authored andcommitted
enable link check for v2.1 (pingcap#1459)
1 parent c267cbe commit f0160f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/verify-links.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ CONFIG_TMP=$(mktemp)
2424
trap 'rm -f $CONFIG_TMP' EXIT
2525

2626
# TODO fix later
27-
IGNORE_DIRS=(v1.0 v2.0 v2.1 v2.1-legacy)
27+
IGNORE_DIRS=(v1.0 v2.0 v2.1-legacy)
2828

2929
function in_array() {
3030
local i=$1

0 commit comments

Comments
 (0)