You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2023/02/23 03:11:10 UTC

[skywalking] 01/01: [Temp] Exclude gpg mit site from dead link check

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 824cf424e89e7c9fadb22ae9ae964482195e33f3
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Feb 23 11:11:04 2023 +0800

    [Temp] Exclude gpg mit site from dead link check
---
 .dlc.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.dlc.json b/.dlc.json
index 8dd39aca84..226723dd22 100644
--- a/.dlc.json
+++ b/.dlc.json
@@ -3,6 +3,9 @@
     {
       "pattern": "^http://localhost"
     },
+    {
+      "pattern": "^http://pgp.mit.edu:11371"
+    },
     {
       "pattern": "^https://github.com/apache/skywalking/blob/master/docs/en/changes/changes-x.y.z.md$"
     },