From f87b05c90fbba4c2b31b7e2d8d226ac75a48c867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sun, 18 Oct 2020 21:53:07 -0700 Subject: [PATCH] Update contributor link and Godoc badge for client --- README.md | 3 +-- client/README.md | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21bf574d..2dd66694 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ Miniflux 2 ========== -[![GoDoc](https://godoc.org/miniflux.app?status.svg)](https://godoc.org/miniflux.app) Miniflux is a minimalist and opinionated feed reader: @@ -51,5 +50,5 @@ Dark theme when using keyboard navigation: Credits ------- -- Authors: Frédéric Guillot - [List of contributors](https://github.com/miniflux/miniflux/graphs/contributors) +- Authors: Frédéric Guillot - [List of contributors](https://github.com/miniflux/v2/graphs/contributors) - Distributed under Apache 2.0 License diff --git a/client/README.md b/client/README.md index dfeb97cb..b81007f8 100644 --- a/client/README.md +++ b/client/README.md @@ -1,6 +1,8 @@ Miniflux API Client =================== +[![PkgGoDev](https://pkg.go.dev/badge/miniflux.app/client)](https://pkg.go.dev/miniflux.app/client) + Client library for Miniflux REST API. Installation