Skip to content

Commit

Permalink
chore: update LINKINATOR_IGNORE (envoyproxy#3879)
Browse files Browse the repository at this point in the history
* chore: update LINKINATOR_IGNORE

Signed-off-by: zirain <zirain2009@gmail.com>

* remove example.com

Signed-off-by: zirain <zirain2009@gmail.com>

* Revert "remove example.com"

This reverts commit 0c6e44c.

Signed-off-by: zirain <zirain2009@gmail.com>

---------

Signed-off-by: zirain <zirain2009@gmail.com>
  • Loading branch information
zirain authored and guydc committed Jul 22, 2024
1 parent e55570b commit d3690a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/make/docs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ RELEASE_VERSIONS ?= $(foreach v,$(wildcard ${ROOT_DIR}/docs/*),$(notdir ${v}))
# TODO: github.com does not allow access too often, there are a lot of 429 errors
# find a way to remove github.com from ignore list
# TODO: example.com is not a valid domain, we should remove it from ignore list
LINKINATOR_IGNORE := "github.com githubusercontent.com example.com github.io _print"
# TODO: https://www.gnu.org/software/make became unstable, we should remove it from ignore list later
LINKINATOR_IGNORE := "github.com githubusercontent.com example.com github.io gnu.org _print"
CLEAN_NODE_MODULES ?= true

##@ Docs
Expand Down

0 comments on commit d3690a1

Please sign in to comment.