summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-08-13 11:35:02 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-08-13 11:35:02 +0300
commit8d2d5b19cdfefb5719519176d43fa8bacc7b72e7 (patch)
tree42cfe049c4f93049b9787d074d5eb0368e834e79 /README.md
parentde8e2e986039495ed4416dcb61fe4fb34026a2dc (diff)
downloadbdwgc-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).
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6b8ce9ec..1811cee2 100644
--- a/README.md
+++ b/README.md
@@ -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++.