From c41ded9d8c1e6e78b21dd52a3a551466d80c3e0d Mon Sep 17 00:00:00 2001 From: Ben Munson Date: Thu, 1 Jan 2015 19:49:44 -0800 Subject: [PATCH] Update to Getting Started Made the Github link specific to the repository instead of to the Github home page. --- content/about/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/about/getting-started.md b/content/about/getting-started.md index cb38efa..615177a 100755 --- a/content/about/getting-started.md +++ b/content/about/getting-started.md @@ -11,7 +11,7 @@ Formstone components are designed to be implemented easily without impacting you ### Deploy -The first step is to deploy the package, either by downloading the package from [GitHub](http://www.github.com/) or using [Bower](http://bower.io/), a front-end package manager. All Formstone components can be deployed and updated via the command line with Bower: +The first step is to deploy the package, either by downloading the package from [GitHub](https://github.com/Formstone/Formstone) or using [Bower](http://bower.io/), a front-end package manager. All Formstone components can be deployed and updated via the command line with Bower:
bower install ComponentName
@@ -34,4 +34,4 @@ When customizing any component, best practice is to deploy the production files ### Contribute -Find a bug? Have an idea for new functionality? You should check out [Contributing to Formstone](http://formstone.it/about/contributing). \ No newline at end of file +Find a bug? Have an idea for new functionality? You should check out [Contributing to Formstone](http://formstone.it/about/contributing).