Skip to content

Commit b46c45d

Browse files
author
Thierry Boileau
committed
fix links
1 parent d09455a commit b46c45d

22 files changed

Lines changed: 26 additions & 36 deletions

File tree

content/documentation/user-guide/2.2/core/security/authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ a "403 Forbidden" error otherwise.
3030
This code is self-sufficient so you just need to copy-paste it in a
3131
MyApiWithRoleAuthorization class, create the resources as shown below
3232
and run it. Don't forget to add the JSE edition org.restlet.jar
33-
([download here](/downloads/current#release=stable&edition=jse))
33+
([download here](/documentation/user-guide/2.2/introduction/setup/download/))
3434
in your build path.
3535

3636
Main class for role authorization example:

content/documentation/user-guide/2.2/editions/gae.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Modules availables:
2828

2929
Create a new GAE project with the Eclipse plugin provided, add the
3030
"org.restlet.jar" and the "org.restlet.ext.servlet.jar" files from the
31-
[latest Restlet snapshots](/downloads/current?distribution=zip&release=unstable&edition=gae)(make
31+
[latest Restlet snapshots](/documentation/user-guide/2.2/introduction/setup/download/)(make
3232
sure you download the edition for GAE) to your "/war/WEB-INF/lib/"
3333
directory and to your project build path.
3434

content/documentation/user-guide/2.2/editions/jee/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ We assume that you have a development environment set up and
3030
operational, and that you already have installed the Java 1.5 (or
3131
higher). In case you haven't downloaded the Restlet Framework yet,
3232
select one of the available distributions of the [Restlet Framework
33-
{{% param version %}}](/downloads/current).
33+
{{% param version %}}](/documentation/user-guide/2.2/introduction/setup/download/).
3434

3535
## <a name="the-hello-world-application"></a>The "hello, world" application
3636

content/documentation/user-guide/2.2/editions/jse/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ We assume that you have a development environment set up and
3131
operational, and that you already have installed the Java 1.5 (or
3232
higher). In case you haven't downloaded the Restlet Framework yet,
3333
select one of the available distributions of the [Restlet Framework
34-
{{% param version %}}](/downloads/current). Make sure you
34+
{{% param version %}}](/documentation/user-guide/2.2/introduction/setup/download/). Make sure you
3535
add org.restlet.jar in your Build path.
3636

3737
## <a name="the-hello-world-application"></a>The "hello, world" application

content/documentation/user-guide/2.2/editions/osgi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In addition, we provide a new distribution channel specific to this OSGi edition
1515

1616
Note that this is only recommended if you intended to develop OSGi applications leveraging Restlet Framework, not applications for other target environments such as Java EE or GAE. In the later cases, you should either manually copy the JAR files in your Eclipse project or rely on our Maven repository using a tool such as m2eclipse.
1717

18-
In order to use the Eclipse update site, please refer to instructions for the "Eclipse" distribution on [the download page](/downloads/current).
18+
In order to use the Eclipse update site, please refer to instructions for the "Eclipse" distribution on [the download page](/documentation/user-guide/2.2/introduction/setup/download/).
1919

2020
# Restlet integration with ECF
2121

content/documentation/user-guide/2.2/extensions/jaxrs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Note that this implementation is not final yet.
1313

1414
To run this example, you need the Restlet libraries. Download a {{% param version %}}
1515
version from
16-
[restlet.com/download/](/downloads/current).
16+
[restlet.com/download/](/documentation/user-guide/2.2/introduction/setup/download/).
1717
(For a general Restlet example take a look at [the first steps
1818
examples](/documentation/user-guide/{{% param version %}}/introduction/first-steps/overview "First steps")).
1919

content/documentation/user-guide/2.2/introduction/complete-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ between a server application and several kind of clients.
2626

2727
It is based on the following editions of the Restlet Framework : Java SE
2828
(JSE), Google App Engine (GAE), Google Web Toolkit (GWT) and Android
29-
which must be downloaded separately from [this page](/downloads/current).
29+
which must be downloaded separately from [this page](/documentation/user-guide/2.2/introduction/setup/download/).
3030
It has been tested with the following environments:
3131

3232
- Restlet Framework 2.2 RC 4

content/documentation/user-guide/2.3/appendices/osgi-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This page will explain you how to run your Restlet application in an
88
OSGi environment such as Eclipse Equinox or Apache Felix.
99

1010
Since Restlet 2.1 RC2, a new edition of Restlet Framework for OSGi
11-
environements is available as well as an [Eclipse update site](/downloads/current?distribution=p2&release=stable&edition=osgi).
11+
environements is available as well as an [Eclipse update site](/documentation/user-guide/2.3/introduction/setup/download/).
1212

1313
# Simple example
1414

content/documentation/user-guide/2.3/core/security/authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ a "403 Forbidden" error otherwise.
3030
This code is self-sufficient so you just need to copy-paste it in a
3131
MyApiWithRoleAuthorization class, create the resources as shown below
3232
and run it. Don't forget to add the JSE edition org.restlet.jar
33-
([download here](/downloads/current#release=stable&edition=jse))
33+
([download here](/documentation/user-guide/2.3/introduction/setup/download/))
3434
in your build path.
3535

3636
Main class for role authorization example:

content/documentation/user-guide/2.3/editions/jee/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ We assume that you have a development environment set up and
3030
operational, and that you already have installed the Java 1.5 (or
3131
higher). In case you haven't downloaded the Restlet Framework yet,
3232
select one of the available distributions of the [Restlet Framework
33-
{{% param version %}}](/downloads/current).
33+
{{% param version %}}](/documentation/user-guide/2.3/introduction/setup/download/).
3434

3535
## The "hello, world" application
3636

0 commit comments

Comments
 (0)