From 63a1db96a0d3eab137cc23171453086798f43f2c Mon Sep 17 00:00:00 2001 From: Matt Netkow Date: Wed, 21 Nov 2018 16:04:18 -0600 Subject: [PATCH] added link to ionic-docs tutorial --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10b4b5b..6d2f9a3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A tutorial app that walks the user through creating a Photo Gallery app. We begin with the Ionic "tabs" starter app, incrementally converting the About tab to a Photo Gallery experience. ## Structure -The complete source code is contained within. Please follow along with the complete guide here (todo). +The complete source code is contained within. Please follow along with the [complete guide here](https://beta.ionicframework.com/docs/developer-resources/guides/first-app-v4/intro/). ## How to Run Locally * Clone this repo.