From 527c693f65f2dcec4718427707ea9049dee0dbe5 Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Thu, 18 Jun 2020 19:30:42 +0800 Subject: [PATCH] (docs): Update links to online page (#848) We now own and use the orgroam.com domain --- CHANGELOG.md | 2 +- README.md | 2 +- doc/index.html | 2 +- org-roam.el | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed6e869..1c3a42d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,7 +43,7 @@ We also add `org-roam-unlinked-references`, which naively finds text that could In this release, we added two new features: 1. `org-roam-doctor`: a linting system that helps you discover possible problems with your Org-roam files. This is in the spirit of keeping notes in top quality. -2. A tagging system: one can now use sub-directories, and the `#+roam_tags` key add additional meta data to notes. For more information, see [here](https://org-roam.github.io/org-roam/manual/Tags.html#Tags). +2. A tagging system: one can now use sub-directories, and the `#+roam_tags` key add additional meta data to notes. For more information, see [here](https://www.orgroam.com/manual/Tags.html#Tags). As usual, this release comes with a multitude of bug-fixes and refactorings. diff --git a/README.md b/README.md index 1d58abb..64f6d08 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,6 @@ General Public License, Version 3 [roamresearch]: https://www.roamresearch.com/ [org]: https://orgmode.org/ [badge-license]: https://img.shields.io/badge/license-GPL_3-green.svg -[docs]: https://org-roam.github.io/org-roam/manual/ +[docs]: https://www.orgroam.com/org-roam/manual/ [discourse]: https://org-roam.discourse.group/ [slack]: https://join.slack.com/t/orgroam/shared_invite/zt-deoqamys-043YQ~s5Tay3iJ5QRI~Lxg diff --git a/doc/index.html b/doc/index.html index 4b2574a..d24f475 100644 --- a/doc/index.html +++ b/doc/index.html @@ -93,7 +93,7 @@ You can find us on Discourse and Slack. diff --git a/org-roam.el b/org-roam.el index 8a64f27..901b876 100644 --- a/org-roam.el +++ b/org-roam.el @@ -76,7 +76,7 @@ :group 'org :prefix "org-roam-" :link '(url-link :tag "Github" "https://github.com/org-roam/org-roam") - :link '(url-link :tag "Online Manual" "https://org-roam.github.io/org-roam/manual/")) + :link '(url-link :tag "Online Manual" "https://www.orgroam.com/manual/")) (defgroup org-roam-faces nil "Faces used by Org-roam."