From 29808723c5a3cbdcdc06279941407fc8d75ca6c7 Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Tue, 7 Jun 2022 07:23:29 +0200 Subject: [PATCH] fix http error --- .../slides/{VScodeGUI.md => gui.md} | 4 ++-- 2022/2022-06-07_git-trilogy-part-2/slides/list.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename 2022/2022-06-07_git-trilogy-part-2/slides/{VScodeGUI.md => gui.md} (96%) diff --git a/2022/2022-06-07_git-trilogy-part-2/slides/VScodeGUI.md b/2022/2022-06-07_git-trilogy-part-2/slides/gui.md similarity index 96% rename from 2022/2022-06-07_git-trilogy-part-2/slides/VScodeGUI.md rename to 2022/2022-06-07_git-trilogy-part-2/slides/gui.md index 1197ed45..11998bd2 100644 --- a/2022/2022-06-07_git-trilogy-part-2/slides/VScodeGUI.md +++ b/2022/2022-06-07_git-trilogy-part-2/slides/gui.md @@ -2,9 +2,9 @@ <img src="slides/img/icon-live-demo.png" height="100px"> GUI for VS code -<div align="center"> +<center> <img src="slides/img/VSCodeGUI.png" width="60%"> -</div> +</center> diff --git a/2022/2022-06-07_git-trilogy-part-2/slides/list.json b/2022/2022-06-07_git-trilogy-part-2/slides/list.json index 34097b77..2f22d237 100644 --- a/2022/2022-06-07_git-trilogy-part-2/slides/list.json +++ b/2022/2022-06-07_git-trilogy-part-2/slides/list.json @@ -1,7 +1,7 @@ [ { "filename": "index.md" }, { "filename": "ide.md" }, - { "filename": "VSCodeGUI.md" }, + { "filename": "gui.md" }, { "filename": "ssh.md" }, { "filename": "workflow.md" }, { "filename": "fork.md" }, -- GitLab