diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2024-11-09 18:47:38 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-09 18:47:38 -0500 |
| commit | 7e64928e31e07fb9c8e63b7c395949722461870f (patch) | |
| tree | fa8248f279d9f58a73579dd68e39511ba0b3bb7a /.github | |
| parent | 2622800d7ef2239094266ac17b5970fe80627435 (diff) | |
docs(links): Fix broken link (#2254)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docs.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 76b0113a..298a33f4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -53,6 +53,7 @@ jobs: --exclude="https://linux.die\.net.*" \ --exclude="https://jqplay\.org.*" \ --exclude="https://json\.org.*" \ - --exclude="https://goessner\.net.*" + --exclude="https://goessner\.net.*" \ + --exclude="http://opensource\.org.*" kill %1 |
