Skip to content

Commit

Permalink
Merge pull request #163 from kingosticks/patch-1
Browse files Browse the repository at this point in the history
Fix Ipc.cpp hyperlink
  • Loading branch information
Tom94 authored Jan 4, 2022
2 parents da87479 + aafe8af commit c800c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ If using these implementations is not an option, it's easy to write your own one
```
where integers are encoded in little endian.

There are helper functions in [Ipc.cpp](src/ipc.cpp) (`IpcPacket::set*`) that show exactly how each packet has to be assembled. These functions do not rely on external dependencies, so it is recommended to copy and paste them into your project for interfacing with __tev__.
There are helper functions in [Ipc.cpp](src/Ipc.cpp) (`IpcPacket::set*`) that show exactly how each packet has to be assembled. These functions do not rely on external dependencies, so it is recommended to copy and paste them into your project for interfacing with __tev__.


## Obtaining tev
Expand Down

0 comments on commit c800c69

Please sign in to comment.