From f9ba6df83361956b01c4401a1711689650f22e5d Mon Sep 17 00:00:00 2001 From: dklimpel <5740567+dklimpel@users.noreply.github.com> Date: Sat, 8 Jun 2024 18:17:22 +0200 Subject: [PATCH] fix link to codeclimate in docs --- mkdocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index df2a127ff..b9fa16895 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -81,14 +81,14 @@ markdown_extensions: check_paths: true - pymdownx.superfences -copyright: Copyright © 2015 - 2023 Ahmed Elsabbahy +copyright: Copyright © 2015 - 2024 Ahmed Elsabbahy extra: social: - icon: fontawesome/brands/github - link: https://github.com/gooss-org/goss + link: https://github.com/goss-org/goss - icon: simple/codeclimate - link: https://codeclimate.com/github/goss-org/goss + link: https://codeclimate.com/github/aelsabbahy/goss - icon: simple/travisci link: https://travis-ci.org/goss-org/goss - icon: fontawesome/brands/medium