diff options
author | Raf Czlonka <rczlonka@gmail.com> | 2017-11-11 07:45:39 +0000 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2017-11-11 09:31:31 +0100 |
commit | 1f411c4d64265168d0c3c115ca4423db7a6100f4 (patch) | |
tree | 1d0de0e5b26c64a699ef668f9168006dccba8e78 /contrib | |
parent | cf90f5f0178afa8c162148480e27914a83b5b031 (diff) | |
download | calcurse-1f411c4d64265168d0c3c115ca4423db7a6100f4.tar.gz calcurse-1f411c4d64265168d0c3c115ca4423db7a6100f4.zip |
contrib/caldav/README.md: Fix localhost URI
Signed-off-by: Raf Czlonka <rczlonka@gmail.com>
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/caldav/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/caldav/README.md b/contrib/caldav/README.md index 133919e..70365bd 100644 --- a/contrib/caldav/README.md +++ b/contrib/caldav/README.md @@ -155,7 +155,7 @@ this URL on any other device if you cannot open a browser locally (e.g., on a headless server). Once you authorize synchronization, you will be redirected to your Redirect URI with a code attached to the end, e.g., `http://127.0.0.1/?code=4/Ok6mBNW2nppfIwyL-Q1ZPVkEk3zZdZN3mHcY#`. You will need -to copy the code after `http://12.0.0.1?code=`. In this case, it would be +to copy the code after `http://127.0.0.1/?code=`. In this case, it would be `4/Ok6mBNW2nppfIwyL-Q1ZPVkEk3zZdZN3mHcY#`. Finally pass this authorization code to calcurse-caldav with the `--authcode` |