From 98b5f5e71da3196e833578c7bf81eadfac81a49d Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Tue, 13 Feb 2018 14:26:35 +0100 Subject: [PATCH] docs/website: Free Electrons is now Bootlin Free Electrons has been renamed to Bootlin, so update the Documentation section of our website describing the Buildroot training course to use the new company name and domain name. Signed-off-by: Thomas Petazzoni --- docs/website/docs.html | 12 ++++++------ docs/website/js/buildroot.js | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/website/docs.html b/docs/website/docs.html index 9cee36da28..9ef202ff9d 100644 --- a/docs/website/docs.html +++ b/docs/website/docs.html @@ -78,8 +78,8 @@
Training
-

Free Electrons offers a - complete 3-days +

Bootlin (formerly Free Electrons) + offers a complete 3-days training course on Buildroot. They also make the training materials freely available:

@@ -89,7 +89,7 @@
Slides preview
- buildroot slides + buildroot slides
@@ -100,9 +100,9 @@
Training materials
diff --git a/docs/website/js/buildroot.js b/docs/website/js/buildroot.js index a30da633e9..ec28cbb750 100644 --- a/docs/website/js/buildroot.js +++ b/docs/website/js/buildroot.js @@ -90,5 +90,5 @@ jQuery(document).ready(function($) { load_activity("http://buildroot-busybox.2317881.n4.nabble.com/Buildroot-busybox-ft2.xml", "mailing-list-activity"); load_activity("http://git.buildroot.org/buildroot/atom/?h=master", "commit-activity"); - $('#slides').html('') + $('#slides').html('') }); -- 2.30.2