Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
Woozl committed Jun 21, 2023
1 parent 9f91308 commit bab88a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export default function Home() {
<CardContainer>
<Card
title="Ask a Question"
href="https://qgraph.renci.org/question"
href="/question-builder"
icon={<QueryIcon />}
gradient="blue"
>
<p>Use the ROBOKOP Question Builder to construct a new query, then use the visualization tool to explore relevant publications.</p>
</Card>
<Card
title="Explore the Data"
href="https://robokop.renci.org/api-docs"
href="/api-docs"
icon={<DataIcon />}
gradient="purple"
>
Expand Down

0 comments on commit bab88a0

Please sign in to comment.