Skip to content

Commit c6f8f9a

Browse files
committed
doc: fix img src in raw html
1 parent 336a82c commit c6f8f9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/man/introduction.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ gene flow/hybridization or gene tree estimation error,
119119
and can be hard to interpret biologically.
120120

121121
```@raw html
122-
<img src="assets/implicit.png" width="50%" alt="implicit split network" class="center"/>
122+
<img src="../../assets/implicit.png" width="50%" alt="implicit split network" class="center"/>
123123
```
124124

125125
In PhyloNetworks, we consider **explicit** phylogenetic networks exclusively.
@@ -130,14 +130,14 @@ In parenthetical format, internal nodes can have a name, like node `C` below,
130130
in a tree written as `(A,B)C` in newick format:
131131

132132
```@raw html
133-
<img src="assets/intNode.png" width="45%" alt="internal tree node C" class="center"/>
133+
<img src="../../assets/intNode.png" width="45%" alt="internal tree node C"/>
134134
```
135135

136136
To represent networks in parenthetical format, the extended newick format splits
137137
each hybrid node into two nodes with the same name:
138138

139139
```@raw html
140-
<img src="assets/netNewick.png" width="70%" alt="a hybrid node is split into 2 nodes with the same name, to represent a network as a tree" class="center"/>
140+
<img src="../../assets/netNewick.png" width="70%" alt="hybrid node split into 2 nodes of the same name"/>
141141
```
142142

143143
By convention, the hybrid tag is `# + H,LGT,R + number`, and the minor

0 commit comments

Comments
 (0)