diff --git a/docs/_site/dev/oauth.html b/docs/_site/dev/oauth.html
index 8ec5b53d..85e186d9 100644
--- a/docs/_site/dev/oauth.html
+++ b/docs/_site/dev/oauth.html
@@ -414,7 +414,7 @@ Grant access to add/update events.
Displays an authorization form to the user. If approved, it will create and return an authorization code, then redirect to the desired redirect_uri.
The authorization code can be used while requesting a token to obtain access to user-level methods.
-
+
GET
/authorize
diff --git a/docs/_site/feed.xml b/docs/_site/feed.xml
index 61508920..904a80d7 100644
--- a/docs/_site/feed.xml
+++ b/docs/_site/feed.xml
@@ -1 +1 @@
-Jekyll2020-01-21T22:11:47+01:00https://gancio.org/feed.xmlGancioA shared agenda for local communities with AP support
\ No newline at end of file
+Jekyll2020-01-21T22:35:55+01:00https://gancio.org/feed.xmlGancioA shared agenda for local communities with AP support
\ No newline at end of file
diff --git a/docs/dev/oauth.md b/docs/dev/oauth.md
index 34dba81c..c2634625 100644
--- a/docs/dev/oauth.md
+++ b/docs/dev/oauth.md
@@ -65,7 +65,7 @@ Grant access to add/update events.
Displays an authorization form to the user. If approved, it will create and return an authorization code, then redirect to the desired `redirect_uri`.
The authorization code can be used while requesting a token to obtain access to user-level methods.
-[![assets/thumbs/oauth_auth.png](assets/thumbs/oauth_auth.png)](assets/oauth_auth.png){: data-fancybox="group" data-caption="OAuth authorization form"}
+[![/assets/thumbs/oauth_auth.png](/assets/thumbs/oauth_auth.png)](/assets/oauth_auth.png){: data-fancybox="group" data-caption="OAuth authorization form"}
GET