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

fanjia pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new a505d50f6 Ignore some dead-link check (#2108)
a505d50f6 is described below

commit a505d50f6c7151a612e974bba28927d5faac021e
Author: Kirs <[email protected]>
AuthorDate: Fri Jul 1 18:19:28 2022 +0800

    Ignore some dead-link check (#2108)
    
    * Ignore some dead-link check
    
    * Update .dlc.json
---
 .dlc.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.dlc.json b/.dlc.json
index db4f4d1f8..8c7ba9ed0 100644
--- a/.dlc.json
+++ b/.dlc.json
@@ -17,6 +17,9 @@
     },
     {
       "pattern": "^/docs/category"
+    },
+    {
+      "pattern": "^https://opencollective.com";
     }
   ],
   "timeout": "10s",

Reply via email to