Skip to content

Commit 1c469d8

Browse files
committed
40553: remove wrong bracket from url
1 parent 6e1bacc commit 1c469d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sage/knots/knotinfo.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@ def homfly_polynomial(self, var1='v', var2='z', original=False):
13591359
13601360
The HOMFLY-PT polynomial `P(L)` of a link `L` satisfies the following skein
13611361
relation (see the corresponding `KnotInfo description page
1362-
<https://knotinfo.org/descriptions/jones_homfly_kauffman_description/polynomial_defn.html)>`__):
1362+
<https://knotinfo.org/descriptions/jones_homfly_kauffman_description/polynomial_defn.html>`__):
13631363
13641364
.. MATH::
13651365
@@ -1460,7 +1460,7 @@ def kauffman_polynomial(self, var1='a', var2='z', original=False):
14601460
under regular isotopy `\Delta (L) = a^{w(L)} F(L)` where `w(L)` is the
14611461
writhe of the link `L` satisfies the following skein relation
14621462
(see the corresponding `KnotInfo description page
1463-
<https://knotinfo.org/descriptions/jones_homfly_kauffman_description/polynomial_defn.html)>`__):
1463+
<https://knotinfo.org/descriptions/jones_homfly_kauffman_description/polynomial_defn.html>`__):
14641464
14651465
.. MATH::
14661466
@@ -1547,7 +1547,7 @@ def jones_polynomial(self, variab=None, skein_normalization=False, puiseux=False
15471547
15481548
The Jones polynomial `V(L)` of a link `L` satisfies the following skein
15491549
relation (see the corresponding `KnotInfo description page
1550-
<https://knotinfo.org/descriptions/jones_homfly_kauffman_description/polynomial_defn.html)>`__):
1550+
<https://knotinfo.org/descriptions/jones_homfly_kauffman_description/polynomial_defn.html>`__):
15511551
15521552
.. MATH::
15531553

0 commit comments

Comments
 (0)