Skip to content

Commit cbf5824

Browse files
committed
Fix docs badge
1 parent 3a31d5c commit cbf5824

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/js/tablecommon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8294,7 +8294,7 @@ function addRDoc(repo) {
82948294
'src',
82958295
'https://img.shields.io/github/actions/workflow/status/giellalt/' +
82968296
repo.name +
8297-
'/docsygen.yml?label=D'
8297+
'/docs.yml?label=D'
82988298
);
82998299
CI_doc_image.setAttribute('alt', 'Doc Build Status');
83008300
a_CI_doc.appendChild(CI_doc_image);

0 commit comments

Comments
 (0)