Skip to content

Commit f099b95

Browse files
committed
fix broken link
1 parent 2e57ef5 commit f099b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introduction/A_overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Phoenix is a web development framework written in Elixir which implements the se
22

33
Phoenix provides the best of both worlds, high developer productivity _and_ high application performance. It also has some interesting new twists like channels for implementing realtime features and pre-compiled templates for blazing speed.
44

5-
If you are already familiar with Elixir, great! If not, there are a number of places to learn. The [Elixir guides](http://elixir-lang.org/getting_started/1.html) are a great place to start. We also have a list of helpful resources in the [Learning Elixir Guide](http://www.phoenixframework.org/docs/learning-elixir).
5+
If you are already familiar with Elixir, great! If not, there are a number of places to learn. The [Elixir guides](http://elixir-lang.org/getting_started/1.html) are a great place to start. We also have a list of helpful resources in the [Learning Elixir and Erlang Guide](http://www.phoenixframework.org/docs/learning-elixir-and-erlang).
66

77
The aim of this introductory guide is to present a brief, high-level overview of Phoenix, the parts that make it up, and the layers underneath that support it.
88

0 commit comments

Comments
 (0)