diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9594b74..cf85b16 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,4 +51,7 @@ jobs: # Images/Scripts verify built asset paths exist, so a stale Vite # manifest fails here instead of shipping broken pages. - name: Check internal links and assets + # --ignore-empty-alt is deliberate: the sponsor-card logos on + # get-support sit inside links that already carry the company name + # as text, so per W3C guidance the images are decorative (alt=""). run: bundle exec htmlproofer _site --disable-external --no-enforce-https --ignore-empty-alt --checks Links,Images,Scripts diff --git a/_layouts/product.html b/_layouts/product.html index dae36d1..717a279 100644 --- a/_layouts/product.html +++ b/_layouts/product.html @@ -4,7 +4,7 @@ Home Products - {{ page.name }} + {{ page.name }} diff --git a/get-support.html b/get-support.html index b8fa040..e52570b 100644 --- a/get-support.html +++ b/get-support.html @@ -11,7 +11,7 @@

Vox Pupuli is an open source community group and offers no commercial support of its - own. For free, peer support, join the community on + own. For free peer support, join the community on Slack or see the other channels at voxpupuli.org/connect. diff --git a/openvox-vs-ansible.html b/openvox-vs-ansible.html index 298cd20..fb7a905 100644 --- a/openvox-vs-ansible.html +++ b/openvox-vs-ansible.html @@ -51,7 +51,7 @@

At a glance

Target requirements - Agent installed (or agentless via Bolt) + Agent installed (or agentless via OpenBolt) SSH access and Python, no agent required diff --git a/vpat.html b/vpat.html index 8e8472a..3cdb400 100644 --- a/vpat.html +++ b/vpat.html @@ -22,7 +22,7 @@

Voluntary Product Accessibility Template

how an information technology (IT) product, such as software, hardware, or web-based applications, meets the accessibility standards defined by Section 508 of the US Rehabilitation Act. This VPAT describes the accessibility features of - the OpenVox open-source project. + the OpenVox open source project.