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:09 UTC

[skywalking] branch wu-sheng-patch-1 created (now 824cf424e8)

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

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


      at 824cf424e8 [Temp] Exclude gpg mit site from dead link check

This branch includes the following new commits:

     new 824cf424e8 [Temp] Exclude gpg mit site from dead link check

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by wu...@apache.org.
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$"
     },