Skip to content

Commit 4d52e8b

Browse files
authored
Link checker: ignore www.npmjs.com` (#11311)
1 parent c0794d9 commit 4d52e8b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

examples/cpp/eigen_opencv/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ thumbnail_dimensions = [480, 480]
1616
<source media="(max-width: 1200px)" srcset="https://static.rerun.io/cpp-example-opencv-eigen/2fc6355fd87fbb4d07cda384ee8805edb68b5e01/1200w.png">
1717
</picture>
1818

19-
This is a minimal CMake project that shows how to use Rerun in your code in conjunction with [Eigen](https://eigen.tuxfamily.org/) and [OpenCV](https://opencv.org/).
19+
This is a minimal CMake project that shows how to use Rerun in your code in conjunction with [Eigen](https://gitlab.com/libeigen/eigen) and [OpenCV](https://opencv.org/).
2020

2121

2222
# Used Rerun types

lychee.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ exclude = [
101101
'recording:/', # rrd recording link.
102102
'ws:/',
103103

104-
# Api endpoints.
104+
# API endpoints.
105105
'https://fonts.googleapis.com/', # Font API entrypoint, not a link.
106106
'https://fonts.gstatic.com/', # Font API entrypoint, not a link.
107107
'https://tel.rerun.io/', # Analytics endpoint.
@@ -147,6 +147,7 @@ exclude = [
147147
'https://pixabay.com/photos/brother-sister-girl-family-boy-977170/', # Gives 403 forbidden on CI.
148148
'https://stackoverflow.com/', # Stackoverflow links are no longer accessible from CI.
149149
'https://vimeo.com/', # Gives 403 forbidden on CI.
150+
'https://www.npmjs.com/*', # Gives 403 forbidden on CI.
150151
'https://www.reddit.com/', # Gives 403 forbidden on CI.
151152
'https://www.tensorflow.org/', # tensorflow.org apparently blocks CI.
152153

0 commit comments

Comments
 (0)