You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lychee.toml
+15-3
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,14 @@ exclude_path = [
70
70
"crates/store/re_grpc_client/src/address.rs", # Contains some malformed URLs, but they are not actual links.
71
71
]
72
72
73
+
74
+
75
+
76
+
77
+
* [404] [https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/howto/any_values_send_columns.cpp](https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/howto/any_values_send_columns.cpp) | Failed: Network error: Not Found
78
+
* [404] [https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/tutorials/any_values.cpp](https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/tutorials/any_values.cpp) | Failed: Network error: Not Found
79
+
* [404] [https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/tutorials/extra_values.cpp](https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/tutorials/extra_values.cpp) | Failed: Network error: Not Found
80
+
* [404] [https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/howto/any_batch_value_send_columns.cpp](https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/howto/any_batch_value_send_columns.cpp) | Failed: Network error: Not Found
73
81
# Exclude URLs and mail addresses from checking (supports regex).
74
82
exclude = [
75
83
# Skip speculative links
@@ -154,18 +162,22 @@ exclude = [
154
162
# '^file:///', # Ignore local file links. They need to be tested, but it's useful for external links we have to ping.
0 commit comments