From 182df815ecea771a0d99a38e33c522d290fa568f Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 24 Sep 2018 20:41:33 -0400 Subject: fix url in documentation --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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. ![recent files](/img/recent.png "Recent Files") -- cgit v1.3.1