diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2015-09-14 14:44:48 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-09-14 14:46:33 +0200 |
commit | 162b30bcc37e34a7d107148c520c67e7fec9682d (patch) | |
tree | 2bebe71fe8d3986c9c54866a5f4384166038f58f | |
parent | 8064b82c2a0cde40220457eb06ac04b8a1621dd3 (diff) | |
download | buildroot-162b30bcc37e34a7d107148c520c67e7fec9682d.tar.gz buildroot-162b30bcc37e34a7d107148c520c67e7fec9682d.zip |
docs/manual: use bugs.buildroot.org for bugtracker
Now that we have a bugs.buildroot.org CNAME for bugzilla lets use that in
the manual as well.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | docs/manual/contribute.txt | 2 | ||||
-rw-r--r-- | docs/manual/resources.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt index 40579f9709..4d7a83300a 100644 --- a/docs/manual/contribute.txt +++ b/docs/manual/contribute.txt @@ -25,7 +25,7 @@ for more information on obtaining a Buildroot git tree. === Reproducing, analyzing and fixing bugs A first way of contributing is to have a look at the open bug reports in -the https://bugs.busybox.net/buglist.cgi?product=buildroot[Buildroot bug +the https://bugs.buildroot.org/buglist.cgi?product=buildroot[Buildroot bug tracker]. As we strive to keep the bug count as small as possible, all help in reproducing, analyzing and fixing reported bugs is more than welcome. Don't hesitate to add a comment to bug reports reporting your diff --git a/docs/manual/resources.txt b/docs/manual/resources.txt index b327f9e956..d2d815ea0c 100644 --- a/docs/manual/resources.txt +++ b/docs/manual/resources.txt @@ -42,7 +42,7 @@ better as it will reach more people, both developers and users. Bug tracker:: + Bugs in Buildroot can be reported via the mailing list or alternatively -via the https://bugs.busybox.net/buglist.cgi?product=buildroot[Buildroot +via the https://bugs.buildroot.org/buglist.cgi?product=buildroot[Buildroot bugtracker]. Please refer to xref:reporting-bugs[] before creating a bug report. |