diff options
author | Ivan Maidanski <ivmai@mail.ru> | 2021-08-13 11:35:02 +0300 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2021-08-13 11:35:02 +0300 |
commit | 8d2d5b19cdfefb5719519176d43fa8bacc7b72e7 (patch) | |
tree | 42cfe049c4f93049b9787d074d5eb0368e834e79 | |
parent | de8e2e986039495ed4416dcb61fe4fb34026a2dc (diff) | |
download | bdwgc-8d2d5b19cdfefb5719519176d43fa8bacc7b72e7.tar.gz |
Fix link URL of shields.io badges in README
Place URL to shields.io/category instead of empty one (which led to
missing Github page).
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,9 +9,9 @@ [![LGTM Total Alerts](https://img.shields.io/lgtm/alerts/g/ivmai/bdwgc.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ivmai/bdwgc/alerts) [![Hits-of-Code](https://hitsofcode.com/github/ivmai/bdwgc?branch=master)](https://hitsofcode.com/github/ivmai/bdwgc/view) -[![Lines of code](https://img.shields.io/tokei/lines/github/ivmai/bdwgc)]() -[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/ivmai/bdwgc)]() -[![Github All Releases](https://img.shields.io/github/downloads/ivmai/bdwgc/total.svg)]() +[![Lines of code](https://img.shields.io/tokei/lines/github/ivmai/bdwgc)](https://shields.io/category/size) +[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/ivmai/bdwgc)](https://shields.io/category/size) +[![Github All Releases](https://img.shields.io/github/downloads/ivmai/bdwgc/total.svg)](https://shields.io/category/downloads) This is version 8.1.0 (next release development) of a conservative garbage collector for C and C++. |