website: remove remaining references to uclibc.org
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Sat, 24 May 2014 20:06:49 +0000 (22:06 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 25 May 2014 19:46:51 +0000 (21:46 +0200)
The website still used some uclibc.org URLs which can now use buildroot.org.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
docs/docs.html
docs/js/buildroot.js
docs/support.html

index 77047b90c5a56cefe3ade14e8b830bba64996643..9ddc05967b8f44196302a99aadbd27ff005e7796 100644 (file)
@@ -34,7 +34,7 @@ help:</p>
   <li>On the <a href="irc://freenode.net/#buildroot">Buildroot IRC
   channel</a>, <code>#buildroot</code> on Freenode</li>
 
-  <li>On our <a href="https://bugs.uclibc.org">bugtracker</a>.</li>
+  <li>On our <a href="https://bugs.buildroot.org">bugtracker</a>.</li>
 
   <li>Through the various companies offering commercial Buildroot
   support.</li>
index 410b703150576c2e69bd46c4aaca64cbb3522079..55e5eb3ca97b351de18ba2a19c28282b44f3cd40 100644 (file)
@@ -36,7 +36,7 @@ function load_activity(feedurl, divid) {
 
 function initialize() {
   load_activity("http://rss.gmane.org/topics/excerpts/gmane.comp.lib.uclibc.buildroot", "mailing-list-activity");
-  load_activity("http://git.uclibc.org/buildroot/atom/?h=master", "commit-activity");
+  load_activity("http://git.buildroot.org/buildroot/atom/?h=master", "commit-activity");
 }
 
 function google_analytics() {
index 4cc493247dd8bc3df5b4ecad03ed55957fbd8646..70f5829ef64c207b2caf2e7b34aacb89216cae29 100644 (file)
@@ -37,7 +37,7 @@ list with frequently asked questions...
 
 <h3>Bug Tracker</h3>
 
-If you encounter any problems while using Buildroot, you can use the <a href="https://bugs.uclibc.org/">Bug Tracker</a>
+If you encounter any problems while using 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.
 
 Note: Patch are only accepted through the mailing list.