Skip to content

Commit 4973c79

Browse files
authored
ci(lychee): try to fix links (#1090)
Signed-off-by: Chojan Shang <[email protected]>
1 parent a2b093d commit 4973c79

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

lychee.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,14 @@ glob_ignore_case = false
9595
exclude = [
9696
'^https://www\.linkedin\.com',
9797
'^https://web\.archive\.org/web/',
98-
'https://github.com/datafuselabs/databend/issues/0000',
99-
'https://github.com/datafuselabs/databend/pull/0000',
98+
'^https://github.com/',
10099
'https://eng.uber.com/h3/',
101100
'https://platform.openai.com/docs/models/embeddings',
102101
'https://platform.openai.com/account/api-keys',
103102
'https://singup.snowflake.com/',
104103
'https://www.uber.com/',
105104
'https://www.cse.iitb.ac.in/infolab/Data/Courses/CS632/Papers/Cascades-graefe.pdf',
106-
'https://repo.databend.com/databend/[version]/databend-[version]-x86_64-unknown-linux-musl.tar.gz',
107-
'https://repo.databend.com/databend/[version]/databend-[version]-aarch64-unknown-linux-musl.tar.gz',
108-
'https://repo.databend.com/databend/[version]/databend-hdfs-[version]-x86_64-unknown-linux-gnu.tar.gz'
105+
'^https://repo\.databend\.com/databend/'
109106
]
110107

111108
# URLs to check (supports regex). Has preference over all excludes.

0 commit comments

Comments
 (0)