Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ var graph = new Rickshaw.Graph( {

graph.render();
```
See the [overview](https://shutterstock.github.io/rickshaw/), [tutorial](http://shutterstock.github.com/rickshaw/tutorial/introduction.html), and [examples](http://shutterstock.github.com/rickshaw/examples/) for more.
See the [overview](https://tech.shutterstock.com/rickshaw/), [tutorial](https://tech.shutterstock.com/rickshaw/tutorial/introduction.html), and [examples](https://tech.shutterstock.com/rickshaw/examples/) for more.

## Install

Expand All @@ -79,7 +79,7 @@ npm install --save rickshaw

### Dependencies

Rickshaw relies on the fantastic [D3 visualization library](http://mbostock.github.com/d3/) to do lots of the heavy lifting for stacking and rendering to SVG.
Rickshaw relies on the fantastic [D3 visualization library](https://d3js.org/) to do lots of the heavy lifting for stacking and rendering to SVG.

Some extensions require [jQuery](http://jquery.com) and [jQuery UI](http://jqueryui.com), but for drawing some basic graphs you'll be okay without.

Expand Down Expand Up @@ -152,7 +152,7 @@ Add a callback to run when the graph is rendered

## Extensions

Once you have a basic graph, extensions let you add functionality. See the [overview](https://shutterstock.github.io/rickshaw/) and [examples](http://shutterstock.github.com/rickshaw/examples/) listing for more.
Once you have a basic graph, extensions let you add functionality. See the [overview](https://tech.shutterstock.com/rickshaw/) and [examples](https://tech.shutterstock.com/rickshaw/examples/) listing for more.

* __Rickshaw.Graph.Legend__ - add a basic legend

Expand Down