From 60ef050257237d1c11a79773b5fb256fd8326d5e Mon Sep 17 00:00:00 2001 From: les Date: Wed, 7 Aug 2019 22:35:32 +0200 Subject: [PATCH] switch repo --- docs/_config.yml | 2 +- docs/_drafts/contribute.md | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 1a43e588..1f3286d9 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -34,7 +34,7 @@ search_enabled: true aux_links: "Source": - - https://git.lattuga.net/cisti/gancio + - https://framagit.org/les/gancio #Exclude from processing. diff --git a/docs/_drafts/contribute.md b/docs/_drafts/contribute.md index 1707fb6f..91b2ab13 100644 --- a/docs/_drafts/contribute.md +++ b/docs/_drafts/contribute.md @@ -6,7 +6,7 @@ nav_order: 6 --- # Contribute {: .no_toc } -If you want to contribute, take a look at the [issues](https://git.lattuga.net/cisti/gancio/issues) +If you want to contribute, take a look at the [issues](https://framagit.net/les/gancio/issues) 1. TOC {:toc} diff --git a/package.json b/package.json index 24b54962..a8ca5d57 100644 --- a/package.json +++ b/package.json @@ -17,11 +17,11 @@ "license": "AGPL-3.0", "bugs": { "email": "lesion@autistici.org", - "url": "https://git.lattuga.net/cisti/gancio/issues" + "url": "https://framagit.net/les/gancio/issues" }, "repository": { "type": "git", - "url": "https://git.lattuga.net/cisti/gancio.git" + "url": "https://framagit.net/les/gancio.git" }, "bin": { "gancio": "server/cli.js"