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
+2 -3
View File
@@ -5,9 +5,8 @@ import (
"golang.org/x/tools/go/ssa"
)
// For a description of the calling convention in prose, see docs/internals.rst
// or the online version of this document:
// https://tinygo.readthedocs.io/en/latest/internals.html#calling-convention
// For a description of the calling convention in prose, see:
// https://tinygo.org/compiler-internals/calling-convention/
// The maximum number of arguments that can be expanded from a single struct. If
// a struct contains more fields, it is passed as a struct without expanding.