Instead of a direct link, restore the extensions.md file which now redirects /notes/extensions.html to https://github.com/chartjs/awesome in case anyone bookmarked it / there were links to it.
"title": "Chart.js documentation",
"author": "chartjs",
"gitbook": "3.2.2",
- "plugins": ["-lunr", "-search", "search-plus", "anchorjs", "chartjs", "ga"],
+ "plugins": [
+ "-lunr",
+ "-search",
+ "search-plus",
+ "anchorjs",
+ "chartjs",
+ "ga",
+ "redirect"
+ ],
"pluginsConfig": {
"anchorjs": {
"icon": "#",
* [Contributing](developers/contributing.md)
* [Additional Notes](notes/README.md)
* [Comparison Table](notes/comparison.md)
- * [Popular Extensions](https://github.com/chartjs/awesome)
+ * [Popular Extensions](notes/extensions.md)
* [License](notes/license.md)
--- /dev/null
+!REDIRECT "https://github.com/chartjs/awesome"