From 617934323edd3dbeb249abbbb85cc85ec3342732 Mon Sep 17 00:00:00 2001 From: Stolas Date: Fri, 29 Apr 2022 19:44:30 +0200 Subject: While reading the docs my brain had a compiler error due to the missing ). --- docs/dev/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev') 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/) -- cgit v1.3.1