summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2024-03-15 15:51:51 -0400
committerJordan Wiens <jordan@psifertex.com>2024-03-15 15:51:51 -0400
commitb20cda6edfe7a19c29ae2b622527aa7d521db91c (patch)
tree84f9cde9a077a28158209d337efdc23d6f4a635c
parent7ba5163f45803debbbc496d2981343a5ffa8a172 (diff)
update links in API docs and small change in type library docs
-rw-r--r--api-docs/source/conf.py6
-rw-r--r--docs/dev/annotation.md2
2 files changed, 4 insertions, 4 deletions
diff --git a/api-docs/source/conf.py b/api-docs/source/conf.py
index 092710d5..09db6c31 100644
--- a/api-docs/source/conf.py
+++ b/api-docs/source/conf.py
@@ -104,11 +104,11 @@ into the modules shown in the left side-bar.
These pages are intended as an API Reference. For a deeper explanation of how
different parts of Binary Ninja work, explanations of concepts, or if you're
-new to Binary Ninja, you'll want to check out our [User Guide](https://docs.binary.ninja/).
+new to Binary Ninja, you'll want to check out our `User Guide <https://docs.binary.ninja/>`_.
-If you're new to our API, we also have a [Developer Guide](https://docs.binary.ninja/dev/index.html)
+If you're new to our API, we also have a `Developer Guide <https://docs.binary.ninja/dev/index.html>`_
which covers many of the concepts developers should know. There's also a
-[Cookbook](https://docs.binary.ninja/dev/cookbook.html) which contains many
+`Cookbook <https://docs.binary.ninja/dev/cookbook.html>`_ which contains many
examples to get you started using our API.
You can also scroll to the end to view a class list of all available classes.
diff --git a/docs/dev/annotation.md b/docs/dev/annotation.md
index 60cb9681..abdf91c1 100644
--- a/docs/dev/annotation.md
+++ b/docs/dev/annotation.md
@@ -473,7 +473,7 @@ Exporting a header uses the `TypePrinter.print_all_types` api, and outputs a str
## Type Libraries
-Type Libraries have outgrown this section and now live [in their own file](typelibraries.md)
+Type Library documentation has outgrown this section and now lives [in a separate file](typelibraries.md).
## Signature Library