From 23f5ebefcecceb07912eda3fa5db46b4685eee28 Mon Sep 17 00:00:00 2001 From: Brujo Benavides Date: Thu, 5 Oct 2017 10:23:30 -0300 Subject: [PATCH 1/2] Create README.md Adding just the link to the place where the book is hosted. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ea29781 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Cooperative Software Development +_A short book on cooperative aspects of software engineering._ + +## Reading this book online +This book is publicly available at [UW Faculty Web Server](https://faculty.washington.edu/ajko/books/cooperative-software-development/) From 98c9df745eca9275c17bcf81e4df0baa77ba2117 Mon Sep 17 00:00:00 2001 From: "Andrew J. Ko" Date: Thu, 5 Oct 2017 08:06:53 -0700 Subject: [PATCH 2/2] Small edits to links. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea29781..6a17d43 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ _A short book on cooperative aspects of software engineering._ ## Reading this book online -This book is publicly available at [UW Faculty Web Server](https://faculty.washington.edu/ajko/books/cooperative-software-development/) +This book is publicly available at [my faculty website](https://faculty.washington.edu/ajko/books/cooperative-software-development/), where I also host [other books I've written](https://faculty.washington.edu/ajko/books/).