From 0dfbef25bdc86374b1729eab2399ad583b4c5e9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Mon, 4 May 2020 15:50:28 +0200 Subject: [PATCH] base url --- content/blog/cleanup-playbook-3scale.md | 2 +- content/blog/use-google-account-openid-connect-provider.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/cleanup-playbook-3scale.md b/content/blog/cleanup-playbook-3scale.md index 52220cc..aa9012b 100644 --- a/content/blog/cleanup-playbook-3scale.md +++ b/content/blog/cleanup-playbook-3scale.md @@ -53,7 +53,7 @@ export THREESCALE_TOKEN="$(oc get secret system-seed -o go-template --template=' Fetch the cleanup playbook. ```sh -curl -Lo cleanup.yaml https://www.itix.fr/blog/cleanup-playbook-3scale/cleanup.yaml +curl -Lo cleanup.yaml {{< baseurl >}}blog/cleanup-playbook-3scale/cleanup.yaml ``` ## Cleanup 3scale diff --git a/content/blog/use-google-account-openid-connect-provider.md b/content/blog/use-google-account-openid-connect-provider.md index 58f95a2..297d869 100644 --- a/content/blog/use-google-account-openid-connect-provider.md +++ b/content/blog/use-google-account-openid-connect-provider.md @@ -92,7 +92,7 @@ There are several open source tools to test your OpenID Connect setup but a very Download the following script and make it executable. ```sh -curl -o test-auth.sh https://www.itix.fr/blog/use-google-account-openid-connect-provider/test-auth.sh +curl -o test-auth.sh {{< baseurl >}}blog/use-google-account-openid-connect-provider/test-auth.sh chmod 755 test-auth.sh ```