Skip to content

Commit a458359

Browse files
committed
Corrected links to examples
1 parent 6b59557 commit a458359

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

jsModulesAndBuildTools/README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# Introduction to D3
1+
# JavaScript Modules & Build Tools
22

3-
[Slides and Code Examples](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/)
3+
* [Slides and Code Examples](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/)
4+
* [YouTube Video: JavaScript Modules & Build Tools](https://www.youtube.com/watch?v=U4ja6HeBm6s)
45

56
## Examples
67

7-
Check out the [Example Viewer](http://curran.github.io/screencasts/introToD3/examples/viewer/#/1). Use left and right arrow keys to navigate.
8+
Check out the [Example Viewer](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/1). Use left and right arrow keys to navigate.
89

910
* [Example 1](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/1) - ([run it!](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/code/snapshot01) | [index.html](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/1/index.html)) - Monolithic
1011
* [Example 2](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/2) - ([run it!](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/code/snapshot02) | [index.html](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/2/index.html)) - Global Variables

jsModulesAndBuildTools/examples/README_template.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# Introduction to D3
1+
# JavaScript Modules & Build Tools
22

3-
[Slides and Code Examples](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/)
3+
* [Slides and Code Examples](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/)
4+
* [YouTube Video: JavaScript Modules & Build Tools](https://www.youtube.com/watch?v=U4ja6HeBm6s)
45

56
## Examples
67

7-
Check out the [Example Viewer](http://curran.github.io/screencasts/introToD3/examples/viewer/#/1). Use left and right arrow keys to navigate.
8+
Check out the [Example Viewer](http://curran.github.io/screencasts/jsModulesAndBuildTools/examples/viewer/#/1). Use left and right arrow keys to navigate.
89

910
<%= examples %>
1011

0 commit comments

Comments
 (0)