Skip to content

Commit 710927a

Browse files
authored
gothic: fix link to examples (#546)
1 parent 1a48a9a commit 710927a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gothic/gothic.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ as either "provider" or ":provider".
5959
BeginAuthHandler will redirect the user to the appropriate authentication end-point
6060
for the requested provider.
6161
62-
See https://github.com/markbates/goth/examples/main.go to see this in action.
62+
See https://github.com/markbates/goth/blob/master/examples/main.go to see this in action.
6363
*/
6464
func BeginAuthHandler(res http.ResponseWriter, req *http.Request) {
6565
url, err := GetAuthURL(res, req)
@@ -156,7 +156,7 @@ process and fetches all the basic information about the user from the provider.
156156
It expects to be able to get the name of the provider from the query parameters
157157
as either "provider" or ":provider".
158158
159-
See https://github.com/markbates/goth/examples/main.go to see this in action.
159+
See https://github.com/markbates/goth/blob/master/examples/main.go to see this in action.
160160
*/
161161
var CompleteUserAuth = func(res http.ResponseWriter, req *http.Request) (goth.User, error) {
162162
if !keySet && defaultStore == Store {

0 commit comments

Comments
 (0)