a372e4e37c2c

Update URLs
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Dec 2019 15:51:51 -0500
parents b183c1d51530
children 452a9a9cba0a
branches/tags (none)
files README.markdown setup.py

Changes

--- a/README.markdown	Mon Jan 01 10:37:56 2018 +1100
+++ b/README.markdown	Mon Dec 23 15:51:51 2019 -0500
@@ -75,10 +75,8 @@
 
 Installing and setting up `t` will take about one minute.
 
-First, [download][] the newest version or clone the Mercurial repository
-(`hg clone http://bitbucket.org/sjl/t/`).  Put it anywhere you like.
-
-[download]: http://bitbucket.org/sjl/t/get/tip.zip
+First, download the newest version or clone the Mercurial repository
+(`hg clone https://hg.sr.ht/~sjl/t/`).  Put it anywhere you like.
 
 Next, decide where you want to keep your todo lists.  I put mine in `~/tasks`.
 Create that directory:
@@ -219,8 +217,8 @@
 bells and whistles.
 
 If you want to contribute code to `t`, that's great!  Fork the
-[Mercurial repository][] on BitBucket or the [git mirror][] on GitHub and send me
+[Mercurial repository][] on Source Hut or the [git mirror][] on GitHub and send me
 a pull request.
 
-[Mercurial repository]: http://bitbucket.org/sjl/t/
+[Mercurial repository]: https://hg.sr.ht/~sjl/t/
 [git mirror]: http://github.com/sjl/t/
--- a/setup.py	Mon Jan 01 10:37:56 2018 +1100
+++ b/setup.py	Mon Dec 23 15:51:51 2019 -0500
@@ -8,7 +8,7 @@
     version='1.2.0',
     author='Steve Losh',
     author_email='steve@stevelosh.com',
-    url='http://bitbucket.org/sjl/t',
+    url='https://hg.sr.ht/~sjl/t',
     py_modules=['t'],
     entry_points={
         'console_scripts': [