From c0579b0632e67306d1ee32fabce3c9c0baee6226 Mon Sep 17 00:00:00 2001 From: Alexander Lucas Date: Thu, 27 Sep 2018 11:23:56 -0700 Subject: [PATCH] Fixed Readme links Change-Id: I809dd3e229f36160a5b7ecdb28dee155a146e391 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e6b8497..7fe7ed3 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ of low level APIs. ## Build and install There are three components to install, each in a subdirectory of this project. -- Android Things app : Follow instructions in [app module](./tree/master/app) -- Android companion app : Follow instructions in [companionApp module](./tree/master/companionApp) +- Android Things app : Follow instructions in [app module](https://github.com/androidthings/endtoend-base/tree/master/app) +- Android companion app : Follow instructions in [companionApp module](https://github.com/androidthings/endtoend-base/tree/master/companionApp) - Firebase functions (Smarthome integration) : Follow instructions in -[Firebase module](./tree/master/firebase/functions) +[Firebase module](https://github.com/androidthings/endtoend-base/tree/master/firebase/functions) ## Enable auto-launch behavior