Skip to content

Commit fb6b5d8

Browse files
committed
baby
1 parent 1d13d95 commit fb6b5d8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<a href="/contribute.html">contribute</a>
7979
<a href="/about.html">about</a>
8080
<a href="http://feeds.feedburner.com/BackboneTutorials">subscribe</a>
81-
<a href="/chat.html"><strong>chat</strong></a>
81+
<a href="/lessons.html"><strong>team training</strong></a>
8282
</div>
8383

8484

_posts/2011-10-10-organizing-backbone-using-modules.textile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This was quite a different decision to other Javascript MVC frameworks who were
1313

1414
Hopefully this tutorial will allow you to build a much more robust project with great separation of concerns between design and code.
1515

16-
This tutorial will get you started on combining Backbone.js with "AMD":http://www.com (Asynchronous Module Definitions).
16+
This tutorial will get you started on combining Backbone.js with "AMD":https://github.com/amdjs/amdjs-api/wiki/AMD (Asynchronous Module Definitions).
1717

1818
h3. What is AMD?
1919

lessons.textile

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: default
3+
title: Lessons
4+
---
5+
p. If you and your team are looking to learn Backbone.js and other front end development skills, I am available to fly in and coach onsite.
6+
7+
If you would like to discuss team training with me, send an email directly to [email protected]

0 commit comments

Comments
 (0)