diff options
| author | Stolas <robin@codeinject.org> | 2022-04-29 19:44:30 +0200 |
|---|---|---|
| committer | Jordan <github@psifertex.com> | 2022-04-29 13:50:23 -0400 |
| commit | 617934323edd3dbeb249abbbb85cc85ec3342732 (patch) | |
| tree | a8e77945a9ad931095ea2ee23c11ab88a2412d26 /docs | |
| parent | dc8a1ed20fb0a0a7341f940a4c224e2002928f4e (diff) | |
While reading the docs my brain had a compiler error due to the missing ).
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/dev/api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/api.md b/docs/dev/api.md index 1009bb82..0f2d0e8c 100644 --- a/docs/dev/api.md +++ b/docs/dev/api.md @@ -15,7 +15,7 @@ The Core API is designed to only be used as a shim from other languages and is n The C++ API is what the Binary Ninja UI itself is built using so it's a robust and fully feature-complete interface to the core, however, it does not have the same level of detail in the documentation. - - [C++ Header](https://github.com/Vector35/binaryninja-api/blob/dev/binaryninjaapi.h) (along with the rest of the [repository](https://github.com/Vector35/binaryninja-api) + - [C++ Header](https://github.com/Vector35/binaryninja-api/blob/dev/binaryninjaapi.h) (along with the rest of the [repository](https://github.com/Vector35/binaryninja-api)) - [Build Instructions](https://github.com/Vector35/binaryninja-api#building) - [C++ / UI API Documentation](https://api.binary.ninja/cpp/) |
