Skip to content

Commit

Permalink
Updated links to Connect API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Barlow committed Jun 30, 2015
1 parent 69cc06c commit bfcd02e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,4 +2,4 @@

This repository contains simple code samples that demonstrate use of the Square Connect API. Complete documentation for the API is available at [connect.squareup.com](https://connect.squareup.com).

If you have questions about Square Connect API features or implementation, please see the [FAQ](https://connect.squareup.com/faq).
If you have questions about Square Connect API features or implementation, please see the [FAQ](https://docs.connect.squareup.com/articles/faq/).
2 changes: 1 addition & 1 deletion connect-examples/oauth/README.md
Expand Up @@ -2,7 +2,7 @@

This example demonstrates a bare-bones implementation of the Square Connect OAuth flow. The application links merchants to the OAuth Permissions form and handles the result of the authorization, which is sent to the application's Redirect URL.

For more information, see [OAuth Overview](https://connect.squareup.com/docs/api#oauth-overview), along with the comments included in `oauth-flow.py`.
For more information, see [OAuth Overview](https://docs.connect.squareup.com/api/connect/v1/#oauth-overview), along with the comments included in `oauth-flow.py`.

## Setup

Expand Down
2 changes: 1 addition & 1 deletion connect-examples/v1/webhooks.py
Expand Up @@ -3,7 +3,7 @@
# Demonstrates a server listening for webhook notifications from the Square Connect API
#
# See Webhooks Overview for more information:
# http://docs.connect.squareup.com#webhooks-overview
# https://docs.connect.squareup.com/api/connect/v1/#webhooks-overview
#
# To install Python on Windows:
# https://www.python.org/download/
Expand Down

0 comments on commit bfcd02e

Please sign in to comment.