Skip to content

Commit ac61850

Browse files
Update README.md
1 parent 85eba27 commit ac61850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Infinite Echo benchmarks are done by sending set of messages to server and getti
8383

8484
#### Note
8585
This benchmarks is only sending message envelope with raw byte payload. For serialization spesific performance please refer to:
86-
[a relative link](SerializationBenchmarks.md)
86+
[SerializationBenchmarks](SerializationBenchmarks.md)
8787

8888

8989
# Code Samples & Documentation
@@ -188,7 +188,7 @@ Declare your type:
188188
Message protocol is something I came up with to wrap all types of messages with a standard header.
189189
It is an extention of Pure Message Server/Client. Difference here is we have ```MessageEnvelope``` As a Carrier/Metadata/Header class.
190190
```MessageEnvelope``` is serialized Statically, independently of serialization protocol.
191-
As for the reason for it, please refer the document Benchmarks.md
191+
As for the reason for it, please refer the document [SerializationBenchmarks](SerializationBenchmarks.md)
192192

193193
You can define a header, key-value pairs, as metadata and information about the payload.
194194
Most importantly the Payload propery of the envelope carries the Inner message bytes.

0 commit comments

Comments
 (0)