From de4401c8092e73d67c0dd91baa2ea827f59651a5 Mon Sep 17 00:00:00 2001 From: Filip Kubik Date: Tue, 20 Sep 2022 09:37:05 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=9D=20Update=20auth=20details=20li?= =?UTF-8?q?nks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves #75 --- packages/cli/README.md | 2 +- packages/core/src/errors.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli/README.md b/packages/cli/README.md index 08bbba25..8a4368ef 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://github.com/AckeeCZ/lokse/blob/master/docs/web/src/pages/en/authentication.md) ## 🔧 Configuration diff --git a/packages/core/src/errors.ts b/packages/core/src/errors.ts index 2ed476f8..8c668f61 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://github.com/AckeeCZ/lokse/blob/master/docs/web/src/pages/en/authentication.md ` ); this.name = "MissingAuthError"; From f786ae913099459bca59935058c694b5578af1e7 Mon Sep 17 00:00:00 2001 From: Filip Kubik Date: Mon, 26 Sep 2022 09:36:52 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9D=20Update=20auth=20links=20in?= =?UTF-8?q?=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reates #75 --- packages/cli/README.md | 2 +- packages/core/src/errors.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli/README.md b/packages/cli/README.md index 8a4368ef..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](https://github.com/AckeeCZ/lokse/blob/master/docs/web/src/pages/en/authentication.md) +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 8c668f61..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 https://github.com/AckeeCZ/lokse/blob/master/docs/web/src/pages/en/authentication.md + Provide either Service account credentials or API key 🔑 See detail info at https://ackeecz.github.io/lokse/en/authentication/ ` ); this.name = "MissingAuthError";