Skip to content

Commit 062cfd1

Browse files
authored
Update README.md
1 parent d25c2ec commit 062cfd1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WampSharp
44

55
A C# implementation of [WAMP (The Web Application Messaging Protocol)][WampLink]
66

7-
The implementation supports WAMPv2 and includes both Json and MsgPack support, and both Router (Broker and Dealer roles) and Client (Publisher/Subscriber and Callee/Caller) roles. See here for a list of [implemented advanced profile features](https://github.com/Code-Sharp/WampSharp-docs#advanced-profile-features).
7+
The implementation supports WAMPv2 and includes both Json and MsgPack support, and both Router (Broker and Dealer roles) and Client (Publisher/Subscriber and Callee/Caller) roles. See here for a list of [implemented advanced profile features](http://wampsharp.net/#advanced-profile-features).
88

99
The implementation also supports WAMPv1, both client and server roles.
1010

@@ -16,29 +16,29 @@ Master | Provider
1616

1717
## Documentation
1818

19-
Documentation has been moved to [its own repository](https://github.com/Code-Sharp/WampSharp-docs)!
19+
Documentation has been moved to [its own site](https://wampsharp.net)!
2020

21-
## WampSharp v1.2.5.21-beta
21+
## WampSharp v1.2.6.41-beta
2222

23-
WampSharp v1.2.5.21-beta released, see version [release notes](https://github.com/Code-Sharp/WampSharp-docs/blob/master/Release-notes/WampSharp-v1.2.5.21-beta-release-notes.md).
23+
WampSharp v1.2.6.41-beta released, see version [release notes](http://wampsharp.net/release-notes/wampsharp-v1.2.6.41-beta-release-notes/).
2424

2525
## Get Started
2626

27-
See [Get started tutorial](https://github.com/Code-Sharp/WampSharp-docs/blob/master/WAMP2/Getting-started-with-WAMPv2.md) and
28-
* [Getting started with Callee](https://github.com/Code-Sharp/WampSharp-docs/blob/master/WAMP2/Roles/Callee/Getting-Started-with-Callee.md)
29-
* [Getting started with Caller](https://github.com/Code-Sharp/WampSharp-docs/blob/master/WAMP2/Roles/Caller/Getting-Started-with-Caller.md)
30-
* [Getting started with Publisher](https://github.com/Code-Sharp/WampSharp-docs/blob/master/WAMP2/Roles/Publisher/Getting-Started-with-Publisher.md)
31-
* [Getting started with Subscriber](https://github.com/Code-Sharp/WampSharp-docs/blob/master/WAMP2/Roles/Subscriber/Getting-Started-with-Subscriber.md)
27+
See [Get started tutorial](http://wampsharp.net/wamp2/getting-started-with-wampv2/) and
28+
* [Getting started with Callee](http://wampsharp.net/wamp2/roles/callee/getting-started-with-callee/)
29+
* [Getting started with Caller](http://wampsharp.net/wamp2/roles/caller/getting-started-with-caller/)
30+
* [Getting started with Publisher](http://wampsharp.net/wamp2/roles/publisher/getting-started-with-publisher/)
31+
* [Getting started with Subscriber](http://wampsharp.net/wamp2/roles/subscriber/getting-started-with-subscriber/)
3232

33-
See [documentation](https://github.com/Code-Sharp/WampSharp-docs) for more help.
33+
See [documentation](https://wampsharp.net) for more help.
3434

3535
## WAMPv1 support
3636

37-
WAMPv1 support is still available. You can read about it at the [Documentation site](https://github.com/Code-Sharp/WampSharp-docs).
37+
WAMPv1 support is still available. You can read about it on the [Documentation site](https://wampsharp.net).
3838

3939
In order to use it, Install WampSharp.WAMP1.Default from NuGet.
4040

41-
If you're updating from a previous WampSharp version and you're not interested yet in updating your application to WAMPv2, please read the following [notes](https://github.com/Code-Sharp/WampSharp-docs/blob/master/WAMP1/Notes-for-WAMPv1-users.md).
41+
If you're updating from a previous WampSharp version and you're not interested yet in updating your application to WAMPv2, please read the following [notes](http://wampsharp.net/wamp1/notes-for-wampv1-users/).
4242

4343
## Donations
4444

0 commit comments

Comments
 (0)