Skip to content

Commit

Permalink
fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
thboileau committed Sep 25, 2024
1 parent dcafcf7 commit b0c940d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions documentation/tutorials/1.0/retrieve-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion downloads/current/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

0 comments on commit b0c940d

Please sign in to comment.