Skip to content

Commit cea0631

Browse files
committed
Remove reference to Excel-REST
1 parent af97bbd commit cea0631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gmail/Gmail.bas

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Private Property Get GmailClient() As WebClient
1010
' Use the pre-made GoogleAuthenticator found in authenticators/ folder
1111
' - Automatically uses Google's OAuth approach including login screen
1212
' - Get API client id and secret from https://console.developers.google.com/
13-
' - https://github.com/timhall/Excel-REST/wiki/Google-APIs for more info
13+
' - https://github.com/VBA-tools/VBA-Web/wiki/Google-APIs for more info
1414
Dim Auth As New GoogleAuthenticator
1515
Auth.Setup CStr(Credentials.Values("Google")("id")), CStr(Credentials.Values("Google")("secret"))
1616
Auth.AddScope "https://www.googleapis.com/auth/gmail.readonly"

0 commit comments

Comments
 (0)