Skip to content

Commit 9a9b531

Browse files
committed
Updates broken links inside integration with Elixir page
1 parent 88e5827 commit 9a9b531

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/integrations/elixir.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
heading="Use Elixir directly in Livebook"
77
description="Livebook has an interactive environment to code in Elixir. You can use it to learn Elixir, explore Elixir packages, prototypes, scripts, and interactive data apps."
88
image_src="/images/integration_details/elixir_details.png"
9-
cta_link="https://github.com/livebook-dev/livebook/blob/main/lib/livebook/notebook/learn/elixir_and_livebook.livemd"
9+
cta_link="https://github.com/livebook-dev/livebook/blob/main/lib/livebook/notebook/learn/intro_to_livebook.livemd#elixir-integration"
1010
cta_main="Learn more"
1111
cta_description="Elixir & Livebook"
1212
}}
@@ -27,13 +27,13 @@
2727
{{>
2828
integration_feature
2929
feature="Interactive UI to visualize, debug and edit Elixir pipelines"
30-
description="Livebook has an interactive widget that lets you see the result of an Elixir pipeline, enable/disable pipeline steps, and re-order them through drag and drop. <a href='https://github.com/livebook-dev/livebook/blob/main/lib/livebook/notebook/learn/intro_to_kino.livemd#dbg' class='underline'>Learn how to do this.</a>"
30+
description="Livebook has an interactive widget that lets you see the result of an Elixir pipeline, enable/disable pipeline steps, and re-order them through drag and drop. <a href='https://github.com/livebook-dev/livebook/blob/main/lib/livebook/notebook/learn/kino/intro_to_kino.livemd#dbg' class='underline'>Learn how to do this.</a>"
3131
image_src="/images/integration_details/elixir_interactive_UI.png"
3232
}}
3333
{{>
3434
integration_feature
3535
feature="Run a notebook within the context of a Mix project"
36-
description="It's super easy to <a href='https://github.com/livebook-dev/livebook/blob/main/lib/livebook/notebook/learn/elixir_and_livebook.livemd#mix-projects' class='underline'>run code of a Mix project inside Livebook</a>. This can be useful for interactive development or for experimenting with your project's code."
36+
description="It's super easy to <a href='https://github.com/livebook-dev/livebook/blob/main/lib/livebook/notebook/learn/intro_to_livebook.livemd#mix-projects' class='underline'>run code of a Mix project inside Livebook</a>. This can be useful for interactive development or for experimenting with your project's code."
3737
image_src="/images/integration_details/elixir_mix_context.png"
3838
}}
3939
{{>

0 commit comments

Comments
 (0)