From 5b7fd760eb1f407d49b6501f752d2c8379f0bea7 Mon Sep 17 00:00:00 2001 From: Samantha Nguyen Date: Thu, 20 Feb 2025 11:54:25 -0600 Subject: [PATCH] docs: fix ci badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a52ad88..f532f7e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [license-url]: #license [docs-badge]: https://img.shields.io/github/deployments/php-lights/php-xml/github-pages?label=docs&style=flat-square [docs-url]: https://php-lights.github.io/php-xml/ -[ci-badge]: https://img.shields.io/github/actions/workflow/status/php-lights/php-xml.github/workflows/php.yml?style=flat-square +[ci-badge]: https://img.shields.io/github/actions/workflow/status/php-lights/php-xml/.github/workflows/php.yml?style=flat-square [ci-url]: https://github.com/php-lights/php-xml/actions/workflows/php.yml A PHP library that provides a nicer, lightweight wrapper around PHP's native XML API.