Skip to content

Commit ada80f9

Browse files
committed
Fix links in index
1 parent 38f330d commit ada80f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h3>CE-Symm</h3>
116116
<table class="route">
117117
<tr>
118118
<td><pre>/cesymm/:id/multi</pre></td>
119-
<td>Example: <a href="/cesymm/1itb.A/multi">/cesymm/1itb.A</a></td>
119+
<td>Example: <a href="/cesymm/1itb.A/multi">/cesymm/1itb.A/multi</a></td>
120120
</tr>
121121
</table>
122122
View the CE-Symm alignment as a multiple structure superposition.
@@ -126,7 +126,7 @@ <h3>CE-Symm</h3>
126126
<table class="route">
127127
<tr>
128128
<td><pre>/cesymm/:id/pdb</pre></td>
129-
<td>Example: <a href="/cesymm/1itb.A">/cesymm/1itb.A/pdb</a></td>
129+
<td>Example: <a href="/cesymm/1itb.A/pdb">/cesymm/1itb.A/pdb</a></td>
130130
</tr>
131131
</table>
132132
PDB file with a superposition of the structure.

0 commit comments

Comments
 (0)