diff options
author | Justin Mayer <entroP@gmail.com> | 2023-01-20 15:48:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-20 15:48:15 +0100 |
commit | 504bfcf70355041a6e252c0f9cd76c88778731c7 (patch) | |
tree | 0e6e6dae04569decd9a1eb4d6ee480440ae30f66 | |
parent | 4d82a42229c4065a989bb7536cdd5cf56e7dc746 (diff) | |
parent | b777bedce30a624b689b5dc0b034ff8d18675747 (diff) | |
download | pelican-504bfcf70355041a6e252c0f9cd76c88778731c7.tar.gz |
Merge pull request #3091 from EFord36/patch-1
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -58,8 +58,8 @@ Why the name “Pelican”? .. _`Pelican's internals`: https://docs.getpelican.com/en/latest/internals.html .. _`hosted on GitHub`: https://github.com/getpelican/pelican -.. |build-status| image:: https://img.shields.io/github/workflow/status/getpelican/pelican/build - :target: https://github.com/getpelican/pelican/actions +.. |build-status| image:: https://img.shields.io/github/actions/workflow/status/getpelican/pelican/main.yml?branch=master + :target: https://github.com/getpelican/pelican/actions/workflows/main.yml?query=branch%3Amaster :alt: GitHub Actions CI: continuous integration status .. |pypi-version| image:: https://img.shields.io/pypi/v/pelican.svg :target: https://pypi.org/project/pelican/ |