File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ as either "provider" or ":provider".
5959BeginAuthHandler will redirect the user to the appropriate authentication end-point
6060for 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*/
6464func 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.
156156It expects to be able to get the name of the provider from the query parameters
157157as 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*/
161161var CompleteUserAuth = func (res http.ResponseWriter , req * http.Request ) (goth.User , error ) {
162162 if ! keySet && defaultStore == Store {
You can’t perform that action at this time.
0 commit comments