From 159a7eee5df04d4e0e772db5ecb95de5f637bb0a Mon Sep 17 00:00:00 2001 From: Daksh Jotwani Date: Tue, 22 May 2018 15:26:32 -0700 Subject: [PATCH] Fix Launch URLs for hello-kotlin --- hello-kotlin/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello-kotlin/README.md b/hello-kotlin/README.md index e0ca8dc..8ae4640 100644 --- a/hello-kotlin/README.md +++ b/hello-kotlin/README.md @@ -8,8 +8,8 @@ installed and launched on a device. ## Launch URLs ``` -https://hello.instantappsample.com/hello -> HelloActivity -https://hello.instantappsample.com/bye -> GoodbyeActivity +https://hello-feature.instantappsample.com/hello -> HelloActivity +https://hello-feature.instantappsample.com/goodbye -> GoodbyeActivity ``` ## License