From 4506b3c848183e8ae3caddf40c6861a551465762 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Wed, 11 Sep 2013 12:03:10 +1000 Subject: [PATCH] go-tour: update a couple of paths for app engine. R=adg CC=golang-dev https://codereview.appspot.com/13416046 --- app.yaml | 2 +- content/tour.article | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.yaml b/app.yaml index c2c17f4..19dd5e5 100644 --- a/app.yaml +++ b/app.yaml @@ -14,4 +14,4 @@ handlers: - url: /(|compile|fmt|script\.js) script: _go_app -nobuild_files: (solutions|prog)/.* +nobuild_files: (solutions|content)/.* diff --git a/content/tour.article b/content/tour.article index 2a3c96f..064cb83 100644 --- a/content/tour.article +++ b/content/tour.article @@ -69,7 +69,7 @@ Click the "next" button or type PageDown to continue. #appengine: #appengine: The playground uses the latest stable release of Go. #appengine: -#appengine: .play prog/sandbox.go +#appengine: .play prog/tour/sandbox.go * Packages