From c16d1c07cae7113960d53b73a0afe24087d0dc25 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 25 Mar 2017 17:07:57 +0300 Subject: [PATCH] README: Add link to docs.micropython.org. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e747e82c2..1d664161d6 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,9 @@ Major components in this repository: - minimal/ -- a minimal MicroPython port. Start with this if you want to port MicroPython to another microcontroller. - tests/ -- test framework and test scripts. -- docs/ -- user documentation in Sphinx reStructuredText format. +- docs/ -- user documentation in Sphinx reStructuredText format. Rendered + HTML documentation is available at http://docs.micropython.org (be sure + to select needed board/port at the bottom left corner). Additional components: - bare-arm/ -- a bare minimum version of MicroPython for ARM MCUs. Used