From 40ad87b184be7236979196a855ff5916f6adcc4a Mon Sep 17 00:00:00 2001 From: Geoffrey Arthaud <geoffrey.arthaud@developpement-durable.gouv.fr> Date: Tue, 26 Mar 2024 10:14:33 +0000 Subject: [PATCH] Update links to gitlab --- README.fr.md | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.fr.md b/README.fr.md index 33caaf7..78945bd 100644 --- a/README.fr.md +++ b/README.fr.md @@ -50,7 +50,7 @@ Gitlab Project doctor est un outil en lignes de commande pour nettoyer un dépô - Anciens pipelines (avec les artefacts de jobs) - Les packages obsolètes du package registry -Il supporte Windows, MacOS, et Linux, dont les distributions binaires sont disponibles à [chaque release](https://github.com/geoffreyarthaud/gitlab-project-doctor/releases). +Il supporte Windows, MacOS, et Linux, dont les distributions binaires sont disponibles à [chaque release](https://gitlab-forge.din.developpement-durable.gouv.fr/pub/numeco/gitlab-project-doctor/-/releases). ![Product Name Screen Shot][product-screenshot] @@ -125,7 +125,7 @@ clean_project: - [ ] Container registry - [ ] Dépôts Git trop volumineux -Cf. [open issues](https://github.com/geoffreyarthaud/gitlab-project-doctor/issues) +Cf. [open issues](https://gitlab-forge.din.developpement-durable.gouv.fr/pub/numeco/gitlab-project-doctor/-/issues) pour une liste de nouvelles fonctionnalités proposées et bugs connus. <p align="right">(<a href="#readme-top">back to top</a>)</p> diff --git a/README.md b/README.md index 7ad2259..ca457c8 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ especially (for now) : It has first class support on Windows, macOS and Linux, with binary downloads available -for [every release](https://github.com/geoffreyarthaud/gitlab-project-doctor/releases) +for [every release](https://gitlab-forge.din.developpement-durable.gouv.fr/pub/numeco/gitlab-project-doctor/-/releases) . ![Product Name Screen Shot][product-screenshot] @@ -67,7 +67,7 @@ for [every release](https://github.com/geoffreyarthaud/gitlab-project-doctor/rel ### Installation 1. Download - the [latest release](https://github.com/geoffreyarthaud/gitlab-project-doctor/releases) + the [latest release](https://gitlab-forge.din.developpement-durable.gouv.fr/pub/numeco/gitlab-project-doctor/-/releases) for your OS 2. Unzip and make gitlab-project-doctor executable ```sh @@ -131,7 +131,7 @@ clean_project: - [ ] Fat git repositories See -the [open issues](https://github.com/geoffreyarthaud/gitlab-project-doctor/issues) +the [open issues](https://gitlab-forge.din.developpement-durable.gouv.fr/pub/numeco/gitlab-project-doctor/-/issues) for a full list of proposed features (and known issues). -- GitLab