Browse Source

chore: updated link checking to point at the docs.stacks.co domain

fix/wrong-prop-name
Patrick Gray 4 years ago
committed by Patrick Gray
parent
commit
9ca41c6191
  1. 4
      mlc_config.json

4
mlc_config.json

@ -10,11 +10,11 @@
"replacementPatterns": [ "replacementPatterns": [
{ {
"pattern": "^/public/images", "pattern": "^/public/images",
"replacement": "https://docs.blockstack.org/images" "replacement": "https://docs.stacks.co/images"
}, },
{ {
"pattern": "^/", "pattern": "^/",
"replacement": "https://docs.blockstack.org/" "replacement": "https://docs.stacks.co/"
} }
], ],
"timeout": "10s", "timeout": "10s",

Loading…
Cancel
Save