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('') });