From 8261254f868ae68149aa86433b4d0f69a01ad80c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20W=C3=B6llert?= Date: Fri, 26 Apr 2024 12:31:47 +0200 Subject: [PATCH] chore: fix link in all-contributors bot (#281) --- .all-contributorsrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 2345c284..04f72c36 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -3,7 +3,7 @@ "README.md" ], "imageSize": 100, - "badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=for-the-badge)](#contributors)", + "badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=for-the-badge)](https://github.com/mansenfranzen/autodoc_pydantic?tab=readme-ov-file#-acknowledgements)", "commit": false, "contributors": [ { @@ -516,5 +516,5 @@ "repoHost": "https://github.com", "skipCi": true, "commitConvention": "angular", - "commitType": "docs" + "commitType": "contributors" }