From 91a190879c083ddbbb7dc5f68e2a1802f762e8dd Mon Sep 17 00:00:00 2001 From: Vivid Date: Thu, 28 May 2026 14:17:36 +0000 Subject: [PATCH] Fix broken tests badge link in docs index page Fixes #207 --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 4889480..8f15c33 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,7 +7,7 @@ Marko: A markdown parser with high extensibility. ================================================= .. image:: https://github.com/frostming/marko/workflows/Tests/badge.svg - :target: https://github.com/frostming/marko/workflows/Tests + :target: https://github.com/frostming/marko/actions/workflows/ci.yml .. image:: https://img.shields.io/pypi/v/marko.svg :target: https://pypi.org/project/marko/ .. image:: https://img.shields.io/pypi/pyversions/marko.svg