clientcredentials: update RFC doc link

Fixes golang/oauth2#211

Change-Id: I84a09ea933379420d49883c582aa4f6ede8de544
Reviewed-on: https://go-review.googlesource.com/38387
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Eric Chiang 2017-03-20 18:28:43 -07:00 committed by Brad Fitzpatrick
parent 7374b3f1ec
commit 7fdf099824
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
// resources based on an authorization previously arranged with the authorization // resources based on an authorization previously arranged with the authorization
// server. // server.
// //
// See http://tools.ietf.org/html/draft-ietf-oauth-v2-31#section-4.4 // See https://tools.ietf.org/html/rfc6749#section-4.4
package clientcredentials // import "golang.org/x/oauth2/clientcredentials" package clientcredentials // import "golang.org/x/oauth2/clientcredentials"
import ( import (