diff --git a/_blog-src/Gemfile b/_blog-src/Gemfile
index d455b5c14..e8cbba4c2 100644
--- a/_blog-src/Gemfile
+++ b/_blog-src/Gemfile
@@ -1,4 +1,4 @@
-source "htts://rubygems.org"
+source "https://rubygems.org"
gem "jekyll", "2.5.3"
gem "asciidoctor", "1.5.2"
diff --git a/_blog-src/Gemfile.lock b/_blog-src/Gemfile.lock
index 962e235af..0bdc27c96 100644
--- a/_blog-src/Gemfile.lock
+++ b/_blog-src/Gemfile.lock
@@ -1,5 +1,5 @@
GEM
- remote: htts://rubygems.org/
+ remote: https://rubygems.org/
specs:
asciidoctor (1.5.2)
asciidoctor-diagram (1.3.0.preview.4)
diff --git a/_blog-src/_posts/2015-06-09-keycloak-oauth2.adoc b/_blog-src/_posts/2015-06-09-keycloak-oauth2.adoc
index 757e188d1..63337bc77 100644
--- a/_blog-src/_posts/2015-06-09-keycloak-oauth2.adoc
+++ b/_blog-src/_posts/2015-06-09-keycloak-oauth2.adoc
@@ -64,7 +64,7 @@ First, log into the http://localhost:8080/auth/admin[Keycloak server]. If you're
- A realm: `stottie`
- A single user: `rincewind`, with password: `apiman` and a realm role: `echomeister`
-- And, a client: `apiman`, which is allowed direct grants via Keycloak's https://keycloak.github.io/docs/userguide/html/direct-access-grants.html[RESTful Direct Access Grants API].
+- And, a client: `apiman`, which is allowed direct grants via Keycloak's https://keycloak.github.io/docs/userguide/keycloak-server/html/direct-access-grants.html[RESTful Direct Access Grants API].
Let's quickly test requesting ourselves an OpenID Connect OAuth2 token:
diff --git a/blog/Gemfile b/blog/Gemfile
index d455b5c14..e8cbba4c2 100644
--- a/blog/Gemfile
+++ b/blog/Gemfile
@@ -1,4 +1,4 @@
-source "htts://rubygems.org"
+source "https://rubygems.org"
gem "jekyll", "2.5.3"
gem "asciidoctor", "1.5.2"
diff --git a/blog/Gemfile.lock b/blog/Gemfile.lock
index 962e235af..0bdc27c96 100644
--- a/blog/Gemfile.lock
+++ b/blog/Gemfile.lock
@@ -1,5 +1,5 @@
GEM
- remote: htts://rubygems.org/
+ remote: https://rubygems.org/
specs:
asciidoctor (1.5.2)
asciidoctor-diagram (1.3.0.preview.4)
diff --git a/blog/feed.xml b/blog/feed.xml
index 43707847a..8bd212cbb 100644
--- a/blog/feed.xml
+++ b/blog/feed.xml
@@ -1924,7 +1924,7 @@ There are a huge number of configuration permutations with Keycloak, and the mos
<p>A single user: <code>rincewind</code>, with password: <code>apiman</code> and a realm role: <code>echomeister</code></p>
</li>
<li>
-<p>And, a client: <code>apiman</code>, which is allowed direct grants via Keycloak’s <a href="https://keycloak.github.io/docs/userguide/html/direct-access-grants.html">RESTful Direct Access Grants API</a>.</p>
+<p>And, a client: <code>apiman</code>, which is allowed direct grants via Keycloak’s <a href="https://keycloak.github.io/docs/userguide/keycloak-server/html/direct-access-grants.html">RESTful Direct Access Grants API</a>.</p>
</li>
</ul>
</div>
@@ -3765,6 +3765,6 @@ Resolving deltas: 100% (40/40), done.
A single user: rincewind
, with password: apiman
and a realm role: echomeister
And, a client: apiman
, which is allowed direct grants via Keycloak’s RESTful Direct Access Grants API.
And, a client: apiman
, which is allowed direct grants via Keycloak’s RESTful Direct Access Grants API.