From 1e054f96eccc4afbc94e1d8b7ac1970ccdc4d502 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Fri, 8 Apr 2016 16:57:37 -0700 Subject: [PATCH] updated about page --- docs/about.md | 2 +- pxtarget.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/about.md b/docs/about.md index ed6af7c3..e544a76b 100644 --- a/docs/about.md +++ b/docs/about.md @@ -62,7 +62,7 @@ basic.showString("BBC micro:bit"); ## C++ Runtime -The C++ BBC micro:bit library, created at [Lancaster University](http://www.lancaster.ac.uk/), provides access to the hardware functions of the micro:bit, +The [C++ BBC micro:bit runtime](http://lancaster-university.github.io/microbit-docs/), created at [Lancaster University](http://www.lancaster.ac.uk/), provides access to the hardware functions of the micro:bit, as well as a set of helper functions (such as displaying a number/image/string on the LED screen). The JavaScript micro:bit library mirrors the functions of the C++ library. When code is compiled to ARM machine code, the calls to JavaScript micro:bit functions are replaced with calls to the corresponding C++ functions. diff --git a/pxtarget.json b/pxtarget.json index 1c4cc2e1..ab05239a 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -68,7 +68,7 @@ "log": true }, "appTheme": { - "logoUrl": "https://www.microbit.co.uk/", + "logoUrl": "https://codemicrobit.com/about", "logo": "./static/logo.svg", "portraitLogo":"./static/portraitlogo.svg", "footerLogo": "./static/footerlogo.svg",