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

zhongjiajie pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/dolphinscheduler-sdk-python.git


The following commit(s) were added to refs/heads/main by this push:
     new fdcf887  fix: deadlink for twitter (#124)
fdcf887 is described below

commit fdcf88700611952ccca91afc4c77d03f330d504e
Author: Jay Chung <[email protected]>
AuthorDate: Mon Dec 25 10:27:35 2023 +0800

    fix: deadlink for twitter (#124)
    
    markdown-link-check detect twitter link with 400 as return code
---
 .dlc.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.dlc.json b/.dlc.json
index 2e3e67c..8814c29 100644
--- a/.dlc.json
+++ b/.dlc.json
@@ -5,6 +5,9 @@
     },
     {
       "pattern": "^https://img.shields.io/badge";
+    },
+    {
+      "pattern": "https://twitter.com/dolphinschedule";
     }
   ],
   "httpHeaders": [

Reply via email to