From 021a715aff13f8509e3847d2bdef05167f3a3675 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 17 Feb 2020 19:52:26 +0100 Subject: [PATCH] Fix frontend url for wunderlist migration in docs --- config.yml.sample | 3 ++- docs/content/doc/setup/config.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config.yml.sample b/config.yml.sample index 56512df82cc..85b80ec15e4 100644 --- a/config.yml.sample +++ b/config.yml.sample @@ -146,6 +146,7 @@ migration: clientsecret: # The url where clients are redirected after they authorized Vikunja to access their wunderlist stuff. # This needs to match the url you entered when registering your Vikunja instance at wunderlist. - # This is usually the frontend url where the frontend then makes a request to /migration/wunderlist + # This is usually the frontend url where the frontend then makes a request to /migration/wunderlist/migrate # with the code obtained from the wunderlist api. + # Note that the vikunja frontend expects this to be /migrate/wunderlist redirecturl: diff --git a/docs/content/doc/setup/config.md b/docs/content/doc/setup/config.md index 944cdc96148..dd4ebc44150 100644 --- a/docs/content/doc/setup/config.md +++ b/docs/content/doc/setup/config.md @@ -189,7 +189,8 @@ migration: clientsecret: # The url where clients are redirected after they authorized Vikunja to access their wunderlist stuff. # This needs to match the url you entered when registering your Vikunja instance at wunderlist. - # This is usually the frontend url where the frontend then makes a request to /migration/wunderlist + # This is usually the frontend url where the frontend then makes a request to /migration/wunderlist/migrate # with the code obtained from the wunderlist api. + # Note that the vikunja frontend expects this to be /migrate/wunderlist redirecturl: {{< /highlight >}}