Skip to content

Commit 9c00ada

Browse files
author
Manuel Boillod
committed
Update doc
1 parent e433a6b commit 9c00ada

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This repository gather resources about the Restlet Framework:
22

33
* [Source code of the Restlet Framework Web API reference implementation] (https://github.com/restlet/restlet-tutorial/tree/master/modules/org.restlet.tutorial.webapi)
4-
* [Documentation of Restlet Framework Web API Reference Implementation] (https://github.com/restlet/restlet-tutorial/wiki/Restlet-Framework-Web-API-Reference-Implementation)
4+
* [Documentation of Restlet Framework Web API Reference Implementation] (https://github.com/restlet/restlet-tutorial/tree/master/modules/org.restlet.tutorial.webapi/README.md)
55

66

modules/org.restlet.tutorial.webapi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ It uses HTTP Basic authentication.
4848
4949
## Database access
5050

51-
To visualize the database, open the H2 console in you browser (http://localhost:8082) and connect to the database with the JDBC URL `jdbc:h2:mem:restletWebApi;IFEXISTS=TRUE`.
51+
To visualize the database, open the H2 console in you browser (`http://localhost:8082`) and connect to the database with the JDBC URL `jdbc:h2:mem:restletWebApi;IFEXISTS=TRUE`.
5252

5353
## Description
5454

0 commit comments

Comments
 (0)