From 17b572a69e60a266e99f5144b7daf5d62da8b36d Mon Sep 17 00:00:00 2001 From: Herrick Wolber Date: Sun, 15 Sep 2019 22:07:46 +0200 Subject: [PATCH] Change url of guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d2f9a3..a32bae5 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](https://beta.ionicframework.com/docs/developer-resources/guides/first-app-v4/intro/). +The complete source code is contained within. Please follow along with the [complete guide here](https://ionicframework.com/docs/angular/your-first-app). ## How to Run Locally * Clone this repo.