From 91a83420ba4aac890875594dcdc801dff2df1446 Mon Sep 17 00:00:00 2001 From: "myarbrough@oreilly.com" Date: Wed, 5 Nov 2014 10:31:10 -0800 Subject: [PATCH] Made changes to preface.asciidoc --- preface.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preface.asciidoc b/preface.asciidoc index 5dd75206..93b0a928 100644 --- a/preface.asciidoc +++ b/preface.asciidoc @@ -54,7 +54,7 @@ Fork the book code, try the code examples, or submit corrections via GitHub. === Code Examples -The examples are illustrated in Python, C++, and using the command-line of a Unix-like operating system such as Linux or Mac OS X. All code snippets are available in the GitHub repository and can be accessed online at https://github.com/aantonop/bitcoinbook in the _code_ subdirectory of the main repository. +The examples are illustrated in Python, C++, and using the command-line of a Unix-like operating system such as Linux or Mac OS X. All code snippets are available in the https://github.com/aantonop/bitcoinbook[GitHub repository] in the _code_ subdirectory of the main repo. All the code snippets can be replicated on most operating systems with a minimal installation of compilers and interpreters for the corresponding languages. Where necessary, we provide basic installation instructions and step-by-step examples of the output of those instructions.