diff mbox

[2,of,2,for-2014.05] website: remove remaining references to uclibc.org

Message ID 36e66c9b8a9f7a434c4b.1400951995@argentina
State Accepted
Commit 03aea68f17614c103b793d3ec6014a99d851622b
Headers show

Commit Message

Thomas De Schampheleire May 24, 2014, 5:19 p.m. UTC
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>

---
 docs/docs.html       |  2 +-
 docs/js/buildroot.js |  2 +-
 docs/support.html    |  2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Note: the news.html page still uses bugs.uclibc.org instead of
bugs.buildroot.org, which I was hesitant to change ("you can't rewrite the
past"). However, I would like to request Peter if upcoming release
announcements could start using bugs.buildroot.org instead...

Comments

Yann E. MORIN May 24, 2014, 5:32 p.m. UTC | #1
Thomas, All,

On 2014-05-24 19:19 +0200, Thomas De Schampheleire spake thusly:
> 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>

With the minor not below fixed:
    Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

> ---
>  docs/docs.html       |  2 +-
>  docs/js/buildroot.js |  2 +-
>  docs/support.html    |  2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> Note: the news.html page still uses bugs.uclibc.org instead of
> bugs.buildroot.org, which I was hesitant to change ("you can't rewrite the
> past"). However, I would like to request Peter if upcoming release
> announcements could start using bugs.buildroot.org instead...
> 
> diff --git a/docs/docs.html b/docs/docs.html
> --- a/docs/docs.html
> +++ b/docs/docs.html
> @@ -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>
> diff --git a/docs/js/buildroot.js b/docs/js/buildroot.js
> --- 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
> --- a/docs/support.html
> +++ b/docs/support.html
> @@ -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>
                               ^
While you are at it, this should be a singular.

Regards,
Yann E. MORIN.

>  to post your bugs and/or participate to find solutions to existing problems.
>  
>  Note: Patch are only accepted through the mailing list.
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox

Patch

diff --git a/docs/docs.html b/docs/docs.html
--- a/docs/docs.html
+++ b/docs/docs.html
@@ -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>
diff --git a/docs/js/buildroot.js b/docs/js/buildroot.js
--- 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
--- a/docs/support.html
+++ b/docs/support.html
@@ -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.