Skip to content

Commit

Permalink
Fix the font-awesome link
Browse files Browse the repository at this point in the history
  • Loading branch information
pnavarrc committed Mar 3, 2014
1 parent 3bfe54a commit 88dc8c1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "panama-network",
"version": "0.1.0",
"version": "0.2.0",
"authors": [
"gregorio <[email protected]>"
],
Expand Down
3 changes: 2 additions & 1 deletion docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ layout: main
title: Documentation
---

<link href="{{ site.baseurl }}/css/font-awesome.min.css" rel="stylesheet">
<link href="{{ site.baseurl }}/css/pty.css" rel="stylesheet">
<script src="{{ site.baseurl }}/js/lib/d3.min.js"></script>
<script src="{{ site.baseurl }}/src/pty.js"></script>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">


# Network Chart

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "panama-network",
"version": "0.1.0",
"version": "0.2.0",
"description": "Visualization of influence networks for candidates in Panama",
"main": "Gruntfile.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/pty.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* globals d3:false */

var pty = {
version: '0.1.0' // semver
version: '0.2.0' // semver
};

// SVG Transformations
Expand Down

0 comments on commit 88dc8c1

Please sign in to comment.