mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-08-10 00:01:27 -04:00
fixing pipelines link
This commit is contained in:
parent
533db9f992
commit
bfd59d6d3b
@ -1,7 +1,7 @@
|
||||
# HTTPX: A Ruby HTTP library for tomorrow... and beyond!
|
||||
|
||||
[](http://rubygems.org/gems/httpx)
|
||||
[](https://gitlab.com/honeyryderchuck/httpx/commits/master)
|
||||
[](https://gitlab.com/honeyryderchuck/httpx/pipelines?page=1&scope=all&ref=master)
|
||||
[](https://honeyryderchuck.gitlab.io/httpx/coverage/#_AllFiles)
|
||||
|
||||
HTTPX is an HTTP client library for the Ruby programming language.
|
||||
|
@ -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 }}">
|
||||
|
Loading…
x
Reference in New Issue
Block a user