From 023403b0c848571d942e4b503e26642136f5fe75 Mon Sep 17 00:00:00 2001 From: Joshua Holbrook Date: Mon, 8 Aug 2011 13:18:48 -0700 Subject: [PATCH] [fix] anchor tags in appendices now consistent, after headers for ronn, prefixed with "apx" --- appendices/building_the_handbook.md | 2 +- appendices/mailchimp.md | 2 +- appendices/package.json.md | 2 +- appendices/resources.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appendices/building_the_handbook.md b/appendices/building_the_handbook.md index 90a9a01..8745641 100644 --- a/appendices/building_the_handbook.md +++ b/appendices/building_the_handbook.md @@ -1,5 +1,5 @@ - # Appendix: Building the Nodejitsu Handbook + ## Dependencies diff --git a/appendices/mailchimp.md b/appendices/mailchimp.md index f042747..56f4765 100644 --- a/appendices/mailchimp.md +++ b/appendices/mailchimp.md @@ -1,5 +1,5 @@ - # Appendix: Mailchimp Integration in Nodejitsu + Nodejitsu features integration with [MailChimp](http://mailchimp.com). What is MailChimp? In their [own words](http://mailchimp.com/about/): diff --git a/appendices/package.json.md b/appendices/package.json.md index 3b49141..0d824e1 100644 --- a/appendices/package.json.md +++ b/appendices/package.json.md @@ -1,5 +1,5 @@ - # Appendix: package.json + ## Understanding the package.json format A package.json file describes your application, its dependencies, and other various application metadata. For a detailed spec on creating a package.json you can check out Isaac's fine documentation [here](https://github.com/isaacs/npm/blob/master/doc/developers.md#readme). diff --git a/appendices/resources.md b/appendices/resources.md index 634003c..9a05718 100644 --- a/appendices/resources.md +++ b/appendices/resources.md @@ -1,5 +1,5 @@ # Appendix: Resources - + New to Node.js? **Don't be scared!** There are plenty of resources out there for beginners. Here are just a few: