Skip to content

Commit 8528582

Browse files
authored
Update README.md
1 parent 5090d7b commit 8528582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ Here, I am going to talk about the structure of `PandaAnalyzer` and its operator
6262
- Many `AnalysisOp`s, which do physics tasks. These can be chained together in a tree-like structure
6363
- A `Registry`, which holds `shared_ptr`s to objects that should be shared between `AnalysisOps` (or really anywhere else in `PandaAnalyzer`).
6464

65-
Here is what that looks like in a (clickable!) image:
65+
Here is what that looks like in an image:
6666

67-
![click me](http://t3serv001.mit.edu/~snarayan/doxy/PandaAnalysis/classpa_1_1PandaAnalyzer__coll__graph_org.svg)
67+
![](http://t3serv001.mit.edu/~snarayan/doxy/Panda/classpa_1_1PandaAnalyzer__coll__graph_org.svg)
6868

6969
### Operators
7070
The inheritance diagram for `Operator`s looks like:

0 commit comments

Comments
 (0)