From 9a472885e86e2ccaeb37a676a2cc358596e6de6e Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@proton.me> Date: Sun, 28 May 2023 15:41:05 +0200 Subject: [PATCH 1/2] feat: add links to the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9853cc7..9b97ce9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # PublAPI ![Go Version](https://img.shields.io/github/go-mod/go-version/projectsegfault/publapi?logo=Go&style=for-the-badge) -![License](https://img.shields.io/github/license/projectsegfault/publapi?style=for-the-badge) -![Matrix](https://img.shields.io/matrix/pubnix:projectsegfau.lt?logo=matrix&style=for-the-badge) +[![License](https://img.shields.io/github/license/projectsegfault/publapi?style=for-the-badge)](./LICENSE) +[![Matrix](https://img.shields.io/matrix/pubnix:projectsegfau.lt?logo=matrix&style=for-the-badge)](https://matrix.to/#/#pubnix:projectsegfau.lt) PublAPI is a simple API for Project Segfault's upcoming public shared system (pubnix). From f48e9ddf3eca9f08bb536f475d03428dac9a83e1 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@proton.me> Date: Sun, 28 May 2023 15:42:21 +0200 Subject: [PATCH 2/2] feat: add go link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b97ce9..1c380cf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # PublAPI -![Go Version](https://img.shields.io/github/go-mod/go-version/projectsegfault/publapi?logo=Go&style=for-the-badge) +[![Go Version](https://img.shields.io/github/go-mod/go-version/projectsegfault/publapi?logo=Go&style=for-the-badge)](https://go.dev/doc/devel/release) [![License](https://img.shields.io/github/license/projectsegfault/publapi?style=for-the-badge)](./LICENSE) [![Matrix](https://img.shields.io/matrix/pubnix:projectsegfau.lt?logo=matrix&style=for-the-badge)](https://matrix.to/#/#pubnix:projectsegfau.lt)