Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 3461429

Browse files
authored
update incorrect pinecone quick start pathname (#168)
1 parent 1f70337 commit 3461429

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/canopy_cli/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def validate_connection():
8080
f"{str(e)}\n"
8181
"Credentials should be set by the PINECONE_API_KEY and PINECONE_ENVIRONMENT"
8282
" environment variables. "
83-
"Please visit https://www.pinecone.io/docs/quick-start/ for more details."
83+
"Please visit https://www.pinecone.io/docs/quickstart/ for more details."
8484
)
8585
raise CLIError(msg)
8686
try:
@@ -284,7 +284,7 @@ def upsert(index_name: str,
284284
if "credentials" in msg:
285285
msg += ("\nCredentials should be set by the PINECONE_API_KEY and "
286286
"PINECONE_ENVIRONMENT environment variables. Please visit "
287-
"https://www.pinecone.io/docs/quick-start/ for more details.")
287+
"https://www.pinecone.io/docs/quickstart/ for more details.")
288288
raise CLIError(msg)
289289

290290
click.echo("Canopy is going to upsert data from ", nl=False)

0 commit comments

Comments
 (0)