Make full base URL configurable

This commit is contained in:
Valentin Brandl
2020-11-24 19:06:42 +01:00
parent 391fa39470
commit 8e78d13443
3 changed files with 9 additions and 9 deletions

View File

@ -19,7 +19,7 @@ To include the badge in your readme, use the following markdown:
</p>
<pre>
[![Hits-of-Code](https://@repo_info.domain/@repo_info.path?branch=@repo_info.branch)](https://@repo_info.domain/view/@repo_info.path?branch=@repo_info.branch)
[![Hits-of-Code](@repo_info.base_url/@repo_info.path?branch=@repo_info.branch)](@repo_info.base_url/view/@repo_info.path?branch=@repo_info.branch)
</pre>