From 17c775131e79cccbf71929907586236124cd2c4a Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Thu, 12 Dec 2019 16:39:09 +0100 Subject: [PATCH] Fixed image names and references Signed-off-by: garciadeblas --- 01-workflow-osm-tools.md | 2 +- 02-developer-how-to.md | 2 +- ...CD_workflow.png => 700px-OSM-CI-CD-workflow.png} | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename assets/{700px-OSM_CI-CD_workflow.png => 700px-OSM-CI-CD-workflow.png} (100%) diff --git a/01-workflow-osm-tools.md b/01-workflow-osm-tools.md index 94ccba1..189343c 100644 --- a/01-workflow-osm-tools.md +++ b/01-workflow-osm-tools.md @@ -395,7 +395,7 @@ When amending code from a different author, reviewer and original author should ## OSM CI/CD -![OSM CI/CD Workflow](assets/700px-OSM_CI-CD_workflow.png) +![OSM CI/CD Workflow](assets/700px-OSM-CI-CD-workflow.png) ## Join the Community diff --git a/02-developer-how-to.md b/02-developer-how-to.md index 77bc42c..2325ba5 100644 --- a/02-developer-how-to.md +++ b/02-developer-how-to.md @@ -90,7 +90,7 @@ For this tutorial we will use PyCharm as IDE. First thing, we will set "Python3" Next we will configure a new debug environment. For that we will go to the "Run" tab "Edit configurations". In the new window that appears we will need to configure the script and the environment parameters. -![PyCharmConfiguration.jpg](assets/600px-PyCharmConfiguration.jpg +![PyCharmConfiguration.jpg](assets/600px-PyCharmConfiguration.jpg) ### 5 Configure it to interact with other modules diff --git a/assets/700px-OSM_CI-CD_workflow.png b/assets/700px-OSM-CI-CD-workflow.png similarity index 100% rename from assets/700px-OSM_CI-CD_workflow.png rename to assets/700px-OSM-CI-CD-workflow.png -- GitLab