summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-01-25 20:43:49 -0500
committerMason Reed <mason@vector35.com>2025-01-25 20:43:49 -0500
commit49ffbccb38042ff0b8f17a57ebf1e43eff9a4ffc (patch)
tree6bf439da9051c9e1cffd38a8e1a695090a99471d /README.md
parent174879116fd1ed6805137949e763223acd79784c (diff)
Fix some invalid links in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index e7b6ecd2..890cc388 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Online documentation is available for the following APIs:
- [Python API, Stable Branch](https://api.binary.ninja/)
- [Python API, Dev Branch](https://dev-api.binary.ninja/)
- [Rust API, Stable Branch](https://rust.binary.ninja/)
-- [Rust API, Dev Branch](https://rust-dev.binary.ninja/)
+- [Rust API, Dev Branch](https://dev-rust.binary.ninja/)
## Usage and Build Instructions
@@ -115,9 +115,9 @@ This repository contains all of our Binary View Type plugins available here:
## DebugInfo
-* [DWARF Import](https://github.com/Vector35/binaryninja-api/tree/dev/rust/examples/dwarf/dwarf_import)
-* [PDB Import](https://github.com/Vector35/binaryninja-api/tree/dev/rust/examples/pdb-ng)
-* [IDB Import](https://github.com/Vector35/binaryninja-api/tree/dev/rust/examples/idb_import)
+* [DWARF Import](https://github.com/Vector35/binaryninja-api/tree/dev/plugins/dwarf/dwarf_import)
+* [PDB Import](https://github.com/Vector35/binaryninja-api/tree/dev/plugins/pdb-ng)
+* [IDB Import](https://github.com/Vector35/binaryninja-api/tree/dev/plugins/idb_import)
## Related Repositories