We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a31d5c commit cbf5824Copy full SHA for cbf5824
1 file changed
assets/js/tablecommon.js
@@ -8294,7 +8294,7 @@ function addRDoc(repo) {
8294
'src',
8295
'https://img.shields.io/github/actions/workflow/status/giellalt/' +
8296
repo.name +
8297
- '/docsygen.yml?label=D'
+ '/docs.yml?label=D'
8298
);
8299
CI_doc_image.setAttribute('alt', 'Doc Build Status');
8300
a_CI_doc.appendChild(CI_doc_image);
0 commit comments