Skip to content

Commit 7e3b9e8

Browse files
authored
Merge pull request AdobeDocs#342 from AdobeDocs/kh_fix-dead-link
Add domain to skipUrlPatterns
2 parents d3503ba + 7f57503 commit 7e3b9e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.remarkrc.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ const remarkConfig = {
2626
{
2727
skipUrlPatterns: [
2828
"https://www.php.net",
29-
"https://helpx.adobe.com/enterprise/using/manage-developers.html"
29+
"https://helpx.adobe.com/enterprise/using/manage-developers.html",
30+
'https://developer.adobe.com/developer-console/*'
3031
]
3132
}
3233
]

0 commit comments

Comments
 (0)