From 6d588fbec8ce21b3e29a5a91926bd31d62033422 Mon Sep 17 00:00:00 2001 From: ptiurin Date: Thu, 12 Dec 2024 09:45:35 +0000 Subject: [PATCH 1/2] chore: Fix doc link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba8e3749d8..9ee2507b97 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ## Documentation -For reference and tutorials, see the [Firebolt Python SDK reference](https://python-sdk.docs.firebolt.io/). +For reference and tutorials, see the [Firebolt Python SDK reference](https://old.docs.firebolt.io/firebolt-python-sdk/sdk_documenation/latest/). ## Connection parameters These parameters are used to connect to a Firebolt database: From ca75b809210dfa57ec2a07a3e28e48853038ed34 Mon Sep 17 00:00:00 2001 From: ptiurin Date: Thu, 12 Dec 2024 09:51:57 +0000 Subject: [PATCH 2/2] also in doc build step --- .github/workflows/build-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index 95d7ecc24c..c2f44fb96b 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -67,5 +67,5 @@ jobs: - name: Add URL to the Job Summary shell: bash run: | - url="https://docs.firebolt.io/firebolt-python-sdk/sdk_documenation/${{ steps.resolve_url_path.outputs.path }}" + url="https://old.docs.firebolt.io/firebolt-python-sdk/sdk_documenation/${{ steps.resolve_url_path.outputs.path }}" echo "[Documentation]($url)" >> $GITHUB_STEP_SUMMARY