Browse Source

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

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

4
mlc_config.json

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

Loading…
Cancel
Save