Skip to content

Commit 6fa328a

Browse files
authored
Update readme.md
1 parent e0d0eeb commit 6fa328a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Launched in 2005, Restlet Framework is the first open source project that embrac
88

99
Since its inception, its Java API has closely matched the concepts and terminology of the REST architecture style as well as the HTTP protocol. It includes powerful and dynamic routing and security features, as well as fully unified way to develop both web clients, web servers or both at the same time. Its power and maturity gives you an alternative to developing with the Servlet API or with the JAX-RS API.
1010

11-
While Restlet applications can still be deployed in Servlet containers, they can also run directly in JVMs with minimal dependencies, resulting in a small footprint suitable for microservices. Restlet Framework is available in a Java edition compatible with Java SE/EE, GAE, OSGi and Android environments, as well as in a separate GWT edition. It offers several extensions for common use cases and can be easily extended if needed.
11+
Restlet applications run directly in JVMs with minimal dependencies, resulting in a small footprint suitable for microservices running in a service mesh. It offers several extensions for common use cases and can be easily extended if needed.
1212

1313
![](https://avatars.githubusercontent.com/u/374452?s=400&u=191f2eada671b2a07f61782cf638bdda0ccb6d3f&v=4)
1414

@@ -18,8 +18,8 @@ To learn more about Restlet Framework, please have a look at the following resou
1818

1919
* [Download](https://restlet.talend.com/downloads/current/)
2020
* [Tutorials](https://restlet.talend.com/documentation/tutorials/2.7/)
21-
* [User Guide](https://restlet.talend.com/documentation/user-guide/2.7/)
22-
* [JavaDocs](https://restlet.talend.com/documentation/javadocs/2.7/)
21+
* [User Guide](https://restlet.talend.com/documentation/user-guide/2.7/introduction/overview/)
22+
* [JavaDocs](https://javadoc.io/doc/org.restlet/org.restlet/latest/index.html)
2323
* [Change Log](https://restlet.talend.com/documentation/2.7/changelog)
2424
* [Issues](https://github.com/restlet/restlet-framework-java/issues)
2525
* [Discussions](https://github.com/restlet/restlet-framework-java/discussions)

0 commit comments

Comments
 (0)