Skip to content

Commit

Permalink
Merge pull request #76 from AckeeCZ/bugfix/75-auth-docs-link
Browse files Browse the repository at this point in the history
📝 Update auth details links
  • Loading branch information
horaklukas authored Sep 26, 2022
2 parents aed0364 + f786ae9 commit c584157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ USAGE

## 🔑 Authentication

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)
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/)

## 🔧 Configuration

Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class MissingAuthError extends FatalError {
super(
dedent`
Cannot authenticate to fetch Spreadsheet data.
Provide either Service account credentials or API key 🔑 See detail info at http://ackeecz.github.io/lokse/authentication
Provide either Service account credentials or API key 🔑 See detail info at https://ackeecz.github.io/lokse/en/authentication/
`
);
this.name = "MissingAuthError";
Expand Down

0 comments on commit c584157

Please sign in to comment.