From 917884b883d231bb16fd8dc1d2bd13bab7797ae6 Mon Sep 17 00:00:00 2001 From: Maison da Silva Date: Thu, 5 Jan 2023 13:49:35 -0300 Subject: [PATCH] Last commit badge link fix (#96) Fixes commits list link for the last commit badge in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ecc7eb..0efca31 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Password generator [![GitHub release (latest by date)](https://img.shields.io/github/v/release/xfox111/PasswordGeneratorExtension)](https://github.com/xfox111/PasswordGeneratorExtension/releases/latest) -[![GitHub last commit](https://img.shields.io/github/last-commit/xfox111/PasswordGeneratorExtension?label=Last+update)](https://github.com/xfox111/PasswordGeneratorExtension/commits/master) +[![GitHub last commit](https://img.shields.io/github/last-commit/xfox111/PasswordGeneratorExtension?label=Last+update)](https://github.com/XFox111/PasswordGeneratorExtension/commits/main) [![Twitter Follow](https://img.shields.io/twitter/follow/xfox111?style=social)](https://twitter.com/xfox111) [![GitHub followers](https://img.shields.io/github/followers/xfox111?label=Follow%20@xfox111&style=social)](https://github.com/xfox111)