diff --git a/documentation/tutorials/1.0/retrieve-content.md b/documentation/tutorials/1.0/retrieve-content.md index df915d95..067f6d14 100644 --- a/documentation/tutorials/1.0/retrieve-content.md +++ b/documentation/tutorials/1.0/retrieve-content.md @@ -4,14 +4,14 @@ section: tutorials version: '1.0' nav_order: 2 --- -As we mentioned in the [introduction paper](/about/introduction), the +As we mentioned in the [introduction paper](/about/introduction/), the Restlet framework is at the same time a client and a server framework. For example, NRE can easily work with remote resources using its HTTP client connector. A connector in REST is a software element that enables the communication between components, typically by implementing one side of a network protocol. NRE provides several implementations of client connectors based on existing open-source projects. The -[connectors](connectors) section lists all available client and server +[connectors](connectors/) section lists all available client and server connectors and explain how to use and configure them. Here we will get the representation of an existing resource and output diff --git a/downloads/current/index.md b/downloads/current/index.md index 4b6a2948..4297e9cc 100644 --- a/downloads/current/index.md +++ b/downloads/current/index.md @@ -40,4 +40,4 @@ Each Restlet Framework project needs at least one dependency: the Restlet core m ``` [Download Sample](/downloads/current/pom.xml) | -[More information](/documentation/user-guide/{{ site.default_doc_version }}/introduction/getting-started/maven) +[More information](/documentation/user-guide/{{ site.default_doc_version }}/introduction/getting-started/maven/)