Skip to content

Commit

Permalink
Merge pull request #259 from clEsperanto/update-url-in-html-repr
Browse files Browse the repository at this point in the history
remove `prototype` from url
  • Loading branch information
StRigaud authored Oct 15, 2024
2 parents 32cd1a4 + 402b632 commit 41544c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyclesperanto/_operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ def __repr_html__(self):
image,
"</td>",
'<td style="text-align: center; vertical-align: top;">',
'<b><a href="https://github.com/clEsperanto/pyclesperanto_prototype" target="_blank">cle._</a> image</b><br/>',
'<b><a href="https://github.com/clEsperanto/pyclesperanto" target="_blank">cle._</a> image</b><br/>',
"<table>",
"<tr><td>shape</td><td>"
+ str(self.shape).replace(" ", "&nbsp;")
Expand Down

0 comments on commit 41544c9

Please sign in to comment.