Skip to content

Commit

Permalink
main page documentation link
Browse files Browse the repository at this point in the history
fix with prettier and update Documentation link on main page
  • Loading branch information
elynema committed Dec 19, 2024
1 parent 7c459c4 commit eb377e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ export default async function Homepage() {
<p className="mt-6 text-lg leading-8 text-foreground-muted">
Avalon Media System is an open source platform for managing
and providing access to large collections of digital audio and
moving image content. The project is led by the libraries of Indiana
University Bloomington.
moving image content. The project is led by the libraries of
Indiana University Bloomington.
</p>
<div className="mt-10 flex items-center justify-center gap-x-6">
<Link href="/getting-started" className="button-primary">
Get started
</Link>
<a
href="https://github.com/samvera/hyku"
href="https://samvera.atlassian.net/wiki/spaces/avalon/overview"
className="text-sm font-semibold leading-6 text-foreground no-underline"
target="_blank"
rel="noopener noreferrer"
Expand Down

0 comments on commit eb377e8

Please sign in to comment.