Skip to content

Commit

Permalink
website update
Browse files Browse the repository at this point in the history
  • Loading branch information
gka committed Jan 18, 2013
1 parent e3fb8ed commit cae5a5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/kartograph.js/dorling.md
Expand Up @@ -3,7 +3,7 @@ layout: docs
title: Kartograph.js Docs — Symbol Maps
---

*this is work in progress*
*This tutorial is work in progress. If you want to help improving this, you're invited to [fork it on Github](https://github.com/kartograph/kartograph.org/blob/master/docs/kartograph.js/dorling.md)*

# Creating Dorling Cartograms

Expand Down
2 changes: 1 addition & 1 deletion docs/kartograph.js/index.md
Expand Up @@ -289,7 +289,7 @@ On top of that, each symbol type has some additional properties (such as ``radiu
text: function(d) { return d.name; }
});

To learn more about symbol maps, please check out the [symbol map documentation](/docs/kartograph.js/symbols/).
To learn more about symbol maps, please check out the [symbol map documentation](/docs/kartograph.js/symbols).


## Dot-Grids
Expand Down
2 changes: 1 addition & 1 deletion docs/kartograph.js/symbols.md
Expand Up @@ -142,7 +142,7 @@ In noverlap clustering you can control the ``tolerance`` to which overlapping is

## Dorling cartograms

See [Dorling cartogram tutorial](doring.html) for more information.
See [Dorling cartogram tutorial](doring) for more information.

symbols = map.addSymbols({
// ...
Expand Down

0 comments on commit cae5a5d

Please sign in to comment.