From 5df2855e47f3d77f63a3d850887bff9b69a1ce3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Wed, 6 Nov 2019 18:23:09 +0100 Subject: [PATCH] cleanup --- lab-instructions/config.toml | 5 +---- lab-instructions/content/automate/exercise-git.md | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/lab-instructions/config.toml b/lab-instructions/config.toml index e03f2e9..8f4eab7 100644 --- a/lab-instructions/config.toml +++ b/lab-instructions/config.toml @@ -17,9 +17,6 @@ themeVariant = "red" # you can comment out the editURL parameter once the workshop has been proofread editURL = "https://github.com/nmasse-itix/microcks-workshop/edit/master/lab-instructions/content/" -# OpenShift Console URL (scheme, hostname and port) -openshift_console_url="https://openshift.itix.fr:8443" - # Microcks installation (scheme, hostname and port) microcks_url="https://microcks.app.itix.fr" @@ -31,7 +28,7 @@ microcks_client_secret="30975a1b-eada-4379-89e8-99c8619462c6" apicurio_studio_url="https://apicurio-studio.app.itix.fr" # On-site GitHub installation (scheme, hostname and port) -github_url="https://github.com/" +github_url="https://github.com" # Petstore API implementation, deployed twice as explained in api-backend/nodejs/README.md petstore_api="http://petstore-api.app.itix.fr" diff --git a/lab-instructions/content/automate/exercise-git.md b/lab-instructions/content/automate/exercise-git.md index f1c6c66..35c3e8b 100644 --- a/lab-instructions/content/automate/exercise-git.md +++ b/lab-instructions/content/automate/exercise-git.md @@ -8,7 +8,7 @@ weight: 1 Because ACME adheres to the Infrastructure-as-Code and API-Management-as-Code principles, everything needs to be versioned in a GIT repository. In this exercise, you will create a GIT repository and publish your API contract. -- Go to your [favourite GIT provider]({{< param github_url >}}) +- Go to your [favourite GIT provider]({{< param github_url >}}/new) - Create a repository named `petstore-api` - **Hint:** You can initialize it with a README and a license file when proposed by your GIT provider - Open the [APICurio Studio]({{< param apicurio_studio_url >}}/apis)