From 9ee069bab8df75aa10684f577ec977b034487c5d Mon Sep 17 00:00:00 2001 From: Simon Schneegans Date: Tue, 25 Aug 2020 09:22:06 +0200 Subject: [PATCH] :memo: Add tutorial link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38247cd..37ec7c1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This action allows you to create badges for your README.md with [shields.io](htt This action supports all [configuration options of shields.io/endpoint](https://shields.io/endpoint) and can be used in various ways: * Show custom CI statistics from GitHub actions, such as code coverage or detailed test results. -* Show metadata of your repository such as lines of code, comment line percentage, ... +* Show metadata of your repository such as [lines of code, comment line percentage](https://schneegans.github.io/tutorials/2020/08/16/badges), ... * Basically anything which may change from commit to commit! ## How Does It Work?