From 6ecda448a5fcdd380249d73cff4c241ba9a4ba87 Mon Sep 17 00:00:00 2001 From: Anthony DeBarros Date: Sun, 26 Sep 2021 11:03:51 -0400 Subject: [PATCH] Update links in main README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 011596e..56cc413 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Practical SQL, 2nd Edition ### A Beginner's Guide to Storytelling with Data -[Practical SQL, 2nd Edition](https://www.nostarch.com/practicalSQL2) is a beginner-friendly guide to the database programming language SQL. Author [Anthony DeBarros](https://www.anthonydebarros.com) starts with beginner SQL concepts such as queries, data types, and basic math and aggregation, and then works through intermediate and advanced topics including statistics, cleaning data, GIS, and automating tasks. Along the way, you'll use real-world data from the U.S. Census and other government agencies and learn the fundamentals of good database design. +[Practical SQL, 2nd Edition](https://nostarch.com/practical-sql-2nd-edition/) is a beginner-friendly guide to the database programming language SQL. Author [Anthony DeBarros](https://www.anthonydebarros.com) starts with beginner SQL concepts such as queries, data types, and basic math and aggregation, and then works through intermediate and advanced topics including statistics, cleaning data, GIS, and automating tasks. Along the way, you'll use real-world data from the U.S. Census and other government agencies and learn the fundamentals of good database design. This is a book not only about SQL but about best practices for using it for thorough, accurate data analysis. ## A Note About Editions If you're reading the first edition of the book, published in 2018, please [use the code and data in the first edition repository](https://github.com/anthonydb/practical-sql/). If the cover of your copy does not say, "2nd Edition," then you're using the first edition. @@ -71,7 +71,7 @@ GitHub users may want to clone the repository locally and occasionally perform a # Where Can I Buy the Book? -Practical SQL, 2nd Edition is [available in PDF, .mobi, .epub, and classic print formats](https://www.nostarch.com/practicalSQL2). +Practical SQL, 2nd Edition is [available in PDF, .mobi, .epub, and classic print formats](https://nostarch.com/practical-sql-2nd-edition/). # How Can I Get Help?