Skip to content

chore: fix some minor issues for README.md #492

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion learn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Paste the full URL (including the `.ipynb` extension) into the URL bar in the mo

![Import Notebook to Google Colab](./images/import-pinecone-notebook-in-google-collab.png)

Next, click the the name of the Notebook you want to run in the list that appears in the middle of the modal.
Next, click the name of the Notebook you want to run in the list that appears in the middle of the modal.

If this is your first time using Google Colab, you are likely to run into one or both of the two following issues:

Expand Down
2 changes: 1 addition & 1 deletion learn/experimental/grafana-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ scrape_configs:

Grafana is configured by default to run against the local Prometheus instance. A sample dashboard
for monitoring all indexes in a Project is preloaded into Grafana. You can add this dashboard to your own
Grafana instance by copying `./grafana/dashbords/pinecone.json`.
Grafana instance by copying `./grafana/dashboards/pinecone.json`.

## Run

Expand Down