Skip to content

Commit b6aecd2

Browse files
committed
minor changes
1 parent a5e1ceb commit b6aecd2

13 files changed

+471
-36
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ run_server.sh
55
gist/
66
test/
77
docs/
8+
.DS_store

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ The input of takes annotated
2424
### Add libraries
2525
```html
2626
<!-- add CSS -->
27-
<link rel="stylesheet" href="https://cdn.rawgit.com/G3js/lollipop/master/css/style.min.css">
27+
<link rel="stylesheet" href="https://s3-us-west-2.amazonaws.com/cdsjsd3/css/g3-lollipop.min.css">
2828

2929
<!-- D3 and G3-lollipop libraries -->
3030
<script src="https://d3js.org/d3.v4.min.js"></script>
31-
<script src="https://s3-us-west-2.amazonaws.com/cdsjsd3/g3-lollipop.min.js"></script>
31+
<script src="https://s3-us-west-2.amazonaws.com/cdsjsd3/js/g3-lollipop.min.js"></script>
3232
```
3333

3434
### Input data
File renamed without changes.

0 commit comments

Comments
 (0)