Skip to content

Commit 697e561

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

9 files changed

Lines changed: 11 additions & 19 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ resource that says "hello, world" and run it.
2828

2929
We assume that you have a development environment set up and
3030
operational, and that you already have installed the Java 1.5 (or
31-
higher). In case you haven't downloaded the Restlet Framework yet,
32-
select one of the available distributions of the [Restlet Framework
33-
{{% param version %}}](/downloads/current).
31+
higher).
3432

3533
## The "hello, world" application
3634

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ resource that says "hello, world" and run it.
2929

3030
We assume that you have a development environment set up and
3131
operational, and that you already have installed the Java 1.5 (or
32-
higher). In case you haven't downloaded the Restlet Framework yet,
33-
select one of the available distributions of the [Restlet Framework
34-
{{% param version %}}](/downloads/current). Make sure you
35-
add org.restlet.jar in your Build path.
32+
higher).
3633

3734
## The "hello, world" application
3835

content/documentation/user-guide/2.4/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.4/introduction/setup/download/).
1919

2020
# Restlet integration with ECF
2121

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ Note that this implementation is not final yet.
1111

1212
# Description
1313

14-
To run this example, you need the Restlet libraries. Download a {{% param version %}}
15-
version from
16-
[restlet.com/downloads/](/downloads/current).
14+
To run this example, you need the Restlet libraries. Follow the
15+
[Maven setup guide](/documentation/user-guide/2.4/introduction/setup/maven/).
1716
(For a general Restlet example take a look at [the first steps
1817
examples](/documentation/user-guide/{{% param version %}}/introduction/first-steps/overview "First steps")).
1918

content/documentation/user-guide/2.4/extensions/raml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ In this scenario, we will add RAML support to a Restlet based API.
1616
## Dependencies
1717

1818
Add org.restlet.ext.raml.jar (provided in the "lib" directory of
19-
[restlet framework](/downloads/current#release=testing&edition=jse&distribution=zip
19+
[restlet framework](/documentation/user-guide/2.4/introduction/setup/download/
2020
"download restlet framework")) to your classpath.
2121

22-
Make sure you are using the version {{% param version %}} of Restlet and java 1.7.
22+
Make sure you are using the version {{% param version %}} of Restlet and java 1.7 or higher.
2323

2424
## Configuration
2525

content/documentation/user-guide/2.4/extensions/swagger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can download [this code](https://download.restlet.talend.com/technical-resou
2222
## Dependencies
2323

2424
Add org.restlet.ext.swagger.jar (provided in the "lib" directory of
25-
[restlet framework](/downloads/current#release=testing&edition=jse&distribution=zip
25+
[restlet framework](/documentation/user-guide/2.4/introduction/setup/download/
2626
"download restlet framework")) to your classpath.
2727

2828
Make sure you are using the version {{% param version %}} of Restlet and java 1.7.

content/documentation/user-guide/2.4/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.4/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.5/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.5/introduction/setup/download/).
1212

1313
# Simple example
1414

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ a "403 Forbidden" error otherwise.
2929

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
32-
and run it. Don't forget to add the JSE edition org.restlet.jar
33-
([download here](/downloads/current#release=stable&edition=jse))
34-
in your build path.
32+
and run it.
3533

3634
Main class for role authorization example:
3735

0 commit comments

Comments
 (0)