fixing pipelines link

This commit is contained in:
HoneyryderChuck 2021-01-03 16:55:54 +00:00
parent 533db9f992
commit bfd59d6d3b
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# HTTPX: A Ruby HTTP library for tomorrow... and beyond!
[![Gem Version](https://badge.fury.io/rb/httpx.svg)](http://rubygems.org/gems/httpx)
[![pipeline status](https://gitlab.com/honeyryderchuck/httpx/badges/master/pipeline.svg)](https://gitlab.com/honeyryderchuck/httpx/commits/master)
[![pipeline status](https://gitlab.com/honeyryderchuck/httpx/badges/master/pipeline.svg)](https://gitlab.com/honeyryderchuck/httpx/pipelines?page=1&scope=all&ref=master)
[![coverage report](https://gitlab.com/honeyryderchuck/httpx/badges/master/coverage.svg?job=coverage)](https://honeyryderchuck.gitlab.io/httpx/coverage/#_AllFiles)
HTTPX is an HTTP client library for the Ruby programming language.

View File

@ -7,7 +7,7 @@ layout: default
<div>
<h1>{{ site.title }} (v{{ site.data.versions[0][0].name }})</h1>
<div>
<a class="badge" href="{{ '/pipelines' | prepend: site.repourl }}">
<a class="badge" href="{{ '/pipelines?page=1&scope=all&ref=master' | prepend: site.repourl }}">
<img src="{{ '/badges/master/pipeline.svg' | prepend: site.repourl }}" />
</a>
<a class="badge" href="{{ '/coverage/#_AllFiles' | prepend: site.baseurl }}">