Skip to content

Commit 9ff38e9

Browse files
committed
Fix formatting of Atom links in JS courses
Fixes #599
1 parent 0a9d943 commit 9ff38e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sites/en/javascript-snake-game/lesson-1.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ steps do
2323
When programming, you'll generally want these tools on hand:
2424

2525
* Your browser to see the code running (I recommend Chrome)
26-
* A text editor to change the code (Railsbridge recommends <a href="https://atom.io/"> Atom, but you can <a href="/installfest/editors">try a different editor</a>)
26+
* A text editor to change the code (Railsbridge recommends <a href="https://atom.io/">Atom</a>, but you can <a href="/installfest/editors">try a different editor</a>)
2727
* A javascript console so you can experiment and print out debugging
2828
messages. This is built into your browser.
2929

sites/en/javascript-to-do-list-with-react/javascript-to-do-list-with-react.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ When programming, you'll generally want these tools on hand:
4040

4141
* An internet connection. We're going to be communicating with other websites using JavaScript.
4242
* Your browser to see the code running (I recommend Chrome, but any will do!)
43-
* A text editor to change the code (Railsbridge recommends <a href="https://atom.io/"> Atom, but you can <a href="/installfest/editors">try a different editor</a>)
43+
* A text editor to change the code (Railsbridge recommends <a href="https://atom.io/">Atom</a>, but you can <a href="/installfest/editors">try a different editor</a>)
4444
* A javascript console so you can experiment and print out debugging
4545
messages. This is built into your browser.
4646

sites/en/javascript-to-do-list/javascript-to-do-list.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ When programming, you'll generally want these tools on hand:
3838

3939
* An internet connection. We're going to be communicating with other websites using JavaScript.
4040
* Your browser to see the code running (I recommend Chrome, but any will do!)
41-
* A text editor to change the code (Railsbridge recommends <a href="https://atom.io/"> Atom, but you can <a href="/installfest/editors">try a different editor</a>)
41+
* A text editor to change the code (Railsbridge recommends <a href="https://atom.io/">Atom</a>, but you can <a href="/installfest/editors">try a different editor</a>)
4242
* A Javascript console so you can experiment and print out debugging
4343
messages. This is built into your browser.
4444

0 commit comments

Comments
 (0)