From a5a16ca094a05ca8d909faf5410e4e7f45c9629b Mon Sep 17 00:00:00 2001 From: Kristian Aune Date: Thu, 14 Sep 2023 15:06:52 +0200 Subject: [PATCH] typo --- docs/sphinx/source/getting-started-pyvespa-cloud.ipynb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/sphinx/source/getting-started-pyvespa-cloud.ipynb b/docs/sphinx/source/getting-started-pyvespa-cloud.ipynb index c1ce8e37..5a589d7d 100644 --- a/docs/sphinx/source/getting-started-pyvespa-cloud.ipynb +++ b/docs/sphinx/source/getting-started-pyvespa-cloud.ipynb @@ -332,7 +332,7 @@ { "cell_type": "code", "execution_count": null, - "id": "1370dc4c", + "id": "0552322b", "metadata": {}, "outputs": [], "source": [ @@ -346,7 +346,7 @@ "metadata": {}, "outputs": [], "source": [ - "endpoint = \"https://textsearch-container.textsearch.kkraunetenant1.aws-us-east-1c.dev.z.vespa-app.cloud/\"" + "endpoint = \"https://textsearch-container.textsearch.mytenant.aws-us-east-1c.dev.z.vespa-app.cloud/\"" ] }, { @@ -551,7 +551,7 @@ }, { "cell_type": "markdown", - "id": "0a42b504", + "id": "e2480213", "metadata": {}, "source": [ "## Example: Reconnect pyvespa using cert/key pair\n", @@ -564,7 +564,7 @@ { "cell_type": "code", "execution_count": null, - "id": "714147ee", + "id": "c87da6cf", "metadata": {}, "outputs": [], "source": [ @@ -584,7 +584,7 @@ }, { "cell_type": "markdown", - "id": "708d5dee", + "id": "183bff2b", "metadata": {}, "source": [ "A common problem is a cert mismatch - the cert/key pair used when deployed is different than the pair used when making queries. Make sure it is the same pair / re-create with `vespa auth cert -f` and redeploy as needed."