Skip to content

Commit

Permalink
[docs] Fixing the download links for tutorials.
Browse files Browse the repository at this point in the history
close #669

Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed May 11, 2017
1 parent 5881e4a commit 9ed7a6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
Expand Up @@ -9,9 +9,8 @@ The architecture presented in this tutorial may be used for designing a system i
taken after arbitration among components.

<div class="bt-download">
<a href="[:sarl.maven.repository.url!]/last-demos-release.jar"><img alt="Download the Binary JAR file" src="[:sarlUrl!]/images/download-icon.png"/></a>
<a href="[:githublnk](https://github.com/sarl/sarl/tree/master/contribs/io.sarl.examples/io.sarl.examples.plugin/projects/io-sarl-demos-holonicauction)"><img alt="See the code" src="[:sarlUrl!]/images/download-icon.png"/></a>
</div>

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.

Expand All @@ -27,7 +26,7 @@ The elements that are explained in this tutorial are:
readers, the [Agent Reference](../reference/Agent.md) may be read.</note>

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
Expand Down
Expand Up @@ -8,7 +8,7 @@ Before reading this document, it is recommended reading
the [General Syntax Reference](../reference/GeneralSyntax.md).

<div class="bt-download">
<a href="[:sarl.maven.repository.url!]/last-demos-release.jar"><img alt="Download the Binary JAR file" src="[:sarlUrl!]/images/download-icon.png"/></a>
<a href="[:githublnk](https://github.com/sarl/sarl/tree/master/contribs/io.sarl.examples/io.sarl.examples.plugin/projects/io-sarl-demos-pingpong)"><img alt="See the code" src="[:sarlUrl!]/images/download-icon.png"/></a>
</div>
The elements that are explained in this tutorial are:

Expand All @@ -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
Expand Down
Expand Up @@ -8,7 +8,7 @@ Before reading this document, it is recommended reading the
[General Syntax Reference](../reference/GeneralSyntax.md).

<div class="bt-download">
<a href="[:sarl.maven.repository.url!]/last-demos-release.jar"><img alt="Download the Binary JAR file" src="[:sarlUrl!]/images/download-icon.png"/></a>
<a href="[:githublnk](https://github.com/sarl/sarl/tree/master/contribs/io.sarl.examples/io.sarl.examples.plugin/projects/io-sarl-demos-pingpongspace)"><img alt="See the code" src="[:sarlUrl!]/images/download-icon.png"/></a>
</div>
The elements that are explained in this tutorial are:

Expand All @@ -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
Expand Down

0 comments on commit 9ed7a6f

Please sign in to comment.