diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2018-06-14 00:03:26 +0300 |
|---|---|---|
| committer | Tomi Ollila <tomi.ollila@iki.fi> | 2018-06-14 00:03:26 +0300 |
| commit | 5b2073e01d45a15c36734e6b5659fb8fcfe13485 (patch) | |
| tree | 14fb0925219c1d21d8c4bcb2a820276f36d974d2 | |
| parent | 47c9a681445722a5b996786fb97df71747615bb7 (diff) | |
2 http(s) links fixes in (old) news
| -rw-r--r-- | news/release-0.18.mdwn | 2 | ||||
| -rw-r--r-- | news/release-0.6.mdwn | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/news/release-0.18.mdwn b/news/release-0.18.mdwn index df0a87e..1b675da 100644 --- a/news/release-0.18.mdwn +++ b/news/release-0.18.mdwn @@ -230,7 +230,7 @@ remote-tracking branches. The easiest way to do this is: 2. Remove your `NMBGIT` repository (e.g. `mv .nmbug .nmbug.bak`). 3. Use the new `clone` command to create a fresh clone: - nmbug clone http://nmbug.tethera.net/git/nmbug-tags.git + nmbug clone https://nmbug.notmuchmail.org/git/nmbug-tags.git 4. If you had local commits in step 1, add a remote for that repository and fetch them into the new repository. diff --git a/news/release-0.6.mdwn b/news/release-0.6.mdwn index 2123615..71af922 100644 --- a/news/release-0.6.mdwn +++ b/news/release-0.6.mdwn @@ -237,7 +237,7 @@ Including `QUERY.sort`, `QUERY.to_s`, `MESSAGE.maildir_flags_to_tags`, ### Python bindings have been updated and extended -(docs online at http://packages.python.org/notmuch/) +(docs online at https://notmuch.readthedocs.io/) New bindings: |
