From 1d76a77945d2f8b43284dcdf69747abcef045d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dami=C3=A1n=20Garro?= Date: Sun, 21 Apr 2019 16:30:17 -0300 Subject: [PATCH] Update website URL in examples and community docs --- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 6 +++--- examples/99bottles.ldpl | 2 +- examples/brainfuck.ldpl | 2 +- examples/disancount.ldpl | 2 +- examples/euler.ldpl | 2 +- examples/explode.ldpl | 2 +- examples/factorial.ldpl | 2 +- examples/fibonacci.ldpl | 2 +- examples/helloworld.ldpl | 2 +- examples/sqrt.ldpl | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 468bca2..d55f71a 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -9,7 +9,7 @@ to LDPL, including (but not limited to) contributors to the repository code, mantainers, bug reporters, people who code in LDPL, people who submit issues and anyone interested and/or involved with the language in any way. -![Hello there!](https://ldpl.lartu.net/images/Visitor.png) +![Hello there!](https://www.ldpl-lang.org/images/Visitor.png) ## Our Pledge diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e25bc4c..068ff63 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ Anyone can contribute to the LDPL project! As stated on the README.md file, we a ### What do I need to know to contribute to LDPL? -Please take a moment to familiarize yourself with the [Dragon Tamers Code](/CODE_OF_CONDUCT) (LDPL's code of conduct, you are expected and required to behave by this code) and the [LDPL reference](https://ldpl.lartu.net/reference/) (not really a *must* per se, but that's where all the language is documented). +Please take a moment to familiarize yourself with the [Dragon Tamers Code](/CODE_OF_CONDUCT) (LDPL's code of conduct, you are expected and required to behave by this code) and the [LDPL reference](https://www.ldpl-lang.org/reference/) (not really a *must* per se, but that's where all the language is documented). C++ knowledge is a must if you want to contribute to the compiler code, and LDPL knowledge is a must if you want to write examples or LDPL software. Drawing is not really a must if you want to submit a drawing, but you may get better results if you know how to draw. We'll love your art anyway, though. @@ -36,8 +36,8 @@ If you are submiting LDPL fanfiction, please ask yourself why am I doing this. T ### Links to external documentation, mailing lists, or a code of conduct. -- Official LDPL Website: [http://ldpl.lartu.net/](http://ldpl.lartu.net/) -- LDPL Reference: [http://ldpl.lartu.net/reference](http://ldpl.lartu.net/reference) +- Official LDPL Website: [http://www.ldpl-lang.org/](http://www.ldpl-lang.org/) +- LDPL Reference: [http://www.ldpl-lang.org/reference](http://www.ldpl-lang.org/reference) - LDPL Reddit Community: [http://reddit.com/r/ldpl](http://reddit.com/r/ldpl) - IRC Channel: #ldpl at [irc.freenode.net](http://irc.freenode.net) - [Dragon Tamers Code](/CODE_OF_CONDUCT) diff --git a/examples/99bottles.ldpl b/examples/99bottles.ldpl index a8b06de..ebc02b5 100644 --- a/examples/99bottles.ldpl +++ b/examples/99bottles.ldpl @@ -1,6 +1,6 @@ # LDPL 99 Bottles of Beer # by Martin del Rio -# http://ldpl.lartu.net/ +# http://www.ldpl-lang.org/ DATA: bottles-in-the-wall is number diff --git a/examples/brainfuck.ldpl b/examples/brainfuck.ldpl index 0347271..2d09eac 100644 --- a/examples/brainfuck.ldpl +++ b/examples/brainfuck.ldpl @@ -1,6 +1,6 @@ # Brainfuck Interpreter # by Martin del Rio -# http://ldpl.lartu.net/ +# http://www.ldpl-lang.org/ # This example can also be used to prove the Turing-Completeness of LDPL! # Usage: ldpl brainfuck.ldpl diff --git a/examples/disancount.ldpl b/examples/disancount.ldpl index da72a52..54d9ddd 100644 --- a/examples/disancount.ldpl +++ b/examples/disancount.ldpl @@ -1,6 +1,6 @@ # Disan Count # by Martin del Rio -# http://ldpl.lartu.net/ +# http://www.ldpl-lang.org/ DATA: n is number # Number to count down from diff --git a/examples/euler.ldpl b/examples/euler.ldpl index b568872..306abd3 100644 --- a/examples/euler.ldpl +++ b/examples/euler.ldpl @@ -1,6 +1,6 @@ # Prints the sum of all the multiples of 3 or 5 below 1000 # by Martin del Rio -# http://ldpl.lartu.net/ +# http://www.ldpl-lang.org/ data: result is number diff --git a/examples/explode.ldpl b/examples/explode.ldpl index 9e49d41..eda1ac4 100644 --- a/examples/explode.ldpl +++ b/examples/explode.ldpl @@ -1,6 +1,6 @@ # Explode String Splitter # by Martin del Rio -# http://ldpl.lartu.net/ +# http://www.ldpl-lang.org/ DATA: explode/words is text vector diff --git a/examples/factorial.ldpl b/examples/factorial.ldpl index 2f384ce..fe66446 100644 --- a/examples/factorial.ldpl +++ b/examples/factorial.ldpl @@ -1,6 +1,6 @@ # Factorial Calculator # by Martin del Rio -# http://ldpl.lartu.net/ +# http://www.ldpl-lang.org/ DATA: result is number diff --git a/examples/fibonacci.ldpl b/examples/fibonacci.ldpl index c531b2e..edd5989 100644 --- a/examples/fibonacci.ldpl +++ b/examples/fibonacci.ldpl @@ -1,6 +1,6 @@ # Fibonacci Sequence # by Martin del Rio -# http://ldpl.lartu.net/ +# http://www.ldpl-lang.org/ DATA: a is number diff --git a/examples/helloworld.ldpl b/examples/helloworld.ldpl index 23f19b2..af080a7 100644 --- a/examples/helloworld.ldpl +++ b/examples/helloworld.ldpl @@ -1,6 +1,6 @@ # LDPL Hello World # by Martin del Rio -# http://ldpl.lartu.net/ +# http://www.ldpl-lang.org/ PROCEDURE: display "Hello World!" crlf diff --git a/examples/sqrt.ldpl b/examples/sqrt.ldpl index fd6cd8c..8fe890d 100644 --- a/examples/sqrt.ldpl +++ b/examples/sqrt.ldpl @@ -1,6 +1,6 @@ # Square Root Calculator # by Martin del Rio -# http://ldpl.lartu.net/ +# http://www.ldpl-lang.org/ DATA: # Square-root sub-procedure