Skip to content

Commit

Permalink
Update URL targets to Pinecone docs and marketing site
Browse files Browse the repository at this point in the history
  • Loading branch information
zackproser committed Jan 29, 2024
1 parent 2549659 commit a7c5aaa
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions src/app/components/Sidebar/urls.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
export const urls = [
{
url: "https://www.wired.com/story/fast-forward-toyota-robots-learning-housework/",
title: "Toyota's Robots are Learning Housework",
url: "https://docs.pinecone.io",
title: "Pinecone's official documentation",
seeded: false,
loading: false,
},
{
url: "https://www.wired.com/story/synthetic-data-is-a-dangerous-teacher/",
title: "Synthetic Data Is a Dangerous Teacher",
url: "https://www.pinecone.io",
title: "Pinecone's marketing site",
seeded: false,
loading: false,
},
{
url: "https://www.wired.com/story/staying-one-step-ahead-of-hackers-when-it-comes-to-ai/",
title: "Staying Ahead of Hackers When It Comes to AI",
seeded: false,
loading: false,
}]
}
]

0 comments on commit a7c5aaa

Please sign in to comment.