summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPreston Parry <ClimbsRocks@users.noreply.github.com>2015-01-04 23:16:02 -0800
committerPreston Parry <ClimbsRocks@users.noreply.github.com>2015-01-04 23:16:02 -0800
commitce4c4bf9a0fcb66c9db9a55f0e5fb8979865468d (patch)
tree6040621091f503563809c55139355cfd842c6581
parentbe4a6a6b02e935f01054785a0937be41e3bbf002 (diff)
parentc09c2e18ff6f5962d604fd0f0b3807bb470f00bc (diff)
downloadbackbonetutorials-ce4c4bf9a0fcb66c9db9a55f0e5fb8979865468d.zip
backbonetutorials-ce4c4bf9a0fcb66c9db9a55f0e5fb8979865468d.tar.gz
backbonetutorials-ce4c4bf9a0fcb66c9db9a55f0e5fb8979865468d.tar.bz2
Merge pull request #128 from ClimbsRocks/patch-6
Updated Getting Started Link away from Free Trial
-rw-r--r--_posts/2013-8-29-real-time-backbone-with-pubnub.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2013-8-29-real-time-backbone-with-pubnub.md b/_posts/2013-8-29-real-time-backbone-with-pubnub.md
index 441451e..5049738 100644
--- a/_posts/2013-8-29-real-time-backbone-with-pubnub.md
+++ b/_posts/2013-8-29-real-time-backbone-with-pubnub.md
@@ -24,7 +24,7 @@ The easiest way to get started is by using bower via `bower install pubnub-backb
<script src="/path/to/backbone-pubnub.min.js"></script>
{% endhighlight %}
-The easiest way to get started using the library is by creating a PubNub based collection. This will automatically propagate all create, update, and delete methods across all other clients in real-time. This requires creating a free account to get your API keys at [http://pubnub.com/free-trial](http://pubnub.com/free-trial) and then initializing a global PubNub instance:
+The easiest way to get started using the library is by creating a PubNub based collection. This will automatically propagate all create, update, and delete methods across all other clients in real-time. This requires creating a free account to get your API keys at [http://www.pubnub.com/get-started](http://www.pubnub.com/get-started) and then initializing a global PubNub instance:
{% highlight javascript %}
var pubnub = PUBNUB.init({