From 49ffbccb38042ff0b8f17a57ebf1e43eff9a4ffc Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Sat, 25 Jan 2025 20:43:49 -0500 Subject: Fix some invalid links in README.md --- README.md | 8 ++++---- 1 file 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 -- cgit v1.3.1