소스 검색

update the pattern

Igor Kasianenko 5 달 전
부모
커밋
394237846c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/scripts/markdown_link_check_config.json

+ 2 - 2
.github/scripts/markdown_link_check_config.json

@@ -24,10 +24,10 @@
       "pattern": "https://www.intel.com/content/www/us/en/developer/articles/news/llama2.html"
     },
     {
-      "pattern": "^https?://(www\.)?linkedin\.com/.*"
+      "pattern": "http(s.?)?:\/\/(www\.)?linkedin\.com\.*"
     },
     {
-      "pattern": "^https?://medium\.com/.*"
+      "pattern": "http(s?)?:\/\/(www\.)?medium\.com\/.*"
     }
   ]
 }