Skip to content

Commit fe211f7

Browse files
committed
more github pages fixes
1 parent d512f9c commit fe211f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ sub.Publish("messages", "hello");
9191

9292
This will (virtually instantaneously) write `"hello"` to the console of the subscribed process. As before, both channel-names and messages can be binary.
9393

94-
Please also see [Pub / Sub Message Order](/PubSubOrder) for guidance on sequential versus concurrent message processing.
94+
Please also see [Pub / Sub Message Order](PubSubOrder) for guidance on sequential versus concurrent message processing.
9595

9696
Accessing individual servers
9797
---

0 commit comments

Comments
 (0)