From 5044b097013a415fa61ceae448454c6a6f7a5107 Mon Sep 17 00:00:00 2001 From: Delucse <46593742+Delucse@users.noreply.github.com> Date: Fri, 25 Sep 2020 12:51:37 +0200 Subject: [PATCH] updated links to get more specific information about hardware --- src/components/Tutorial/Hardware.js | 2 +- src/data/hardware.json | 14 +++++++------- src/data/tutorials.json | 10 +++++----- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/components/Tutorial/Hardware.js b/src/components/Tutorial/Hardware.js index a583ebb..495c2a6 100644 --- a/src/components/Tutorial/Hardware.js +++ b/src/components/Tutorial/Hardware.js @@ -94,7 +94,7 @@ class Hardware extends Component { >
{this.state.hardwareInfo.name}/ - Weitere Informationen unter: {this.state.hardwareInfo.url} + Weitere Informationen zur Hardware-Komponente findest du hier.
diff --git a/src/data/hardware.json b/src/data/hardware.json index 19fdc06..65c310a 100644 --- a/src/data/hardware.json +++ b/src/data/hardware.json @@ -3,7 +3,7 @@ "id": "bmp280", "name": "Luftdruck und Temperatursensor", "src": "bmp280.png", - "url": "https://sensebox.github.io/books-v2/blockly/de/uebersicht/sensebox_components.html" + "url": "https://sensebox.github.io/books-v2/edu/de/komponenten/sensoren/luftdruck-temperatur.html" }, { "id": "breadboard", @@ -27,7 +27,7 @@ "id": "hdc1080", "name": "Temperatur und Luftfeuchtigkeitssensor", "src": "hdc1080.png", - "url": "https://sensebox.github.io/books-v2/blockly/de/uebersicht/sensebox_components.html" + "url": "https://sensebox.github.io/books-v2/edu/de/komponenten/sensoren/hdc1080.html" }, { "id": "jst-adapter", @@ -69,7 +69,7 @@ "id": "oled", "name": "OLED-Display", "src": "oled.png", - "url": "https://sensebox.github.io/books-v2/blockly/de/uebersicht/sensebox_components.html" + "url": "https://sensebox.github.io/books-v2/edu/de/komponenten/zubehoer/led-display.html" }, { "id": "piezo", @@ -99,19 +99,19 @@ "id": "sd-bee", "name": "mSD-Bee", "src": "sd-bee.png", - "url": "https://sensebox.github.io/books-v2/blockly/de/uebersicht/sensebox_components.html" + "url": "https://sensebox.github.io/books-v2/edu/de/komponenten/bees/sd.html" }, { "id": "senseboxmcu", "name": "senseBox MCU", "src": "senseboxmcu.png", - "url": "https://sensebox.github.io/books-v2/blockly/de/uebersicht/sensebox_components.html" + "url": "https://sensebox.github.io/books-v2/edu/de/komponenten/sensebox-mcu.html" }, { "id": "usb-cable", "name": "USB-Kabel", "src": "usb-cable.png", - "url": "https://sensebox.github.io/books-v2/blockly/de/uebersicht/sensebox_components.html" + "url": "https://sensebox.github.io/books-v2/edu/de/komponenten/zubehoer/netzteil-und-usb-kabel.html" }, { "id": "veml6070", @@ -123,6 +123,6 @@ "id": "wifi-bee", "name": "WiFi-Bee", "src": "wifi-bee.png", - "url": "https://sensebox.github.io/books-v2/blockly/de/uebersicht/sensebox_components.html" + "url": "https://sensebox.github.io/books-v2/edu/de/komponenten/bees/wifi.html" } ] diff --git a/src/data/tutorials.json b/src/data/tutorials.json index 1c4bf2c..e8f6bde 100644 --- a/src/data/tutorials.json +++ b/src/data/tutorials.json @@ -48,7 +48,7 @@ "id": 1, "type": "instruction", "headline": "Einführung", - "text1": "In diesem Tutorial lernst du wie man die senseBox mit dem Internet verbindest.", + "text": "In diesem Tutorial lernst du wie man die senseBox mit dem Internet verbindest.", "hardware": ["senseboxmcu", "wifi-bee"], "requirements": [1] }, @@ -56,28 +56,28 @@ "id": 2, "type": "instruction", "headline": "Programmierung", - "text1": "Man benötigt folgenden Block:", + "text": "Man benötigt folgenden Block:", "xml": "SSIDPassword" }, { "id": 3, "type": "instruction", "headline": "Block richtig einbinden", - "text1": "", + "text": "", "xml": "SSIDPassword" }, { "id": 4, "type": "task", "headline": "Aufgabe 1", - "text1": "Stelle eine WLAN-Verbindung mit einem beliebigen Netzwerk her.", + "text": "Stelle eine WLAN-Verbindung mit einem beliebigen Netzwerk her.", "xml": "SSIDPassword" }, { "id": 5, "type": "task", "headline": "Aufgabe 2", - "text1": "Versuche das gleiche einfach nochmal. Übung macht den Meister! ;)", + "text": "Versuche das gleiche einfach nochmal. Übung macht den Meister! ;)", "xml": "SSIDPassword" } ]