You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/docs/index.astro
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ const seo = {
66
66
<PageHero
67
67
title="Documentation"
68
68
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.'
70
70
/>
71
71
72
72
{/* Stays inside the dark hero block. Negative top margin trims PageHero's
0 commit comments