I am modifying a tree structure from one of the d3 examples with my own data set in a .json file. I have a working copy with my own data. What I want to do now is modify the text so that they link to corresponding urls. There doesn't seem to be much documentation, that I've found, about how to do this.
This is the example tree that I am using: http://bl.ocks.org/1249394
Any suggestions on where to start?