Skip to content

Commit 49ffbcc

Browse files
committed
Fix some invalid links in README.md
1 parent 1748791 commit 49ffbcc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Online documentation is available for the following APIs:
1313
- [Python API, Stable Branch](https://api.binary.ninja/)
1414
- [Python API, Dev Branch](https://dev-api.binary.ninja/)
1515
- [Rust API, Stable Branch](https://rust.binary.ninja/)
16-
- [Rust API, Dev Branch](https://rust-dev.binary.ninja/)
16+
- [Rust API, Dev Branch](https://dev-rust.binary.ninja/)
1717

1818
## Usage and Build Instructions
1919

@@ -115,9 +115,9 @@ This repository contains all of our Binary View Type plugins available here:
115115

116116
## DebugInfo
117117

118-
* [DWARF Import](https://github.com/Vector35/binaryninja-api/tree/dev/rust/examples/dwarf/dwarf_import)
119-
* [PDB Import](https://github.com/Vector35/binaryninja-api/tree/dev/rust/examples/pdb-ng)
120-
* [IDB Import](https://github.com/Vector35/binaryninja-api/tree/dev/rust/examples/idb_import)
118+
* [DWARF Import](https://github.com/Vector35/binaryninja-api/tree/dev/plugins/dwarf/dwarf_import)
119+
* [PDB Import](https://github.com/Vector35/binaryninja-api/tree/dev/plugins/pdb-ng)
120+
* [IDB Import](https://github.com/Vector35/binaryninja-api/tree/dev/plugins/idb_import)
121121

122122

123123
## Related Repositories

0 commit comments

Comments
 (0)