Skip to content

Fixed hyperlinks throughout README to point to desired sites #118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[the official website]:https://python.swaroopch.com/
[]

# A Byte of Python

"A Byte of Python" is a free book on programming using the Python language. It serves as a tutorial or guide to the Python language for a beginner audience. If all you know about computers is how to save text files, then this is the book for you.
Expand Down Expand Up @@ -271,22 +274,22 @@ This means:
Please note:

- Please do *not* sell electronic or printed copies of the book unless you have clearly and prominently mentioned in the description that these copies are *not* from the original author of this book.
- Attribution *must* be shown in the introductory description and front page of the document by linking back to {{ book.officialUrl }} and clearly indicating that the original text can be fetched from this location.
- Attribution *must* be shown in the introductory description and front page of the document by linking back to [the official website] and clearly indicating that the original text can be fetched from this location.
- All the code/scripts provided in this book is licensed under the [3-clause BSD License](http://www.opensource.org/licenses/bsd-license.php) unless otherwise noted.

## Read Now

You can read it online at {{ book.officialUrl }}
You can read it online at [the official website]

## Buy The Book

A printed hardcopy of the book can be purchased at {{ book.buyBookUrl }} for your offline reading pleasure, and to support the continued development and improvement of this book.
A printed hardcopy of the book can be purchased at [Amazon](https://www.amazon.com/Byte-Python-Swaroop-C-H-ebook/dp/B00FJ7S2JU) for your offline reading pleasure, and to support the continued development and improvement of this book.

## Download

Visit {{ book.downloadUrl }} to download a PDF file (best for desktop reading) or an EPUB file (best for devices such as mobile, tablet, ebook readers).
Visit [https://open.umn.edu/opentextbooks/textbooks/581](https://open.umn.edu/opentextbooks/textbooks/581) to download a PDF file (best for desktop reading) or an EPUB file (best for devices such as mobile, tablet, ebook readers).

Visit {{ book.sourceUrl }} for the raw content (for suggesting corrections, changes, translating, etc.)
Visit [Github](https://github.com/swaroopch/byte-of-python) for the raw content (for suggesting corrections, changes, translating, etc.)

## Read the book in your native language

Expand Down