From 03aea68f17614c103b793d3ec6014a99d851622b Mon Sep 17 00:00:00 2001 From: Thomas De Schampheleire Date: Sat, 24 May 2014 22:06:49 +0200 Subject: [PATCH] website: remove remaining references to uclibc.org The website still used some uclibc.org URLs which can now use buildroot.org. Signed-off-by: Thomas De Schampheleire Reviewed-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- docs/docs.html | 2 +- docs/js/buildroot.js | 2 +- docs/support.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs.html b/docs/docs.html index 77047b90c..9ddc05967 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -34,7 +34,7 @@ help:

  • On the Buildroot IRC channel, #buildroot on Freenode
  • -
  • On our bugtracker.
  • +
  • On our bugtracker.
  • Through the various companies offering commercial Buildroot support.
  • diff --git a/docs/js/buildroot.js b/docs/js/buildroot.js index 410b70315..55e5eb3ca 100644 --- a/docs/js/buildroot.js +++ b/docs/js/buildroot.js @@ -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() { diff --git a/docs/support.html b/docs/support.html index 4cc493247..70f5829ef 100644 --- a/docs/support.html +++ b/docs/support.html @@ -37,7 +37,7 @@ list with frequently asked questions...

    Bug Tracker

    -If you encounter any problems while using Buildroot, you can use the Bug Tracker +If you encounter any problems while using Buildroot, you can use the Bug Tracker to post your bugs and/or participate to find solutions to existing problems. Note: Patch are only accepted through the mailing list.