From 9ed7a6f09a933d0f9f2ecbfe1feae28c9e95f299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Galland?= Date: Thu, 11 May 2017 23:13:55 +0200 Subject: [PATCH] [docs] Fixing the download links for tutorials. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #669 Signed-off-by: Stéphane Galland --- .../src/main/documentation/tutorials/HolonicAuction.md | 5 ++--- .../src/main/documentation/tutorials/PingPong.md | 4 ++-- .../src/main/documentation/tutorials/PingPongSpace.md | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/io.sarl.docs.markdown/src/main/documentation/tutorials/HolonicAuction.md b/docs/io.sarl.docs.markdown/src/main/documentation/tutorials/HolonicAuction.md index b10374b635..8c93464339 100644 --- a/docs/io.sarl.docs.markdown/src/main/documentation/tutorials/HolonicAuction.md +++ b/docs/io.sarl.docs.markdown/src/main/documentation/tutorials/HolonicAuction.md @@ -9,9 +9,8 @@ The architecture presented in this tutorial may be used for designing a system i taken after arbitration among components.
-Download the Binary JAR file +See the code
- According to the vocabulary used in the SARL project, all the agents are holons. In the rest of this tutorial, the terms "agent" and "holon" are synonymous. @@ -27,7 +26,7 @@ The elements that are explained in this tutorial are: readers, the [Agent Reference](../reference/Agent.md) may be read. The source code related to this tutorial may be found in the -[SARL demos](https://github.com/sarl/sarl-demos/tree/master/src/main/sarl/io/sarl/docs/tutorials/holonicauction). +[Github of the SARL demos]([:githublnk!]). ## Principle of the English Auction diff --git a/docs/io.sarl.docs.markdown/src/main/documentation/tutorials/PingPong.md b/docs/io.sarl.docs.markdown/src/main/documentation/tutorials/PingPong.md index 9a188cceb7..158955591c 100644 --- a/docs/io.sarl.docs.markdown/src/main/documentation/tutorials/PingPong.md +++ b/docs/io.sarl.docs.markdown/src/main/documentation/tutorials/PingPong.md @@ -8,7 +8,7 @@ Before reading this document, it is recommended reading the [General Syntax Reference](../reference/GeneralSyntax.md).
-Download the Binary JAR file +See the code
The elements that are explained in this tutorial are: @@ -19,7 +19,7 @@ The elements that are explained in this tutorial are: * the definition of a _proactive_ behavior: waiting for partners. The source code related to this tutorial may be found -in the [SARL demos](https://github.com/sarl/sarl-demos/tree/master/src/main/sarl/io/sarl/docs/tutorials/pingpong). +in the [GitHub of the SARL demos]([:githublnk!]). ## Principle of the Application diff --git a/docs/io.sarl.docs.markdown/src/main/documentation/tutorials/PingPongSpace.md b/docs/io.sarl.docs.markdown/src/main/documentation/tutorials/PingPongSpace.md index 83dfe17e0e..ad1a3a6c7f 100644 --- a/docs/io.sarl.docs.markdown/src/main/documentation/tutorials/PingPongSpace.md +++ b/docs/io.sarl.docs.markdown/src/main/documentation/tutorials/PingPongSpace.md @@ -8,7 +8,7 @@ Before reading this document, it is recommended reading the [General Syntax Reference](../reference/GeneralSyntax.md).
-Download the Binary JAR file +See the code
The elements that are explained in this tutorial are: @@ -20,7 +20,7 @@ The elements that are explained in this tutorial are: * the definition of a _proactive_ behavior: waiting for partners. The source code related to this tutorial may be found in the -[SARL demos](https://github.com/sarl/sarl-demos/tree/master/src/main/sarl/io/sarl/docs/tutorials/pingpongspace). +[GitHub of the SARL demos]([:githublnk!]). ## Principle of the Application