Skip to content

Commit 3f24ab0

Browse files
Update template.html (#1140)
1 parent fd8bea9 commit 3f24ab0

File tree

1 file changed

+1
-1
lines changed
  • pgml-dashboard/src/components/navigation/navbar/marketing

1 file changed

+1
-1
lines changed

pgml-dashboard/src/components/navigation/navbar/marketing/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<%+ MarketingLink::new().link(StaticNavLink::new("Pricing".to_string(), "/pricing".to_string())) %>
5252
<% } %>
5353

54-
<%+ MarketingLink::new().link(StaticNavLink::new("docs".to_string(), "/docs/guides/".to_string())) %>
54+
<%+ MarketingLink::new().link(StaticNavLink::new("Docs".to_string(), "/docs/guides/".to_string())) %>
5555
<%+ MarketingLink::new().link(StaticNavLink::new("Blog".to_string(), "/blog/speeding-up-vector-recall-by-5x-with-hnsw".to_string())) %>
5656

5757
<li class="nav-item d-none d-xl-flex align-items-center">

0 commit comments

Comments
 (0)