diff --git a/packages/cli/README.md b/packages/cli/README.md index 08bbba25..297ce196 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -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 diff --git a/packages/core/src/errors.ts b/packages/core/src/errors.ts index 2ed476f8..2327447d 100644 --- a/packages/core/src/errors.ts +++ b/packages/core/src/errors.ts @@ -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";