]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix links to 09-Advanced.md (was 07-Advanced.md) 2675/head
authorTobias Leich <email@froggs.de>
Tue, 31 May 2016 13:26:34 +0000 (15:26 +0200)
committerTobias Leich <email@froggs.de>
Tue, 31 May 2016 13:26:34 +0000 (15:26 +0200)
CONTRIBUTING.md

index 0d026275c3ed72de5ac4889f70db36f104e42ec9..ff00456ddfe6551ad7d95876dc631639fbcc033a 100644 (file)
@@ -9,7 +9,7 @@ Using issues
 
 The [issue tracker](https://github.com/chartjs/Chart.js/issues) is the preferred channel for reporting bugs, requesting new features and submitting pull requests.
 
-If you're suggesting a new chart type, please take a look at [writing new chart types](https://github.com/chartjs/Chart.js/blob/master/docs/07-Advanced.md#writing-new-chart-types) in the documentation or consider [creating a plugin](https://github.com/chartjs/Chart.js/blob/master/docs/07-Advanced.md#creating-plugins).
+If you're suggesting a new chart type, please take a look at [writing new chart types](https://github.com/chartjs/Chart.js/blob/master/docs/09-Advanced.md#writing-new-chart-types) in the documentation or consider [creating a plugin](https://github.com/chartjs/Chart.js/blob/master/docs/09-Advanced.md#creating-plugins).
 
 To keep the library lightweight for everyone, it's unlikely we'll add many more chart types to the core of Chart.js, but issues are a good medium to design and spec out how new chart types could work and look.