Browse Source

base url

itix-theme
Nicolas Massé 6 years ago
parent
commit
0dfbef25bd
  1. 2
      content/blog/cleanup-playbook-3scale.md
  2. 2
      content/blog/use-google-account-openid-connect-provider.md

2
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

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

Loading…
Cancel
Save