Skip to content

Commit 6c79a92

Browse files
committed
Fix video download link
1 parent 8eb57f4 commit 6c79a92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Get started by opening this lab with `learn open` (or by pressing the Open butto
1717

1818
<iframe width="960" height="720" src="https://www.youtube.com/embed/L_eoziYKLXw?rel=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe>
1919

20-
[Download MP4]([MP4](http://flatiron-videos.s3.amazonaws.com/ironboard/ruby/ruby-lecture-reading-error-messages/ruby-lecture-reading-error-messages.mp4))
20+
[Download MP4](http://flatiron-videos.s3.amazonaws.com/ironboard/ruby/ruby-lecture-reading-error-messages/ruby-lecture-reading-error-messages.mp4)
2121

2222
## Reading Error Messages
2323

@@ -126,3 +126,5 @@ Did you watch it? Okay, great. Let's proceed. The point of this lab is to get yo
126126
Feel proud, being able to read an error message and fix it, no matter how basic, is a huge step in being a programmer. Get comfortable with broken code, it's totally normal in programming.
127127

128128
<p data-visibility='hidden'>View <a href='https://learn.co/lessons/ruby-lecture-reading-error-messages' title='Intro to Reading Ruby Error Messages'>Intro to Reading Ruby Error Messages</a> on Learn.co and start learning to code for free.</p>
129+
130+
<p data-visibility='hidden'>View <a href='https://learn.co/lessons/ruby-lecture-reading-error-messages'>Reading Error Messages</a> on Learn.co and start learning to code for free.</p>

0 commit comments

Comments
 (0)