Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristian Aune committed Sep 14, 2023
1 parent 7f813db commit a5a16ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/sphinx/source/getting-started-pyvespa-cloud.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "1370dc4c",
"id": "0552322b",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -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/\""
]
},
{
Expand Down Expand Up @@ -551,7 +551,7 @@
},
{
"cell_type": "markdown",
"id": "0a42b504",
"id": "e2480213",
"metadata": {},
"source": [
"## Example: Reconnect pyvespa using cert/key pair\n",
Expand All @@ -564,7 +564,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "714147ee",
"id": "c87da6cf",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -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."
Expand Down

0 comments on commit a5a16ca

Please sign in to comment.