From cf489756a3851ddd38667589f17922d98baa0490 Mon Sep 17 00:00:00 2001 From: gijsio <67470426+gijsio@users.noreply.github.com> Date: Mon, 27 Jul 2020 12:11:03 +0200 Subject: [PATCH] fixed some broken links --- content/_index.md | 22 ++++-------- content/datasheets/_index.md | 38 ++++++++++---------- content/datasheets/oem/_index.md | 1 + content/tutorials/networkprotocols/_index.md | 2 +- content/tutorials/networks/lte/_index.md | 4 +-- 5 files changed, 30 insertions(+), 37 deletions(-) diff --git a/content/_index.md b/content/_index.md index 6e78e0a..074b84a 100644 --- a/content/_index.md +++ b/content/_index.md @@ -15,7 +15,7 @@ Pycom ecosystem makes IoT development easy -## [Connecting to Pybytes IoT platform](pybytes/introduction) +## [Connecting to Pybytes IoT platform](/pybytes/) Connect your device to [Pybytes](https://pybytes.pycom.io/?utm_source=docs&utm_medium=web&utm_campaign=getting-started-bottom) with Wi-Fi, LoRa or Sigfox. Send data from your device just with one line command. Update your firmware over the air and integrate with third-party services like AWS. @@ -24,18 +24,10 @@ Connect your device to your own IoT platform with one of the advertised wireless This usually requires some registration. This step will detail how to get registered and connected to various wireless networks. # Quick navigation -* [Products](products) -* [Pymakr](pymakr/installation) -* [Tutorials](tutorials/introduction) -* [API Documentation](firmwareapi/introduction) -* [Product Info](datasheets/introduction) -* [Pybytes](pybytes/introduction) +* [Products](/products/) +* [Pymakr](/gettingstarted/software/) +* [Tutorials](/tutorials/) +* [API Documentation](/firmwareapi/) +* [Product Info](datasheets/) +* [Pybytes](/pybytes/) - - - - - - Next - - diff --git a/content/datasheets/_index.md b/content/datasheets/_index.md index 1c029f2..90f55df 100644 --- a/content/datasheets/_index.md +++ b/content/datasheets/_index.md @@ -12,29 +12,29 @@ The follow pages contain all information relating to each product, for example: ## Development Modules -- [Wipy 2.0](/datasheets/development/wipy2.md) -- [Wipy 3.0](/datasheets/development/wipy3.md) -- [Lopy](/datasheets/development/lopy.md) -- [Lopy 4](/datasheets/development/lopy4.md) -- [Gpy](/datasheets/development/gpy.md) -- [Sipy](/datasheets/development/sipy.md) +- [Wipy 2.0](/datasheets/development/wipy2/) +- [Wipy 3.0](/datasheets/development/wipy3/) +- [Lopy](/datasheets/development/lopy/) +- [Lopy 4](/datasheets/development/lopy4/) +- [Gpy](/datasheets/development/gpy/) +- [Sipy](/datasheets/development/sipy/) ## OEM modules -- [W01](/datasheets/oem/w01.md) -- [L01](/datasheets/oem/l01.md) -- [L04](/datasheets/oem/l04.md) -- [Baseboard](datasheets/oem/universal_reference.md) -- [Deepsleep](datasheets/oem/deepsleep.md) +- [W01](/datasheets/oem/w01/) +- [L01](/datasheets/oem/l01/) +- [L04](/datasheets/oem/l04/) +- [Baseboard](datasheets/oem/universal_reference/) +- [Deepsleep](datasheets/oem/deepsleep/) ## Expansion boards -- [Pygate](/datasheets/expansionboards/pygate.md) -- [Pysense](/datasheets/expansionboards/pysense.md) -- [Pysense 2.0 X](/datasheets/expansionboards/pysense.md) -- [Pytrack](/datasheets/expansionboards/pytrack.md) -- [Pysense 2.0 X](/datasheets/expansionboards/pysense.md) -- [Pyscan](/datasheets/expansionboards/pyscan.md) -- [Expansion 2](/datasheets/expansionboards/expansion2.md) -- [Expansion 3](/datasheets/expansionboards/expansion3.md) +- [Pygate](/datasheets/expansionboards/pygate/) +- [Pysense](/datasheets/expansionboards/pysense/) +- [Pysense 2.0 X](/datasheets/expansionboards/pysense/) +- [Pytrack](/datasheets/expansionboards/pytrack/) +- [Pysense 2.0 X](/datasheets/expansionboards/pysense/) +- [Pyscan](/datasheets/expansionboards/pyscan/) +- [Expansion 2](/datasheets/expansionboards/expansion2/) +- [Expansion 3](/datasheets/expansionboards/expansion3/) diff --git a/content/datasheets/oem/_index.md b/content/datasheets/oem/_index.md index 8fa3496..6d6536f 100644 --- a/content/datasheets/oem/_index.md +++ b/content/datasheets/oem/_index.md @@ -8,6 +8,7 @@ aliases: This section contains all of the datasheets for the Pycom OEM Devices. This includes the W01, L01, L04, and G01. - [W01](/datasheets/oem/w01/) +- [G01](/datasheets/oem/g01/) - [L01](/datasheets/oem/l01/) - [L01](/datasheets/oem/l01_reference/) - [L04](/datasheets/oem/l04/) diff --git a/content/tutorials/networkprotocols/_index.md b/content/tutorials/networkprotocols/_index.md index 78da8e4..8f71cb9 100644 --- a/content/tutorials/networkprotocols/_index.md +++ b/content/tutorials/networkprotocols/_index.md @@ -17,4 +17,4 @@ Using our devices, several different network protocols can be used. We have grou **Cloud** -* [AWS](../networkprotecols/aws/) \ No newline at end of file +* [AWS](../networkprotocols/aws/) \ No newline at end of file diff --git a/content/tutorials/networks/lte/_index.md b/content/tutorials/networks/lte/_index.md index 247a13f..f5d27b4 100644 --- a/content/tutorials/networks/lte/_index.md +++ b/content/tutorials/networks/lte/_index.md @@ -51,7 +51,7 @@ The last line of the script should return a tuple containing the IP address of t # LTE Troubleshooting guide -Below, we review the responses from `print(lte.send_at_cmd('AT!="fsm"'))`. If you are having trouble attaching to the network, or getting a connection up and running, this might give some direction into what you are looking for. We are mainly looking at the status of the top two indicators for now. +Below, we review the responses from `print(lte.send_at_cmd('AT!="fsm"'))`. If you are having trouble attaching to the network, or getting a connection up and running, this might give some direction into what is wrong. We are mainly looking at the status of the top two indicators for now. * Before calling `lte.attach()`, the status will be `STOPPED`. ``` SYSTEM FSM @@ -169,7 +169,7 @@ Below, we review the responses from `print(lte.send_at_cmd('AT!="fsm"'))`. If yo | HP CAT FSM |IDLE | +--------------------------+--------------------+ ``` -* Connected +* Connected, note that `EMM MAIN FSM` has state `REGISTERED`. After a while, the `RRC TOP FSM` will have state `CAMPED`. ``` SYSTEM FSM ==========