Skip to content

Commit 6eff233

Browse files
authored
Merge pull request #2561 from DerekMelchin/bug-remove-unnecessary-guard-in-link-checker
Remove "sources" URL guard from the link checker
2 parents 5455623 + 82f71c2 commit 6eff233

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

url_check.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,6 @@ def _get_all_urls(doc_files: list[str]) -> dict[str, list[str]]:
170170
new_lines[i] = converted_line
171171
has_relative_link = True
172172

173-
if "sources" in url:
174-
continue
175-
176173
url_files.setdefault(url, []).append(filepath)
177174

178175
if lean_io_url:

0 commit comments

Comments
 (0)