diff --git a/manual/jsroot/index.md b/manual/jsroot/index.md index 40ddc46e..fafd5d84 100644 --- a/manual/jsroot/index.md +++ b/manual/jsroot/index.md @@ -20,7 +20,7 @@ Its source code repository is [in GitHub](https://github.com/root-project/jsroot ## Users's Guide -The [JSROOT user's guide] (https://github.com/root-project/jsroot/blob/master/docs/JSROOT.md) describes its [installation](https://github.com/root-project/jsroot/blob/master/docs/JSROOT.md#installing-jsroot), +The [JSROOT user's guide](https://github.com/root-project/jsroot/blob/master/docs/JSROOT.md) describes its [installation](https://github.com/root-project/jsroot/blob/master/docs/JSROOT.md#installing-jsroot), how to [draw objects in JSROOT](https://github.com/root-project/jsroot/blob/master/docs/JSROOT.md#drawing-objects-in-jsroot), gives a list of [supported classes](https://github.com/root-project/jsroot/blob/master/docs/JSROOT.md#supported-root-classes-by-jsroot) with many examples, and more advanced techniques like [superimposing objects](https://github.com/root-project/jsroot/blob/master/docs/JSROOT.md#superimposing-draw-objects) and displaying [TTree](https://root.cern/doc/master/classTTree.html) data using the [TTree::Draw syntax](https://github.com/root-project/jsroot/blob/master/docs/JSROOT.md#ttree-draw) There is also a chapter about the [Geometry viewer](https://github.com/root-project/jsroot/blob/master/docs/JSROOT.md#geometry-viewer) and more.