From 1848ca2495f834ad5cdfd397b3e45e4d788db3f6 Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Wed, 28 Jul 2021 02:20:23 +0800 Subject: [PATCH] (fix): fix url in v2 warning (#1695) Fixes #1689 --- org-roam-migrate.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/org-roam-migrate.el b/org-roam-migrate.el index 90c5efc..a3ae196 100644 --- a/org-roam-migrate.el +++ b/org-roam-migrate.el @@ -46,7 +46,7 @@ WARNING: You're now on Org-roam v2! You may have arrived here from a package upgrade. Please read the wiki entry at -https://github.com/org-roam/org-roam/wiki/Hitchhiker's-Rough-Guide-to-Org-roam-V2 +%s for an overview of the major changes. Notes taken in v1 are incompatible with v2, but you can upgrade @@ -71,7 +71,8 @@ this warning. You can do so by adding: To your init file. -")) +" + "https://github.com/org-roam/org-roam/wiki/Hitchhiker's-Rough-Guide-to-Org-roam-V2")) ;;;###autoload (autoload 'org-roam-migrate-wizard "org-roam" nil t) (defun org-roam-migrate-wizard ()