diff --git a/guides/app-shell.md b/guides/app-shell.md
index 2f90487..e7e6200 100644
--- a/guides/app-shell.md
+++ b/guides/app-shell.md
@@ -292,8 +292,8 @@ the page is fully rendered.
App is Fully Rendered
```
-Now if we navigate to [localhost:4200/hello] in our browser, the spinner should render when the app shell is displayed,
-and the "App is Fully Rendered" test should render when Angular bootstraps the app.
+Now if we navigate to [localhost:4200](http://localhost:4200/) in our browser, the spinner should render when the app shell is displayed,
+and the "App is Fully Rendered" text should render when Angular bootstraps the app.
---