Skip to content

Commit

Permalink
links change
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Feb 21, 2015
1 parent fba6234 commit b78c7cd
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 43 deletions.
72 changes: 36 additions & 36 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/tutorials/1_binding.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<body>
<!-- HTML -->

<script src="http://mailonline.github.io/milo/milo.bundle.js"></script>
<script src="http://milojs.github.io/milo/milo.bundle.js"></script>

<!-- Let's take a look at the basics of binding. A lot of what you see
will be covered in more detail in later tutorials. -->
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorials/2_data.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>
<!-- HTML -->

<script src="http://mailonline.github.io/milo/milo.bundle.js"></script>
<script src="http://milojs.github.io/milo/milo.bundle.js"></script>

<!-- A simple component binding with a single data facet -->
<div ml-bind="[data]:comp">My first component</div>
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorials/3_messengers.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>
<!-- HTML -->

<script src="http://mailonline.github.io/milo/milo.bundle.js"></script>
<script src="http://milojs.github.io/milo/milo.bundle.js"></script>

<!-- Milo is messenger crazy, everything has a messenger, components,
their facets, models, and even milo itself (milo.mail).
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorials/4_models.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>
<!-- HTML -->

<script src="http://mailonline.github.io/milo/milo.bundle.js"></script>
<script src="http://milojs.github.io/milo/milo.bundle.js"></script>

<!-- This lesson on milo models is all in the javascript below.
There is no HTML required. Milo models are just as useful in
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorials/5_minder.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>
<!-- HTML -->

<script src="http://mailonline.github.io/milo/milo.bundle.js"></script>
<script src="http://milojs.github.io/milo/milo.bundle.js"></script>


<!-- Minder is the key to creating reactive connections in milo. We can bind
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorials/6_lists.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<body>
<!-- HTML -->

<script src="http://mailonline.github.io/milo/milo.bundle.js"></script>
<script src="http://milojs.github.io/milo/milo.bundle.js"></script>

<div ml-bind="[list]:list">
Inside we can put whatever markup we want, as long as<br>
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorials/tutorial_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<body>
<!-- HTML -->

<script src="http://mailonline.github.io/milo/milo.bundle.js"></script>
<script src="http://milojs.github.io/milo/milo.bundle.js"></script>
<!-- Insert HTML here -->

<!-- END HTML -->
Expand Down

0 comments on commit b78c7cd

Please sign in to comment.