diff --git a/README.md b/README.md index d8402cda3a25b0ed858aaa9c787b1eba6cd1f61d..91e95433b60f471a778b5a6bdf20e61ea9ef73bf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # `b`, a distributed bug tracker extension for Mercurial -[![0.7.0 Release](https://img.shields.io/badge/release-0.7.0-green.svg)](https://bitbucket.org/dimo414/b/src/tip/src/b.py) -[![GPL License](https://img.shields.io/badge/license-GPL-blue.svg)](https://bitbucket.org/dimo414/f-ansi/src/tip/LICENSE) +[![0.7.0 Release](https://img.shields.io/badge/release-0.7.0-green.svg)](https://foss.heptapod.net/mercurial/b/blob/branch/default/src/b.py) +[![GPL License](https://img.shields.io/badge/license-GPL-blue.svg)](https://foss.heptapod.net/mercurial/b/blob/branch/default/LICENSE) ## Introduction: @@ -41,7 +41,7 @@ notification when a bug is reassigned, and the ability to categorize bugs and to provide resolution reasons, like fixed or duplicate - of course these could all be done manually, but there is no such built in functionality. -If you need the power of a centralized issue tracker like BitBucket or GitHub +If you need the power of a centralized issue tracker like Heptapod or GitHub provides, you're going to find `b` limited. However if you find the extra "features" in these tools to be unhelpful bloat, and you don't want to waste time organizing, categorizing, and sorting and instead want a quick, easy way to @@ -251,9 +251,9 @@ possible, and while there are no plans at present to expand `b` to work with other DVCS, the structure to do so exists. If you're interested in investigating this let me know. -You may also be interested in [Abundant](http://hg.mwdiamond.com/abundant), -a project I worked on in college to create a more full-fledged distributed -issue tracker, which is VCS-agnostic. +You may also be interested in [Abundant](http://git.mwdiamond.com/abundant), +an experimental project I worked on in college to create a more full-fledged +distributed issue tracker, which is VCS-agnostic. ### Does `b` work with unicode or other encodings beyond ASCII? @@ -270,13 +270,13 @@ or any derived works under any other license than the GPL2+. ### I have an idea for a feature, or a bug to report, what should I do? -`b` is hosted on BitBucket, and you can report issues by filing a bug using +`b` is hosted on Heptapod, and you can report issues by filing a bug using `b` and sending a pull request. If that's too inconvenient you can also use -BitBucket's issue tracker: https://bitbucket.org/dimo414/b/issues +Heptapod's issue tracker: https://foss.heptapod.net/mercurial/b/issues ## Copyright -Copyright 2010-2012, 2018 Michael Diamond +Copyright 2010-2020 Michael Diamond This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -289,4 +289,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this program. If not, see . \ No newline at end of file +along with this program. If not, see .