Skip to content

Commit f9077af

Browse files
committed
Fixed tutorial links.
1 parent 1fba3b4 commit f9077af

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,13 @@ Project Status
4949
**THIS LIBRARY IS STILL IN A PRELIMINARY STATE, AND ITS API IS SUBJECT TO
5050
CHANGE WITHOUT WARNING.**
5151

52-
Documentation
52+
Installation
5353
-------------
5454
- [Using as a Header-Only Library](./doc/usingheaderonly.md)
5555
- [Building Library, Unit Tests, and Examples](./doc/building.md)
56+
57+
Documentation
58+
-------------
5659
- [Tutorial](./doc/tutorial.md)
5760
- [Reference Documentation](http://ecorm.github.io/cppwamp/doc/index.html)
5861

doc/tutorial.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Tutorial
99

1010
This tutorial is divided into several parts:
1111

12-
1. [Variants](variant) – A `Variant` mimics a dynamic Javascript variable.
13-
2. [Args](args) – An `Args` object bundles variants into positional and/or keyword arguments.
14-
3. [Connectors](connectors) – A `Connector` is used for establishing client transport endpoints.
15-
4. [Session Management using Coroutines](sessions) – How to establish a WAMP session using the coroutine-based client API.
16-
5. [Error Handling with Couroutines](errors) – How to handle runtime errors when using the coroutine-based client API.
17-
6. [Remote Procedure Calls](rpc) – How to register and invoke remote procedure calls.
18-
7. [Publish/Subscribe](pubsub) – How to publish and subscribe to event topics.
19-
8. [Asynchronous Client API](async) – How to use the asynchronous client API.
12+
1. [Variants](./variant.md) – A `Variant` mimics a dynamic Javascript variable.
13+
2. [Args](./args.md) – An `Args` object bundles variants into positional and/or keyword arguments.
14+
3. [Connectors](./connectors.md) – A `Connector` is used for establishing client transport endpoints.
15+
4. [Session Management using Coroutines](./sessions.md) – How to establish a WAMP session using the coroutine-based client API.
16+
5. [Error Handling with Couroutines](./errors.md) – How to handle runtime errors when using the coroutine-based client API.
17+
6. [Remote Procedure Calls](./rpc.md) – How to register and invoke remote procedure calls.
18+
7. [Publish/Subscribe](./pubsub.md) – How to publish and subscribe to event topics.
19+
8. [Asynchronous Client API](./async.md) – How to use the asynchronous client API.

0 commit comments

Comments
 (0)