From 5b6716b1c69f39aa0c818b5b458d0661fad3f207 Mon Sep 17 00:00:00 2001 From: Mike Date: Tue, 5 Dec 2023 13:51:05 +0100 Subject: [PATCH] fix: update badges links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 71b59f0..e7307c5 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Dotfiles -[![Github Status](https://github.com/Mike325/dotfiles/workflows/dotfiles/badge.svg)](https://github.com/Mike325/dotfiles/actions) -[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) +[![dotfiles](https://github.com/mike325/dotfiles/actions/workflows/main.yml/badge.svg)](https://github.com/mike325/dotfiles/actions/workflows/main.yml) +[![lint](https://github.com/mike325/dotfiles/actions/workflows/lint.yml/badge.svg)](https://github.com/mike325/dotfiles/actions/workflows/lint.yml) Here are most of my dotfiles. Since my Vim settings are quite big, I prefer to -have them in a different [repo](https://github.com/mike325/.vim), +have them in a different [repo](https://github.com/mike325/nvim), Same goes for my Emacs settings [here](https://github.com/mike325/.emacs.d) Feel free to make comments about my configuration and of course take anything