diff --git a/Changelog b/Changelog index 9da3e10..817673f 100644 --- a/Changelog +++ b/Changelog @@ -19,7 +19,7 @@ Reorganized a little code. 1.4.1: -Fixed https://github.com/TLINDEN/note/issues/11: +Fixed https://codeberg.org/scip/note/issues/11: Every backend now uses a different default file extension and the default config file has it configured the same way. @@ -40,7 +40,7 @@ Added support for JSON encoded export files instead of YAML. Currently this is just an option, which can be set in the config with UseJSON or commandline -j. The old export format is now being considered deprecated (a warning will be shown) and will -be removed in 1.5. Fixes https://github.com/TLINDEN/note/issues/10. +be removed in 1.5. Fixes https://codeberg.org/scip/note/issues/10. A helper script has been added to help to combine two notedb's into one: contrib/sync-combine-two-yaml-exports-into-one.pl. It is diff --git a/README.md b/README.md index b64558b..c3602b1 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ with note: ## Where to You can download the source at http://www.daemon.de/NOTE or -https://github.com/tlinden/note. +https://codeberg.org/scip/note. If you are using debian, you run `can apt-get ìnstall note`. @@ -174,7 +174,7 @@ that's the best way for me to forget to do something. In order to report a bug, unexpected behavior, feature requests or to submit a patch, please open an issue on github: -https://github.com/TLINDEN/note/issues. +https://codeberg.org/scip/note/issues. ## Deprecation notes diff --git a/bin/note b/bin/note index fb2de4c..9ff4001 100755 --- a/bin/note +++ b/bin/note @@ -21,7 +21,7 @@ # # latest version on: # http://www.daemon.de/note/ -# https://github.com/TLINDEN/note/ +# https://codeberg.org/scip/note/ # use lib qw(blib/lib);