Skip to content

Commit 027a273

Browse files
committed
Update download link
1 parent b56f99b commit 027a273

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ byte_of_python.xml
66
byte_of_python.pdf
77
byte_of_python.epub
88
byte_of_python.mobi
9+
node_modules
10+
byte-of-python.epub
11+
byte-of-python.pdf
12+
package-lock.json

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ Visit {{ book.downloadUrl }} for the following types of downloads:
285285

286286
- [PDF (for desktop reading, etc.)](https://www.gitbook.com/download/pdf/book/swaroopch/byte-of-python)
287287
- [EPUB (for iPhone/iPad, ebook readers, etc.)](https://www.gitbook.com/download/epub/book/swaroopch/byte-of-python)
288-
- [Mobi (for Kindle)](https://www.gitbook.com/download/mobi/book/swaroopch/byte-of-python)
289288

290289
Visit {{ book.sourceUrl }} for the raw content (for suggesting corrections, changes, translating, etc.)
291290

book.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"authorUrl": "https://www.swaroopch.com/about/",
44
"buyBookUrl": "https://www.swaroopch.com/buybook/",
55
"contactUrl": "https://www.swaroopch.com/contact/",
6-
"downloadUrl": "https://www.gitbook.com/book/swaroopch/byte-of-python/details",
6+
"downloadUrl": "https://github.com/swaroopch/byte-of-python/releases/latest",
77
"officialUrl": "https://python.swaroopch.com/",
88
"pythonVersion": "3.6.0",
99
"sourceUrl": "https://github.com/swaroopch/byte-of-python",

0 commit comments

Comments
 (0)