From 8f99804e2e3f6bded23e51104fa08445bb041f1b Mon Sep 17 00:00:00 2001 From: Bill Prin Date: Thu, 28 Apr 2016 13:11:54 -0700 Subject: [PATCH] Fix README link and region tag --- appengine/xmpp/README.md | 2 +- appengine/xmpp/app.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/appengine/xmpp/README.md b/appengine/xmpp/README.md index 39a9f1f178d..b120520de51 100644 --- a/appengine/xmpp/README.md +++ b/appengine/xmpp/README.md @@ -1,6 +1,6 @@ # Google App Engine XMPP -This sample includes snippets used in the [App Engine XMPP Docs](https://cloud.google.com/appengine/docs/python/xmpp/#Python_JIDs_and_resources). +This sample includes snippets used in the [App Engine XMPP Docs](https://cloud.google.com/appengine/docs/python/xmpp/). diff --git a/appengine/xmpp/app.yaml b/appengine/xmpp/app.yaml index 029a33213f9..114dae7d522 100644 --- a/appengine/xmpp/app.yaml +++ b/appengine/xmpp/app.yaml @@ -9,7 +9,8 @@ handlers: # [START inbound-services] inbound_services: - xmpp_message +# [END inbound-services] - xmpp_presence - xmpp_subscribe - xmpp_error -# [END inbound-services] +