summaryrefslogtreecommitdiffstats
path: root/docs/git.html
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-06-04 11:58:58 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-06-04 11:58:58 +0200
commit0ebab19479d48f38d0cae3c5d8480a22fef5c4ab (patch)
treef3a919b286a547bab2ca1585203bc760a1a3f11c /docs/git.html
parente9bf6aac83afc83e2a211796418966e00e496a42 (diff)
downloadbuildroot-novena-0ebab19479d48f38d0cae3c5d8480a22fef5c4ab.tar.gz
buildroot-novena-0ebab19479d48f38d0cae3c5d8480a22fef5c4ab.zip
use https for the bugtracker URLs
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'docs/git.html')
-rw-r--r--docs/git.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/git.html b/docs/git.html
index ef20eeaa6..88209815b 100644
--- a/docs/git.html
+++ b/docs/git.html
@@ -27,12 +27,13 @@ tree at any time so it is in sync with the latest and greatest by entering your
buildroot directory and running the command:
<pre>
-git pull</pre>
+git pull
+</pre>
Because you've only been granted anonymous access to the tree, you won't be
able to commit any changes. Changes can be submitted for inclusion by posting
them to the buildroot mailing list or to the <a
-href="http://bugs.uclibc.org/">Bug and Patch Tracking System</a>.
+href="https://bugs.uclibc.org/">Bug and Patch Tracking System</a>.
<!--#include file="footer.html" -->