8000 Merge pull request #49 from Sumanth-Ineni/patch-1 · falcon677/rabbitmq-tutorials@2afb142 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2afb142

Browse files
Merge pull request rabbitmq#49 from Sumanth-Ineni/patch-1
Update README.md
2 parents d4eee99 + 761d798 commit 2afb142

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dotnet/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You need Mono and RabbitMQ dotnet client.
3636

3737
## Code
3838

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)
4040

4141
##### Windows
4242

@@ -55,7 +55,7 @@ You need Mono and RabbitMQ dotnet client.
5555
MONO_PATH=lib/bin mono Receive.exe
5656

5757

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)
5959

6060

6161
##### Windows
@@ -74,7 +74,7 @@ You need Mono and RabbitMQ dotnet client.
7474
MONO_PATH=lib/bin mono NewTask.exe
7575
MONO_PATH=lib/bin mono Worker.exe
7676

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)
7878

7979
##### Windows
8080

@@ -92,7 +92,7 @@ You need Mono and RabbitMQ dotnet client.
9292
MONO_PATH=lib/bin mono ReceiveLogs.exe
9393
MONO_PATH=lib/bin mono EmitLog.exe
9494

95-
#### [Tutorial four: Routing](http://www.rabbitmq.com/tutorial-four-java.html)
95+
#### [Tutorial four: Routing](http://www.rabbitmq.com/tutorial-four-dotnet.html)
9696

9797
##### Windows
9898

@@ -110,7 +110,7 @@ You need Mono and RabbitMQ dotnet client.
110110
MONO_PATH=lib/bin mono ReceiveLogsDirect.exe
111111
MONO_PATH=lib/bin mono EmitLogDirect.exe
112112

113-
#### [Tutorial five: Topics](http://www.rabbitmq.com/tutorial-five-java.html)
113+
#### [Tutorial five: Topics](http://www.rabbitmq.com/tutorial-five-dotnet.html)
114114

115115
##### Windows
116116

@@ -128,7 +128,7 @@ You need Mono and RabbitMQ dotnet client.
128128
MONO_PATH=lib/bin mono ReceiveLogsTopic.exe
129129
MONO_PATH=lib/bin mono EmitLogTopic.exe
130130

131-
#### [Tutorial six: RPC](http://www.rabbitmq.com/tutorial-six-java.html)
131+
#### [Tutorial six: RPC](http://www.rabbitmq.com/tutorial-six-dotnet.html)
132132

133133
##### Windows
134134

0 commit comments

Comments
 (0)
0