docs: change links in README and remove old ReadTheDocs pages to point to TinyGo.org site

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans
2019-01-04 15:54:40 +01:00
committed by Ayke van Laethem
parent 8d1284cfe7
commit b4dd2dbf60
13 changed files with 22 additions and 1016 deletions
+5 -5
View File
@@ -1,6 +1,5 @@
# TinyGo - Go compiler for microcontrollers
[![Documentation Status](https://readthedocs.org/projects/tinygo/badge/?version=latest)](https://tinygo.readthedocs.io/)
[![Build Status](https://travis-ci.com/aykevl/tinygo.svg?branch=master)](https://travis-ci.com/aykevl/tinygo)
> We never expected Go to be an embedded language and so it's got serious
@@ -69,7 +68,7 @@ Not yet supported:
## Installation
See the [installation instructions](https://tinygo.readthedocs.io/en/latest/installation.html).
See the [getting started instructions](https://tinygo.org/getting-started/).
### Running with Docker
@@ -92,7 +91,7 @@ The following architectures/systems are currently supported:
* WebAssembly
For more information, see [this list of targets and
boards](https://tinygo.readthedocs.io/en/latest/targets.html). Pull requests for
boards](https://tinygo.org/targets/). Pull requests for
broader support are welcome!
## Analysis and optimizations
@@ -139,8 +138,9 @@ Non-goals:
## Documentation
Documentation is currently maintained on a [dedicated ReadTheDocs
page](https://tinygo.readthedocs.io/en/latest/).
Documentation is currently maintained on a dedicated web site located at [https://tinygo.org/](https://tinygo.org/).
You can find the web site code at [https://github.com/tinygo-org/tinygo-site](https://github.com/tinygo-org/tinygo-site).
## Getting help