Skip to content

Commit

Permalink
Fix broken links in generative prompts and main site (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwoznic authored Jan 17, 2025
1 parent a6a14c5 commit 2210461
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions www/docs/generative-prompts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ and effective outputs for complex scenarios.
<Grid columns={3}>
<TopicButton
title="Vectara Prompt Engine"
href="/docs/learn/generative-prompts/vectara-prompt-engine">
href="/docs/prompts/vectara-prompt-engine">
<Spacer size="l" />
Empower your applications with customizable prompt templates.
<Spacer size="l" />
Expand All @@ -28,7 +28,7 @@ and effective outputs for complex scenarios.

<TopicButton
title="Custom Prompts with Metadata"
href="/docs/learn/generative-prompts/custom-prompts">
href="/docs/prompts/custom-prompts-with-metadata">
<Spacer size="l" />
Unlock powerful customization options by integrating metadata directly into
your prompts.
Expand Down
20 changes: 10 additions & 10 deletions www/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,15 +301,15 @@ ${content}
items: [
{
label: "About",
to: "https://vectara.com/about-vectara/",
to: "https://www.vectara.com/company/about-us/",
},
{
label: "Careers and Culture",
to: "https://vectara.com/careers/",
to: "https://www.vectara.com/company/careers-and-culture/",
},
{
label: "Contact Us",
to: "https://vectara.com/contact-us/",
to: "https://www.vectara.com/contact-us/",
},
],
},
Expand All @@ -318,19 +318,19 @@ ${content}
items: [
{
label: "Trust and Security",
href: "https://vectara.com/legal/security-at-vectara/",
href: "https://www.vectara.com/legal/security-at-vectara/",
},
{
label: "Privacy Policy",
href: "https://vectara.com/legal/privacy-policy/",
href: "https://www.vectara.com/legal/privacy-policy/",
},
{
label: "Terms",
href: "https://vectara.com/legal/terms-of-service/",
href: "https://www.vectara.com/legal/terms-of-service/",
},
{
label: "FAQs",
href: "https://vectara.com/faqs/",
href: "https://www.vectara.com/faqs/",
},
],
},
Expand All @@ -339,15 +339,15 @@ ${content}
items: [
{
label: "LinkedIn",
href: "https://linkedin.com/company/vectara",
href: "https://www.linkedin.com/company/vectara/",
},
{
label: "Facebook",
href: "https://www.facebook.com/vectara/",
},
{
label: "Twitter",
href: "https://twitter.com/vectara",
label: "X",
href: "https://x.com/vectara",
},
{
label: "Youtube",
Expand Down

0 comments on commit 2210461

Please sign in to comment.