From 4b59442e97f30be606426d8cd4e19229bb22d869 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Thu, 17 Mar 2016 10:52:43 -0700 Subject: [PATCH] Fixed blog link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06ccb16ba..2a9ac95f7 100644 --- a/README.md +++ b/README.md @@ -341,7 +341,7 @@ To start developing features for a new version of PCjs, here are the recommended 3. Make changes 4. Run "grunt" to build new versions of the apps (eg, "/versions/pcjs/1.x.x/pc.js") -You might also want to check out the blog post on [PCjs Coding Conventions](/blog/2014/09/30/). +You might also want to check out the blog post on [PCjs Coding Conventions](http://www.pcjs.org/blog/2014/09/30/). You may also want to skip step #2 until you're ready to start testing the new version. Depending on the nature of your changes, it may be better to manually edit the version number in only a few machine XML files for testing,