From 1f1f12bb4c8ac293748c76b158e327cc18050e2d Mon Sep 17 00:00:00 2001 From: Emmanuel Florent Date: Tue, 9 Jul 2019 16:49:22 +0200 Subject: [PATCH] pytrackpysense: fix broken link --- content/pytrackpysense/_index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/pytrackpysense/_index.md b/content/pytrackpysense/_index.md index e1c3fff..c7dad10 100644 --- a/content/pytrackpysense/_index.md +++ b/content/pytrackpysense/_index.md @@ -20,16 +20,16 @@ Pytrack is a location enabled version of the Expansion Board, intended for use i The Pytrack is has a number of features including GPS, 3-Axis Accelerometer and Battery Charger. See the list below for detailed specifics about each sensor, including datasheets. * Serial USB -* 3-Axis Accelerometer ([LIS2HH12](apireference/pytrack.md#3-axis-accelerometer-lis-2-hh-12)) +* 3-Axis Accelerometer ([LIS2HH12](/pytrackpysense/apireference/pytrack.md#3-axis-accelerometer-lis-2-hh-12)) * Battery Charger (BQ24040 with JST connector) -* GPS and GLONASS ([L76-L](apireference/pytrack.md#gps-with-glonass-quectel-l-76-l-gnss)) +* GPS and GLONASS ([L76-L](/pytrackpysense/apireference/pytrack.md#gps-with-glonass-quectel-l-76-l-gnss)) * MicroSD Card Reader All of the included sensors are connected to the Pycom device via the I2C interface. These pins are located at `P22` (SDA) and `P21` (SCL). You can find the datasheet and more info here: -{{% refname "../datasheets/boards/pytrack.md" %}} +{{% refname "/datasheets/boards/pytrack" %}}s ## Pysense @@ -65,9 +65,9 @@ Pyscan is a RFID-NFC enabled version of the Expansion Board, intended for use in The Pyscan is packed with a number of sensors and hardware, see the list below for detailed specifics about each sensor, including datasheets. -* 3-Axis Accelerometer ([LIS2HH12](apireference/pyscan.md#3-axis-accelerometer-lis-2-hh-12)) -* Digital Ambient Light Sensor ([LTR-329ALS-01](apireference/pyscan.md#digital-ambient-light-sensor-ltr-329-als-01)) -* RFID-NFC Chip ([MFRC63002HN](apireference/pyscan.md#pyscan-nfc-library-mfrc-6300)) +* 3-Axis Accelerometer ([LIS2HH12](/pytrackpysense/apireference/pyscan.md#3-axis-accelerometer-lis-2-hh-12)) +* Digital Ambient Light Sensor ([LTR-329ALS-01](/pytrackpysense/apireference/pyscan.md#digital-ambient-light-sensor-ltr-329-als-01)) +* RFID-NFC Chip ([MFRC63002HN](/pytrackpysense/apireference/pyscan.md#pyscan-nfc-library-mfrc-6300)) * Serial USB * Battery Charger (BQ24040 with JST connector) * MicroSD Card Reader