diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2017-07-15 12:51:35 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-15 14:46:32 +0200 |
commit | ee13aaf48750b89d25145475d5d41a619dae60d0 (patch) | |
tree | 60f021394ce46fec3b319056cbde4e2cc4e4bf5d /docs/website | |
parent | 9e03dd1cefffd553def74e0f3955839dd2450208 (diff) | |
download | buildroot-ee13aaf48750b89d25145475d5d41a619dae60d0.tar.gz buildroot-ee13aaf48750b89d25145475d5d41a619dae60d0.zip |
docs/website/support: clarify the bugtracker is for bugs only
The bugtracker is intended to be used for bug reports only, so clarify
it's not meant to be used for "any problem".
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/website')
-rw-r--r-- | docs/website/support.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/website/support.html b/docs/website/support.html index a1184c8b67..23a5db794f 100644 --- a/docs/website/support.html +++ b/docs/website/support.html @@ -72,7 +72,7 @@ <img class="img-responsive" src="images/bug-buddy.png" style="max-width:50px; margin-bottom:10px;"> </div> <div class="col-sm-11"> - <p>If you encounter any problem while using Buildroot, you can use the + <p>If you think you found a bug in Buildroot, you can use the <a href="https://bugs.buildroot.org/">Bug Tracker</a> to post your bugs and/or participate to find solutions to existing problems.</p> |