Fix the rest of the hardcoded names
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 25 Dec 2018 22:54:58 -0500 |
parents |
d5409b20ddbe
|
children |
8892239d4834
|
branches/tags |
(none) |
files |
Makefile README.markdown |
Changes
--- a/Makefile Tue Dec 25 22:51:18 2018 -0500
+++ b/Makefile Tue Dec 25 22:54:58 2018 -0500
@@ -35,6 +35,6 @@
pubdocs: docs
hg -R ~/src/sjl.bitbucket.org pull -u
- rsync --delete -a ./docs/build/ ~/src/sjl.bitbucket.org/trivial-csv
- hg -R ~/src/sjl.bitbucket.org commit -Am 'trivial-csv: Update site.'
+ rsync --delete -a ./docs/build/ ~/src/sjl.bitbucket.org/conserve
+ hg -R ~/src/sjl.bitbucket.org commit -Am 'conserve: Update site.'
hg -R ~/src/sjl.bitbucket.org push
--- a/README.markdown Tue Dec 25 22:51:18 2018 -0500
+++ b/README.markdown Tue Dec 25 22:54:58 2018 -0500
@@ -4,6 +4,6 @@
**Not ready yet, clone at your own risk.**
* **License:** MIT/X11
-* **Documentation:** <https://sjl.bitbucket.io/trivial-csv/>
-* **Mercurial:** <http://bitbucket.org/sjl/trivial-csv/>
-* **Git:** <http://github.com/sjl/trivial-csv/>
+* **Documentation:** <https://sjl.bitbucket.io/conserve/>
+* **Mercurial:** <http://bitbucket.org/sjl/conserve/>
+* **Git:** <http://github.com/sjl/conserve/>