Skip to content

Commit c584157

Browse files
authored
Merge pull request #76 from AckeeCZ/bugfix/75-auth-docs-link
📝 Update auth details links
2 parents aed0364 + f786ae9 commit c584157

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cli/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ USAGE
3030

3131
## 🔑 Authentication
3232

33-
The last version of Google Spreadsheets API requires us to be authenticated to allow fetching spreadsheet data. Read more about [authentication here](http://ackeecz.github.io/lokse/authentication)
33+
The last version of Google Spreadsheets API requires us to be authenticated to allow fetching spreadsheet data. Read more about [authentication here](https://ackeecz.github.io/lokse/en/authentication/)
3434

3535
## 🔧 Configuration
3636

packages/core/src/errors.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export class MissingAuthError extends FatalError {
99
super(
1010
dedent`
1111
Cannot authenticate to fetch Spreadsheet data.
12-
Provide either Service account credentials or API key 🔑 See detail info at http://ackeecz.github.io/lokse/authentication
12+
Provide either Service account credentials or API key 🔑 See detail info at https://ackeecz.github.io/lokse/en/authentication/
1313
`
1414
);
1515
this.name = "MissingAuthError";

0 commit comments

Comments
 (0)