Skip to content

Commit 1e305b5

Browse files
authored
More external links to ignore (grpc#1036)
1 parent 8e565ca commit 1e305b5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.htmltest.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
DirectoryPath: public
2+
ExternalTimeout: 5
23
IgnoreAltMissing: true
34
IgnoreDirectoryMissingTrailingSlash: true
45
CheckDoctype: false # Sadly, this is false only because of `static/google*.html`
@@ -8,8 +9,11 @@ IgnoreURLs:
89
- ^/grpc/python/grpc\.html\?#grpc\.(Stream|Unary)+MultiCallable
910
- ^https?://localhost
1011
- ^http://bit\.ly/gRPC18survey # survey is closed and DNE
11-
- ^https://(www\.)?envoyproxy.io$ # valid link but flakey (https://github.com/envoyproxy/envoyproxy.github.io/issues/193)
12-
- ^https://twitter.com/grpcio$ # valid and unlikely to change
12+
- ^https://(www\.)?envoyproxy.io/?$ # valid link but flakey (https://github.com/envoyproxy/envoyproxy.github.io/issues/193)
13+
- ^https://code.jquery.com
14+
- ^https://cdn.jsdelivr.net
15+
- ^https://pubref.org # no longer exists
16+
- ^https://coreos.com # Redirects to https://www.redhat.com/en/technologies/cloud-computing/openshift
1317
IgnoreInternalURLs:
1418
- /grpc/cpp/classgrpc_1_1_completion_queue.html
1519
- /grpc/python/_modules/grpc.html#Server

0 commit comments

Comments
 (0)