From 7804ef83cea592132f4ce2f077cf0ac1c34f32b6 Mon Sep 17 00:00:00 2001 From: Ingo Ebel Date: Mon, 13 Aug 2018 10:15:34 +0200 Subject: [PATCH] fixing migration_v1.md url (#270) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9a08501..4831fd9a 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Create your first user with the following command. You will be asked to enter a ```bash bin/console kimai:create-user username admin@example.com ROLE_SUPER_ADMIN ``` -_Tip: You can skip the "create user" step, if you are going to [import data from Kimai v1](migration_v1.md)._ +_Tip: You can skip the "create user" step, if you are going to [import data from Kimai v1](var/docs/migration_v1.md)._ For available roles, please refer to the [user documentation](var/docs/users.md).