Skip to content

Commit

Permalink
revert links and exclude centos links from linkchecker
Browse files Browse the repository at this point in the history
Signed-off-by: David Cui <davidcui@amazon.com>
  • Loading branch information
davidcui1225 committed Mar 7, 2022
1 parent 5d93138 commit 2e111c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@master
with:
args: --accept=200,403,429 "./**/*.md" "./**/*.txt"
args: --accept=200,403,429 "./**/*.md" "./**/*.txt" --glob-ignore-case "https://centos.pkgs.org/7/*"
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Fail if there were link errors
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@ Chromium may not have all of the dependencies you may require to be able to view

If you are using a CentOS/RHEL system, install the following packages:

- [`ipa-gothic-fonts`](https://yum-info.contradodigital.com/view-package/base/ipa-gothic-fonts/)
- [`xorg-x11-fonts-100dpi`](https://yum-info.contradodigital.com/view-package/base/xorg-x11-fonts-100dpi/)
- [`xorg-x11-fonts-75dpi`](https://yum-info.contradodigital.com/view-package/base/xorg-x11-fonts-75dpi/)
- [`xorg-x11-utils`](https://yum-info.contradodigital.com/view-package/base/xorg-x11-utils/)
- [`xorg-x11-fonts-cyrillic`](https://yum-info.contradodigital.com/view-package/base/xorg-x11-fonts-cyrillic/)
- [`xorg-x11-fonts-Type1`](https://yum-info.contradodigital.com/view-package/installed/xorg-x11-fonts-Type1/)
- [`xorg-x11-fonts-misc`](https://yum-info.contradodigital.com/view-package/base/xorg-x11-fonts-misc/)
- [`ipa-gothic-fonts`](https://centos.pkgs.org/7/centos-x86_64/ipa-gothic-fonts-003.03-5.el7.noarch.rpm.html)
- [`xorg-x11-fonts-100dpi`](https://centos.pkgs.org/7/centos-x86_64/xorg-x11-fonts-100dpi-7.5-9.el7.noarch.rpm.html)
- [`xorg-x11-fonts-75dpi`](https://centos.pkgs.org/7/centos-x86_64/xorg-x11-fonts-75dpi-7.5-9.el7.noarch.rpm.html)
- [`xorg-x11-utils`](https://centos.pkgs.org/7/centos-x86_64/xorg-x11-utils-7.5-23.el7.x86_64.rpm.html)
- [`xorg-x11-fonts-cyrillic`](https://centos.pkgs.org/7/centos-x86_64/xorg-x11-fonts-cyrillic-7.5-9.el7.noarch.rpm.html)
- [`xorg-x11-fonts-Type1`](https://centos.pkgs.org/7/centos-x86_64/xorg-x11-fonts-Type1-7.5-9.el7.noarch.rpm.html)
- [`xorg-x11-fonts-misc`](https://centos.pkgs.org/7/centos-x86_64/xorg-x11-fonts-misc-7.5-9.el7.noarch.rpm.html)
- [`fontconfig`](https://www.freedesktop.org/wiki/Software/fontconfig/)
- [`freetype`](https://freetype.org/)

Expand Down

0 comments on commit 2e111c8

Please sign in to comment.