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 ```