From 57702b7d1763f32761850a78c0e2729aff356053 Mon Sep 17 00:00:00 2001 From: "Andrew (Paradi) Alexander" Date: Thu, 5 Sep 2019 12:04:40 -0400 Subject: [PATCH] Update link --- CALIBRE_CLI_INSTRUCTIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CALIBRE_CLI_INSTRUCTIONS.md b/CALIBRE_CLI_INSTRUCTIONS.md index d579348..dbda688 100644 --- a/CALIBRE_CLI_INSTRUCTIONS.md +++ b/CALIBRE_CLI_INSTRUCTIONS.md @@ -27,7 +27,7 @@ platforms. #### Enter your keys - Figure out what format DeDRM wants your key in by looking in - [the code that handles that](src/prefs.py). + [the code that handles that](dedrm_src/prefs.py). - For Kindle eInk devices, DeDRM expects you to put a list of serial numbers in the `serials` field: `"serials": ["012345689abcdef"]` or `"serials": ["1111111111111111", "2222222222222222"]`.