diff --git a/appengine/xmpp/README.md b/appengine/xmpp/README.md index 39a9f1f178da..b120520de511 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 029a33213f94..114dae7d5224 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] +