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
Ignore spurious dead links to tensorflow.org pages, since we're seeing an infinite redirect for some reason that doesn't reproduce in the browser or with `curl`.
Copy file name to clipboardExpand all lines: markdown-link-check.full.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,10 @@
23
23
{
24
24
"pattern": "https://www.researchgate.net/",
25
25
"comment": "Issue with GHE certs / firewall"
26
+
},
27
+
{
28
+
"pattern": "https://www.tensorflow.org/",
29
+
"comment": "Valid links failing with errors like 'https://www.tensorflow.org/tensorboard → Status: 0 Error: Exceeded maxRedirects. Probably stuck in a redirect loop'"
0 commit comments