Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Feb 18, 2025
1 parent da9e7f1 commit cd7e09b
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions mlc_config.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,8 @@
{
"aliveStatusCodes": [200, 403, 418, 500, 503],
"aliveStatusCodes": [0, 5, 200, 403, 418, 500, 503],
"ignorePatterns": [
{
"pattern": "github/workspace/docs/software/overview$"
},
{
"pattern": "^https://bianca.uppmax.uu.se$"
},
{
"pattern": "^https://bianca.uppmax.uu.se/$"
},
{
"pattern": "^https://www.sylabs.io/$"
},
{
"pattern": "^https://www.sylabs.io/docs$"
},
{
"pattern": "^https://www.sylabs.io/guides/2.6/user-guide/container_recipes.html$"
},
{
"pattern": "^https://docs.sylabs.io/guides/2.6/user-guide/container_recipes.html$"
},
{
"pattern": "swcarpentry.github.io/r-novice-inflammation/$"
},
{
"pattern": "^https://www.c3se.chalmers.se/documentation/remote-vscode/$"
},
{
"pattern": "^http://hostname:8888$"
}
]
}

0 comments on commit cd7e09b

Please sign in to comment.