diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2018-09-24 20:41:33 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2018-09-24 20:41:33 -0400 |
| commit | 48e3e89061d20f1e198a5a705b841def4199bc01 (patch) | |
| tree | 63deb33fc098984717f0e60d265929a902380385 /docs | |
| parent | c28dc23feb931a290e9734b68e1af18e3a38c1a2 (diff) | |
fix url in documentation
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md index 1a02a3a0..d47f7a71 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -55,7 +55,7 @@ You can load files in many ways: 3. Clicking an item in the recent files list 4. Running Binary Ninja with an optional command-line parameter 5. Opening a file from a URL via the `⌘-l` or `⌃-l` hotkey -6. Opening a file using the binaryninja: url handler. For security reasons, the url handler requires you to confirm a warning before opening a file via the url handler. The url handler can open remote URLs like: `binaryninja:https://captf.com/2015/plaidctf/pwnable/datastore_7e64104f876f0aa3f8330a409d9b9924.elf`, or even local files like `binarynina://bin/ls` in cases where you wish to script up Binary Ninja from a local webapp. +6. Opening a file using the binaryninja: url handler. For security reasons, the url handler requires you to confirm a warning before opening a file via the url handler. The url handler can open remote URLs like: `binaryninja:https://captf2.captf.com/2015/plaidctf/pwnable/datastore_7e64104f876f0aa3f8330a409d9b9924.elf`, or even local files like `binarynina://bin/ls` in cases where you wish to script up Binary Ninja from a local webapp.  |
