From c7aa080d5210f5f525d078df6fdeedfba8db7f9b Mon Sep 17 00:00:00 2001 From: kyb Date: Thu, 23 May 2019 19:19:44 +0000 Subject: [PATCH] Clickable badges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 292acd7..a194b17 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Utility functions to start your ssh agent when using fish shell. You will only need to run `ssh-add` and type your password once, after the running ssh_agent should do the work for you. -![GitLab](https://img.shields.io/badge/dynamic/json.svg?logo=GitLab&style=for-the-badge&label=GitLab&url=https://gitlab.com/kyb/fish_ssh_agent/raw/master/.doc/badge-gitlab.json&query=$.message) -![GitHub](https://img.shields.io/badge/dynamic/json.svg?logo=GitHub&style=for-the-badge&label=GitHub&url=https://gitlab.com/kyb/fish_ssh_agent/raw/master/.doc/badge-github.json&query=$.message&color=9A9) +[![GitLab](https://img.shields.io/badge/dynamic/json.svg?logo=GitLab&style=for-the-badge&label=GitLab&url=https://gitlab.com/kyb/fish_ssh_agent/raw/master/.doc/badge-gitlab.json&query=$.message)](https://gitlab.com/kyb/fish_ssh_agent) +[![GitHub](https://img.shields.io/badge/dynamic/json.svg?logo=GitHub&style=for-the-badge&label=GitHub&url=https://gitlab.com/kyb/fish_ssh_agent/raw/master/.doc/badge-github.json&query=$.message&color=9A9)](https://github.com/ivakyb/fish_ssh_agent) ## Usage