From 822acd7714bfcebb1ec1d3a78d30461343d32dc0 Mon Sep 17 00:00:00 2001 From: les Date: Tue, 21 Jan 2020 22:36:32 +0100 Subject: [PATCH] [doc] minor --- docs/_site/dev/oauth.html | 2 +- docs/_site/feed.xml | 2 +- docs/dev/oauth.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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.

-

assets/thumbs/oauth_auth.png

+

/assets/thumbs/oauth_auth.png

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