]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix invalid link in area.md (#4257)
authorXingan Wang <wangxgwxg@gmail.com>
Sat, 13 May 2017 17:30:23 +0000 (10:30 -0700)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Sat, 13 May 2017 17:30:23 +0000 (19:30 +0200)
docs/charts/area.md

index d51f84754a52c74d9321e2ae82fc8cea5a93f857..3389c87ce9b5341b92f68a0d414d734fc64dae6b 100644 (file)
@@ -2,7 +2,7 @@
 
 Both [line](line.md) and [radar](radar.md) charts support a `fill` option on the dataset object which can be used to create area between two datasets or a dataset and a boundary, i.e. the scale `origin`, `start` or `end` (see [filling modes](#filling-modes)).
 
-> **Note:** this feature is implemented by the [`filler` plugin](/chartjs/Chart.js/blob/master/src/plugins/plugin.filler.js).
+> **Note:** this feature is implemented by the [`filler` plugin](https://github.com/chartjs/Chart.js/blob/master/src/plugins/plugin.filler.js).
 
 ## Filling modes