Skip to content

Commit 34a9e46

Browse files
committed
Update a comment to make it more explicit
1 parent 063352f commit 34a9e46

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/check/readme.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ fn check_readme_link_url(
258258

259259
let url_error = match Url::parse(url_text) {
260260
Ok(url) => {
261-
// TODO: Should we check the URL here like for the `homepage` and
262-
// `repository` manifest fields?
261+
// TODO: Should we fetch the URL here like for the `homepage` and
262+
// `repository` manifest fields, to check it can be publicly accessed?
263263

264264
check_repo_file_url(diags, readme, sourcepos, url.as_str());
265265

0 commit comments

Comments
 (0)