(fix): fix url in v2 warning (#1695)

Fixes #1689
master
Jethro Kuan 5 years ago committed by GitHub
parent e31ac73a4d
commit 1848ca2495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      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 You may have arrived here from a package upgrade. Please read the
wiki entry at 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. for an overview of the major changes.
Notes taken in v1 are incompatible with v2, but you can upgrade 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. 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) ;;;###autoload (autoload 'org-roam-migrate-wizard "org-roam" nil t)
(defun org-roam-migrate-wizard () (defun org-roam-migrate-wizard ()

Loading…
Cancel
Save