diff --git a/README.md b/README.md index ae310d173..7bd43a336 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ which aims to provide many conveniences over raw assembly code (even when using It is mainly targeted at the Commodore-64 machine at this time. +Documentation is online at https://prog8.readthedocs.io/ + + Required tools: --------------- diff --git a/docs/source/index.rst b/docs/source/index.rst index d2b62c0ee..ec47eeef4 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -20,10 +20,11 @@ while still being low level enough to create high performance programs. Prog8 is copyright © Irmen de Jong (irmen@razorvine.net | http://www.razorvine.net). +The project is on github: https://github.com/irmen/prog8.git + This software is licensed under the GNU GPL 3.0, see https://www.gnu.org/licenses/gpl.html - Code example ------------