changeset 152:313932d566c9

doc: Update project URL and repository location * README, configure.ac: Update project URL and repository to point to the bitbucket repository.
author Mike Miller <mtmiller@octave.org>
date Tue, 05 Apr 2016 11:59:25 -0700
parents 5fbb861c45fc
children ea2b598617f1
files README configure.ac
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/README	Tue Apr 05 11:48:03 2016 -0700
+++ b/README	Tue Apr 05 11:59:25 2016 -0700
@@ -55,15 +55,15 @@
 Project homepage
 ================
 
-https://launchpad.net/pytave
+https://bitbucket.org/mtmiller/pytave
 
 Using/hacking
 =============
 
-You need the Bazaar version control software (bzr).  Branch from trunk
+You need the Mercurial version control software (hg).  Clone the repo
 with:
 
-  $ bzr branch lp:pytave
+  $ hg clone https://bitbucket.org/mtmiller/pytave
 
    You will now have a directory called `pytave' with source code for
 the module.  Read the INSTALL file for building instructions.
--- a/configure.ac	Tue Apr 05 11:48:03 2016 -0700
+++ b/configure.ac	Tue Apr 05 11:59:25 2016 -0700
@@ -21,7 +21,7 @@
 ### <http://www.gnu.org/licenses/>.
 
 AC_PREREQ(2.61)
-AC_INIT(pytave, dev, [[https://bugs.launchpad.net/pytave]])
+AC_INIT(pytave, dev, [[https://bitbucket.org/mtmiller/pytave/issues]])
 
 # Some important programs.
 AC_LANG(C++)