From 0076218f3941c61fc9a66d2be591dd64bd4e7107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20del=20R=C3=ADo?= <11744462+Lartu@users.noreply.github.com> Date: Sat, 2 Nov 2019 22:49:25 -0300 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd4d8d7..8485e5c 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ You can use any other editor (without syntax highlighting) if you like. If know If you want to learn how to code in LDPL, there's a little **tutorial** at https://learnxinyminutes.com/docs/ldpl/. -[The **LDPL documentation** is available here](https://ldpl.readthedocs.io). Check that to learn yourself some LDPL (*for the greater good!*). The documentation is also uploaded to the [ldpl-docs](https://github.com/lartu/ldpl-docs) GitHub repository and can be read and forked from there. +[The **LDPL documentation** is available here](https://ldpl.readthedocs.io). Check that to learn yourself some LDPL (*for the greater good!*). The documentation is also uploaded to the [docs](docs) folder of this repository and can be read and modified from there. The LDPL documentation can also be found on your system using `man ldpl` when you install LDPL by using `make install`. The man page is also available in the [man](/man) folder of this repository. From b984155a90099c05c946199bd187f7af1ff1fea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20del=20R=C3=ADo?= <11744462+Lartu@users.noreply.github.com> Date: Sat, 2 Nov 2019 22:50:09 -0300 Subject: [PATCH 2/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8485e5c..24451ef 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ - +

@@ -85,7 +85,7 @@ You can use any other editor (without syntax highlighting) if you like. If know If you want to learn how to code in LDPL, there's a little **tutorial** at https://learnxinyminutes.com/docs/ldpl/. -[The **LDPL documentation** is available here](https://ldpl.readthedocs.io). Check that to learn yourself some LDPL (*for the greater good!*). The documentation is also uploaded to the [docs](docs) folder of this repository and can be read and modified from there. +[The **LDPL documentation** is available here](https://docs.ldpl-lang.org/). Check that to learn yourself some LDPL (*for the greater good!*). The documentation is also uploaded to the [docs](docs) folder of this repository and can be read and modified from there. The LDPL documentation can also be found on your system using `man ldpl` when you install LDPL by using `make install`. The man page is also available in the [man](/man) folder of this repository. @@ -113,7 +113,7 @@ Done! For more info on the compiler run `ldpl -h`. LDPL supports extensions written in C++. Extensions are `.cpp`, `.o`, or `.a` files that can be imported into your program using the `EXTENSION` statement. For example `extension "myLibrary.cpp"`. You can also use the `-i` compiler flag, but this is not recommended for ease of distribution. -For a guide to writing and building C++ extensions, see [LDPL's official documentation](https://ldpl.readthedocs.io/cppext/). For a simple example, see the [examples/cpp-extension](./examples/cpp-extension) directory. +For a guide to writing and building C++ extensions, see [LDPL's official documentation](https://docs.ldpl-lang.org//cppext/). For a simple example, see the [examples/cpp-extension](./examples/cpp-extension) directory. ## 🏛 Libraries From e8c4ef6c4e41f03730687887071416bfe773a11b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20del=20R=C3=ADo?= <11744462+Lartu@users.noreply.github.com> Date: Sat, 2 Nov 2019 22:51:35 -0300 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24451ef..a4dda22 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ - +