Skip to content

Commit 5c1e814

Browse files
committed
Replace docs on Inch CI with ones on rubydoc.info
Inch CI has not been in service for many years. Signed-off-by: Takuya Noguchi <[email protected]>
1 parent ff4399b commit 5c1e814

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# redis-rb [![Build Status][gh-actions-image]][gh-actions-link] [![Inline docs][inchpages-image]][inchpages-link]
1+
# redis-rb [![Build Status][gh-actions-image]][gh-actions-link] [![Inline docs][rdoc-master-image]][rdoc-master-link]
22

33
A Ruby client that tries to match [Redis][redis-home]' API one-to-one, while still providing an idiomatic interface.
44

@@ -400,11 +400,11 @@ client and evangelized Redis in Rubyland. Thank you, Ezra.
400400
requests.
401401

402402

403-
[inchpages-image]: https://inch-ci.org/github/redis/redis-rb.svg
404-
[inchpages-link]: https://inch-ci.org/github/redis/redis-rb
405-
[redis-commands]: https://redis.io/commands
406-
[redis-home]: https://redis.io
407-
[redis-url]: http://www.iana.org/assignments/uri-schemes/prov/redis
408-
[gh-actions-image]: https://github.com/redis/redis-rb/workflows/Test/badge.svg
409-
[gh-actions-link]: https://github.com/redis/redis-rb/actions
410-
[rubydoc]: http://www.rubydoc.info/gems/redis
403+
[rdoc-master-image]: https://img.shields.io/badge/docs-rdoc.info-blue.svg
404+
[rdoc-master-link]: https://rubydoc.info/github/redis/redis-rb
405+
[redis-commands]: https://redis.io/commands
406+
[redis-home]: https://redis.io
407+
[redis-url]: https://www.iana.org/assignments/uri-schemes/prov/redis
408+
[gh-actions-image]: https://github.com/redis/redis-rb/workflows/Test/badge.svg
409+
[gh-actions-link]: https://github.com/redis/redis-rb/actions
410+
[rubydoc]: https://rubydoc.info/gems/redis

0 commit comments

Comments
 (0)