Skip to content

Commit ad7d75f

Browse files
committed
Merge pull request #300 from GoogleCloudPlatform/xmpp
Fix README link and region tag
2 parents 7b253c2 + 8f99804 commit ad7d75f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

appengine/xmpp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Google App Engine XMPP
22

3-
This sample includes snippets used in the [App Engine XMPP Docs](https://cloud.google.com/appengine/docs/python/xmpp/#Python_JIDs_and_resources).
3+
This sample includes snippets used in the [App Engine XMPP Docs](https://cloud.google.com/appengine/docs/python/xmpp/).
44

55
<!-- auto-doc-link -->
66

appengine/xmpp/app.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ handlers:
99
# [START inbound-services]
1010
inbound_services:
1111
- xmpp_message
12+
# [END inbound-services]
1213
- xmpp_presence
1314
- xmpp_subscribe
1415
- xmpp_error
15-
# [END inbound-services]
16+

0 commit comments

Comments
 (0)