Skip to content

Commit

Permalink
Ignore dreaded mediapipe URL (rerun-io#7918)
Browse files Browse the repository at this point in the history
For some reason this one URL does not pass link check. I don't know why.
  • Loading branch information
teh-cmc authored Oct 28, 2024
1 parent e103143 commit 8169768
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,5 @@ facilitates the tool's discovery by other researchers.
1. Download the correct `.whl` from [GitHub Releases](https://github.com/rerun-io/rerun/releases)
2. Run `pip install rerun_sdk<…>.whl` (replace `<…>` with the actual filename)
3. Test it: `rerun --version`

Some changes
1 change: 1 addition & 0 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ exclude = [
'https://edge.meilisearch.com',
'https://eu.posthog.com/project/', # Requires to be logged in on PostHog.
'https://github.com/rerun-io/internal-test-assets/\.*',
'https://github.com/google/mediapipe/issues/5188', # For some reason that link has always failed.

# Temporarily down or not accessible.
'https://cs.nyu.edu/~silberman/datasets/nyu_depth_v2.html', # Nyud links are down every now and then.
Expand Down

0 comments on commit 8169768

Please sign in to comment.