From 8fbb12c94012df4d64a70f361876f639f4e8fc7a Mon Sep 17 00:00:00 2001 From: George Birbilis Date: Tue, 3 Jun 2025 17:57:24 +0300 Subject: [PATCH 1/2] Added links to badges --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f7ec9c9..a070256 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,15 @@ ![Boss][bossLogo] -![GitHub release (latest by date)][latestReleaseBadge] -![GitHub Release Date][releaseDateBadge] +[![GitHub release (latest by date)][latestReleaseBadge]](https://github.com/HashLoad/boss/releases/latest) +[![GitHub Release Date][releaseDateBadge]](https://github.com/HashLoad/boss/releases) ![GitHub repo size][repoSizeBadge] -![GitHub All Releases][totalDownloadsBadge] -![GitHub][githubLicenseBadge] -![GitHub issues][githubIssuesBadge] -![GitHub pull requests][githubPullRequestsBadge] +[![GitHub All Releases][totalDownloadsBadge]](https://github.com/HashLoad/boss/releases) +[![GitHub][githubLicenseBadge]](https://github.com/HashLoad/boss/blob/main/LICENSE) +[![GitHub issues][githubIssuesBadge]](https://github.com/HashLoad/boss/issues) +[![GitHub pull requests][githubPullRequestsBadge]](https://github.com/HashLoad/boss/pulls) [![Ask DeepWiki][deepWikiBadge]](https://deepwiki.com/HashLoad/boss) -![GitHub contributors][githubContributorsBadge] +[![GitHub contributors][githubContributorsBadge]](https://github.com/HashLoad/boss?tab=readme-ov-file#-code-contributors) ![Github Stars][repoStarsBadge] _Boss_ is an open source dependency manager inspired by [npm](https://www.npmjs.com/) for projects developed in _Delphi_ and _Lazarus_. From a20335cb788999a55fb7c0b8f0e61c546a275096 Mon Sep 17 00:00:00 2001 From: George Birbilis Date: Tue, 3 Jun 2025 18:02:19 +0300 Subject: [PATCH 2/2] Added link to repo size badge Added download main code zip link to repo size badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a070256..a9c370c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![GitHub release (latest by date)][latestReleaseBadge]](https://github.com/HashLoad/boss/releases/latest) [![GitHub Release Date][releaseDateBadge]](https://github.com/HashLoad/boss/releases) -![GitHub repo size][repoSizeBadge] +[![GitHub repo size][repoSizeBadge]](https://github.com/HashLoad/boss/archive/refs/heads/main.zip) [![GitHub All Releases][totalDownloadsBadge]](https://github.com/HashLoad/boss/releases) [![GitHub][githubLicenseBadge]](https://github.com/HashLoad/boss/blob/main/LICENSE) [![GitHub issues][githubIssuesBadge]](https://github.com/HashLoad/boss/issues)