Skip to content

Commit 3a3dd26

Browse files
committed
Fix trakem2/plugins mass replace error
1 parent 164747f commit 3a3dd26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_pages/contribute/governance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Here is a summary of roles for projects in the [SciJava](/libs/scijava) ecosyste
294294
<p><a href="https://github.com/orgs/trakem2/people">List on GitHub</a></p>
295295
</td>
296296
<td>
297-
<p><a href="https://github.com/trakem2/plugins/trakem2/graphs/contributors">Info on GitHub</a></p>
297+
<p><a href="https://github.com/trakem2/trakem2/graphs/contributors">Info on GitHub</a></p>
298298
</td>
299299
<td></td>
300300
</tr>

_pages/plugins/trakem2/scripting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ Then, we iterate all nodes of the arbor looking for nodes that have the "neck st
10761076
# Albert Cardona 2015-07-02 for Jemima Burden at UCL.
10771077

10781078
# See also the API of the Ball class:
1079-
# https://github.com/trakem2/plugins/trakem2/blob/master/plugins/trakem2_/src/main/java/ini/trakem2/display/Ball.java#L716
1079+
# https://github.com/trakem2/trakem2/blob/master/src/main/java/ini/trakem2/display/Ball.java#L716
10801080

10811081

10821082
from ini.trakem2.display import Display, Ball

0 commit comments

Comments
 (0)