Skip to content

Commit 65e07e2

Browse files
fix an readme empty link (#261)
Signed-off-by: Alex Ivanov <[email protected]>
1 parent 4c88fc9 commit 65e07e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ See the [FitBit sample](samples/FitBit.gs) for the complete code.
316316
#### Modifying the access token payload
317317

318318
Some OAuth providers, such as the Smartsheet API, require you to
319-
[add a hash to the access token request payloads]().
319+
[add a hash to the access token request payloads](https://smartsheet-platform.github.io/api-docs/#request-an-access-token).
320320
The `setTokenPayloadHandler` method allows you to pass in a function to modify
321321
the payload of an access token request before the request is sent to the token
322322
endpoint:

0 commit comments

Comments
 (0)