diff --git a/README.md b/README.md index 3aa63c5..2de0b60 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Welcome to the Pycom documentation site. The documentation is split into 5 secti To get started, read through the Getting Started Guide then feel free to jump straight into the tutorials and examples in Tutorials & Examples to begin building your projects. * [Products](about/products.md) -* [Getting Started](getting-started/gettingstarted.md) +* [Getting Started](getting-started/introduction.md) * [Tutorials](tutorials-and-examples/tutorials.md) * [Product Info](product-info/datasheets.md) * [API Documentation](firmware-and-api-reference/firmwareapi.md) diff --git a/SUMMARY.md b/SUMMARY.md index eff80ef..1dcb6c3 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -8,7 +8,7 @@ ## 1. Getting Started -* [1.0 Introduction](getting-started/gettingstarted.md) +* [1.0 Introduction](getting-started/introduction.md) * [1.1 Hardware Setup](getting-started/hardwaresetup/README.md) * [1.1.1 LoPy](getting-started/hardwaresetup/lopy.md) * [1.1.2 LoPy4](getting-started/hardwaresetup/lopy4.md) diff --git a/getting-started/gettingstarted.md b/getting-started/introduction.md similarity index 100% rename from getting-started/gettingstarted.md rename to getting-started/introduction.md diff --git a/getting-started/programming/repl/serial.md b/getting-started/programming/repl/serial.md index 4dc4211..b879cce 100644 --- a/getting-started/programming/repl/serial.md +++ b/getting-started/programming/repl/serial.md @@ -1,6 +1,6 @@ # 1.3.4.1 Serial USB \(UART\) -To use the REPL, a Pycom device must be connected to the host computer with a USB connection either to an Expansion Board or to serial converter \(a diagram of how to do this can be found the the [getting started](../../gettingstarted.md) page for your module\). +To use the REPL, a Pycom device must be connected to the host computer with a USB connection either to an Expansion Board or to serial converter \(a diagram of how to do this can be found the the [getting started](../../introduction.md) page for your module\). In order to connect to the REPL over USB serial, there are multiple methods. Detailed below are the explanations of how to do it in MacOS, Linux and Windows.