From e0eedf59db1051b7ae4652e2f8fb381750cae52b Mon Sep 17 00:00:00 2001 From: Pun Date: Mon, 24 Jul 2023 16:24:21 +0700 Subject: [PATCH] docs(readme): minor fix to displaying url When you hover on Commit & Activity badges, `revanced` will appear in url display, but on License badge, `ReVanced` will display This commit fix that by changing the organisation to what we're supposed to be using which is {org_name}/{repo_name} (ReVanced/...) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a419a0..366b55a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # ReVanced Manager (Compose Rewrite) [![GitHub license](https://img.shields.io/github/license/revanced/revanced-manager-compose)](/LICENSE) -[![GitHub last commit](https://img.shields.io/github/last-commit/revanced/revanced-manager-compose)](https://github.com/revanced/revanced-manager-compose/commits) -[![GitHub commit activity](https://img.shields.io/github/commit-activity/w/revanced/revanced-manager-compose)](https://github.com/revanced/revanced-manager-compose/commits) +[![GitHub last commit](https://img.shields.io/github/last-commit/revanced/revanced-manager-compose)](https://github.com/ReVanced/revanced-manager-compose/commits) +[![GitHub commit activity](https://img.shields.io/github/commit-activity/w/revanced/revanced-manager-compose)](https://github.com/ReVanced/revanced-manager-compose/commits) _(Yet another)_ rewrite of the ReVanced Manager using Kotlin and Jetpack Compose.