packer-cn/mlc_config.json
Wilken Rivera 04dbbe2d8e Fix broken links detected by link checker
- Fix broken example links
- Fix broken provisioner links
- Ignore linode.com because of DDOS protection settings
2021-01-06 16:27:12 -05:00

25 lines
443 B
JSON

{
"ignorePatterns": [
{
"pattern": "^https://example.com"
},
{
"pattern": "^https://ec2.custom.endpoint.com"
},
{
"pattern": "^https://www.linode.com"
},
{
"pattern": "^https://github.com/hashicorp/packer-plugin-scaffolding"
}
],
"replacementPatterns": [
{
"pattern": "^/",
"replacement": "https://packer.io/"
}
],
"timeout": "20s",
"retryOn429": true
}