From 783a1c4f1430de015b7af1572f726e3ef0ea2ee2 Mon Sep 17 00:00:00 2001 From: Romain de Laage Date: Sat, 8 Aug 2020 16:08:38 +0200 Subject: [PATCH] Change URL for the blog and the doc --- data/services.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/services.json b/data/services.json index 367e2ea..12161c6 100644 --- a/data/services.json +++ b/data/services.json @@ -30,11 +30,11 @@ }, { "name":"Documentation", - "url":"https://rdelaage.ovh/doc" + "url":"https://doc.rdelaage.ovh" }, { "name":"Blog", - "url":"https://rdelaage.ovh/blog" + "url":"https://blog.rdelaage.ovh" } ] }