From 114acbe9c4de92808f616eed4188d0fbe9823676 Mon Sep 17 00:00:00 2001 From: "mkearney@google.com" Date: Wed, 7 Oct 2015 09:50:08 -0700 Subject: [PATCH] Small fix to testing example in create page. --- docs/create_page.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/create_page.md b/docs/create_page.md index 34322ffeb813..b82e76c98ee2 100644 --- a/docs/create_page.md +++ b/docs/create_page.md @@ -170,9 +170,9 @@ and validating the page using the 2. Get your web server up and running locally. For a quick web server, run `python -m SimpleHTTPServer`. 4. Open your page, for example, go to -[http://localhost:8000/examples/hello-AMP-HTML.html](http://localhost:8000/examples/hello-AMP-HTML.html). +[http://localhost:8000/released.amp.html](http://localhost:8000/released.amp.html). 5. Add "#development=1" to the URL, for example, -[http://localhost:8000/examples/hello-AMP-HTML.html#development=1](http://localhost:8000/examples/hello-AMP-HTML.html#development=1). +[http://localhost:8000/released.amp.html#development=1](http://localhost:8000/released.amp.html#development=1). 6. Open the Chrome DevTools console and check for validation errors.