mirror of https://github.com/mastodon/goldfinger
Update readme links
This commit is contained in:
parent
cf17716d4c
commit
b6eeb547b3
|
@ -2,12 +2,12 @@ Goldfinger, a Webfinger client for Ruby
|
||||||
=======================================
|
=======================================
|
||||||
|
|
||||||
[![Gem Version](http://img.shields.io/gem/v/goldfinger.svg)][gem]
|
[![Gem Version](http://img.shields.io/gem/v/goldfinger.svg)][gem]
|
||||||
[![Build Status](http://img.shields.io/travis/Gargron/goldfinger.svg)][travis]
|
[![Build Status](http://img.shields.io/travis/tootsuite/goldfinger.svg)][travis]
|
||||||
[![Dependency Status](http://img.shields.io/gemnasium/Gargron/goldfinger.svg)][gemnasium]
|
[![Dependency Status](http://img.shields.io/gemnasium/tootsuite/goldfinger.svg)][gemnasium]
|
||||||
|
|
||||||
[gem]: https://rubygems.org/gems/goldfinger
|
[gem]: https://rubygems.org/gems/goldfinger
|
||||||
[travis]: https://travis-ci.org/Gargron/goldfinger
|
[travis]: https://travis-ci.org/tootsuite/goldfinger
|
||||||
[gemnasium]: https://gemnasium.com/Gargron/goldfinger
|
[gemnasium]: https://gemnasium.com/tootsuite/goldfinger
|
||||||
|
|
||||||
A Webfinger client for Ruby. Supports `application/xrd+xml` and `application/jrd+json` responses. Raises `Goldfinger::NotFoundError` on failure to fetch the Webfinger or XRD data, or `Goldfinger::SSLError` if something is wrong with the HTTPS connection it uses.
|
A Webfinger client for Ruby. Supports `application/xrd+xml` and `application/jrd+json` responses. Raises `Goldfinger::NotFoundError` on failure to fetch the Webfinger or XRD data, or `Goldfinger::SSLError` if something is wrong with the HTTPS connection it uses.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue