Skip to content

Commit

Permalink
Merge pull request #32 from openearthplatforminitiative/fix-resource-…
Browse files Browse the repository at this point in the history
…links

Changed to actual links for metadata and open policy
  • Loading branch information
henrikav authored Feb 14, 2024
2 parents d1c2475 + 1341d7c commit db851a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/resources/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Home = () => {
</Typography>
<Box className={'flex flex-row flex-wrap gap-6 w-full'}>
<Link
href={'https://www.openepi.io/'}
href={'https://www.openepi.io/resources/open-policy'}
target={'_blank'}
className={
'w-full flex flex-1 md:min-w-[300px] min-w-[250px] 2xs:max-w-[calc(100%-0.75rem)] xs:max-w-[calc(50%-0.75rem)] lg:max-w-[calc(33%-0.75rem)]'
Expand Down Expand Up @@ -58,7 +58,7 @@ const Home = () => {
</Card>
</Link>
<Link
href={'https://www.openepi.io/'}
href={'https://www.openepi.io/resources/metadata-specification'}
target={'_blank'}
className={
'w-full flex flex-1 md:min-w-[300px] min-w-[250px] 2xs:max-w-[calc(100%-0.75rem)] xs:max-w-[calc(50%-0.75rem)] lg:max-w-[calc(33%-0.75rem)]'
Expand Down

0 comments on commit db851a6

Please sign in to comment.