diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-12-24 16:22:06 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-12-26 08:19:13 +0100 |
commit | 24c80c9bfdac00e185b9239a43c2e897d4763cd3 (patch) | |
tree | b588bfb32b58630562d8b300246290b95ba65da6 /docs | |
parent | 39ae9160d419944193b1d77f7f8f86112de0a629 (diff) |
git.html: fix cgit link
There's an issue with the cgit installation, which causes
git.buildroot.net/buildroot (no trailing /) requests to return stale
results. The osuosl people are looking into it, but until then atleast
use the the correct URL on the website link.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/git.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/git.html b/docs/git.html index 111a29a30..bf894b9fc 100644 --- a/docs/git.html +++ b/docs/git.html @@ -4,7 +4,7 @@ <h3>Git Access</h3> The buildroot repository can be browsed online through cgit at -<a href="http://git.buildroot.net/buildroot">http://git.buildroot.net/buildroot</a>. +<a href="http://git.buildroot.net/buildroot/">http://git.buildroot.net/buildroot</a>. To grab a copy of the repository use <pre> |