Skip to content

Commit 4d2b418

Browse files
committed
Add time-relevant permalink to reference to Hecke.jl
I did not use a permalink when I wrote these docstrings that reference Hecke.jl. I should have. Even though the function itself might have changed since, this is the permalink I would have used based on the commit time of 04c7705.
1 parent 52554f8 commit 4d2b418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/powers.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Given an integer `n`, returns `true` or `false` depending on whether or not it i
99
1010
Here, a perfect power is some number of the form ``a^b``, where ``a, b \in \mathbb{N}``, and ``b > 1``.
1111
12-
This function is a wrapper around [Hecke.jl's really excellent and efficient `ispower` function](https://github.com/thofma/Hecke.jl/blob/master/src/Misc/Integer.jl#L413-L443).
12+
This function is a wrapper around [Hecke.jl's really excellent and efficient `ispower` function](https://github.com/thofma/Hecke.jl/blob/600fa8b/src/Misc/Integer.jl#L413-L443).
1313
1414
!!! note
1515
@@ -34,7 +34,7 @@ Given an integer `n`, returns `true` or `false` depending on whether or not it i
3434
3535
A prime power is some number of the form ``p^b``, where ``p, b \in \mathbb{N}``, and ``p`` is a prime number``.
3636
37-
This function is a wrapper around [Hecke.jl's really excellent and effcient `ispower` function](https://github.com/thofma/Hecke.jl/blob/master/src/Misc/Integer.jl#L756-L769).
37+
This function is a wrapper around [Hecke.jl's really excellent and effcient `ispower` function](https://github.com/thofma/Hecke.jl/blob/600fa8b/src/Misc/Integer.jl#L756-L769).
3838
3939
See also: `CodingTheory.isperfectpower`.
4040
"""

0 commit comments

Comments
 (0)