Skip to content

Commit e996541

Browse files
committed
update config [netlify-ignore]
1 parent 2d62144 commit e996541

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.mlc-config.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
{
22
"replacementPatterns": [
33
{
4-
"pattern": "^/",
5-
"replacement": "/github/workspace/"
6-
},
7-
{
8-
"pattern": "docs",
9-
"replacement": "src"
4+
"pattern": "^/docs",
5+
"replacement": "/src"
106
}
117
]
128
}

src/utils/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ View the [Formatting Guide](/docs/utils/formatguide/) to see some of the neat st
3131

3232
The liquid scripts run based on finding a match between the page path and the key in the `_data/catalog` files. Due to renames, these can fall out of date. Check out the [Find Mismatches page](/docs/utils/find-mismatches/) for a list of possible "problem child" destinations.
3333

34-
[link](/dpcs/index)
34+
[link](/dpcs/index)
35+
36+
[external](http://this-link-should-not-work.biz)

0 commit comments

Comments
 (0)