diff options
| author | Mason Reed <mason@vector35.com> | 2025-01-25 20:43:49 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-01-25 20:43:49 -0500 |
| commit | 49ffbccb38042ff0b8f17a57ebf1e43eff9a4ffc (patch) | |
| tree | 6bf439da9051c9e1cffd38a8e1a695090a99471d /README.md | |
| parent | 174879116fd1ed6805137949e763223acd79784c (diff) | |
Fix some invalid links in README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
