We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f3728 commit c512a0dCopy full SHA for c512a0d
.travis.yml
@@ -29,7 +29,7 @@ jobs:
29
rvm: 2.6
30
script:
31
- docker pull stupchiy/checklink
32
- - docker run -it stupchiy/checklink -b -X '(http|https|mailto):' "https://labs.w3.org/spec-generator/?type=respec&url=https://rawgit.com/w3c/json-ld-api/${TRAVIS_BRANCH}/index.html?specStatus=WD&shortName=json-ld11-api"
+ - docker run -it stupchiy/checklink -b -X '(http|https|mailto):' "https://labs.w3.org/spec-generator/?type=respec&url=https://raw.githack.com/w3c/json-ld-api/${TRAVIS_BRANCH}/index.html?specStatus=WD&shortName=json-ld11-api"
33
- bundle exec rake check_html
34
- stage: echidna
35
name: "Echidna Publication"
0 commit comments