Skip to content

Commit b26c6fb

Browse files
committed
Fix getting started link
1 parent b78a991 commit b26c6fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/docs/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const seo = {
6666
<PageHero
6767
title="Documentation"
6868
description="The Elixir programming language is broken into 6 applications. The links below reference the documentation for the modules and functions in each of those applications."
69-
note='See also our <a href="https://hexdocs.pm/elixir/getting-started.html" target="_blank" rel="noopener noreferrer">Getting Started guide</a> and the <a href="/learning/">Learning page</a> for books, courses, videos, and more.'
69+
note='See also our <a href="https://elixir.hexdocs.pm/introduction.html" target="_blank" rel="noopener noreferrer">Getting Started guide</a> and the <a href="/learning/">Learning page</a> for books, courses, videos, and more.'
7070
/>
7171

7272
{/* Stays inside the dark hero block. Negative top margin trims PageHero's

0 commit comments

Comments
 (0)