Skip to content

Commit afa8d70

Browse files
committed
changed URL index to avoid collisions below now 😁
1 parent 75e9e05 commit afa8d70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crash-course.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ The syntax for records differs significantly between Erlang and Elixir. Please r
358358
[1]: http://learnyousomeerlang.com/a-short-visit-to-common-data-structures#records
359359
[2]: http://elixir-lang.org/getting_started/4.html
360360

361-
In order to translate Erlang records into Elixir records, use Record.extract(). For example, to use the `ec2_instance_spec` record from [erlcloud][3]:
361+
In order to translate Erlang records into Elixir records, use Record.extract(). For example, to use the `ec2_instance_spec` record from [erlcloud][8]:
362362

363363
{% highlight ruby %}
364364
defrecord :ec2_instance_spec, Record.extract(:ec2_instance_spec,
@@ -373,7 +373,7 @@ new_host = :ec2_instance_spec.new(
373373
IO.puts inspect(new_host)
374374
{% endhighlight %}
375375

376-
[3]: https://github.com/gleber/erlcloud/blob/master/include/erlcloud_ec2.hrl#L11
376+
[8]: https://github.com/gleber/erlcloud/blob/master/include/erlcloud_ec2.hrl#L11
377377

378378
<div id="modules"></div>
379379

0 commit comments

Comments
 (0)