@@ -36,7 +36,7 @@ You need Mono and RabbitMQ dotnet client.
36
36
37
37
## Code
38
38
39
- #### [ Tutorial one: "Hello World!"] ( http://www.rabbitmq.com/tutorial-one-java .html )
39
+ #### [ Tutorial one: "Hello World!"] ( http://www.rabbitmq.com/tutorial-one-dotnet .html )
40
40
41
41
##### Windows
42
42
@@ -55,7 +55,7 @@ You need Mono and RabbitMQ dotnet client.
55
55
MONO_PATH=lib/bin mono Receive.exe
56
56
57
57
58
- #### [ Tutorial two: Work Queues] ( http://www.rabbitmq.com/tutorial-two-java .html )
58
+ #### [ Tutorial two: Work Queues] ( http://www.rabbitmq.com/tutorial-two-dotnet .html )
59
59
60
60
61
61
##### Windows
@@ -74,7 +74,7 @@ You need Mono and RabbitMQ dotnet client.
74
74
MONO_PATH=lib/bin mono NewTask.exe
75
75
MONO_PATH=lib/bin mono Worker.exe
76
76
77
- #### [ Tutorial three: Publish/Subscribe] ( http://www.rabbitmq.com/tutorial-three-java .html )
77
+ #### [ Tutorial three: Publish/Subscribe] ( http://www.rabbitmq.com/tutorial-three-dotnet .html )
78
78
79
79
##### Windows
80
80
@@ -92,7 +92,7 @@ You need Mono and RabbitMQ dotnet client.
92
92
MONO_PATH=lib/bin mono ReceiveLogs.exe
93
93
MONO_PATH=lib/bin mono EmitLog.exe
94
94
95
- #### [ Tutorial four: Routing] ( http://www.rabbitmq.com/tutorial-four-java .html )
95
+ #### [ Tutorial four: Routing] ( http://www.rabbitmq.com/tutorial-four-dotnet .html )
96
96
97
97
##### Windows
98
98
@@ -110,7 +110,7 @@ You need Mono and RabbitMQ dotnet client.
110
110
MONO_PATH=lib/bin mono ReceiveLogsDirect.exe
111
111
MONO_PATH=lib/bin mono EmitLogDirect.exe
112
112
113
- #### [ Tutorial five: Topics] ( http://www.rabbitmq.com/tutorial-five-java .html )
113
+ #### [ Tutorial five: Topics] ( http://www.rabbitmq.com/tutorial-five-dotnet .html )
114
114
115
115
##### Windows
116
116
@@ -128,7 +128,7 @@ You need Mono and RabbitMQ dotnet client.
128
128
MONO_PATH=lib/bin mono ReceiveLogsTopic.exe
129
129
MONO_PATH=lib/bin mono EmitLogTopic.exe
130
130
131
- #### [ Tutorial six: RPC] ( http://www.rabbitmq.com/tutorial-six-java .html )
131
+ #### [ Tutorial six: RPC] ( http://www.rabbitmq.com/tutorial-six-dotnet .html )
132
132
133
133
##### Windows
134
134
0 commit comments