Skip to content

Commit 2f76da0

Browse files
authored
Fix broken link in the docstring of Thunk (#560)
* Fix broken link in the docstring of `Thunk` * Update Project.toml
1 parent 117910b commit 2f76da0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ChainRulesCore"
22
uuid = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
3-
version = "1.15.0"
3+
version = "1.15.1"
44

55
[deps]
66
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"

src/tangent_types/thunks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ with a field for each variable used in the expression, and call overloaded.
186186
Do not use `@thunk` if this would be equal or more work than actually evaluating the expression itself.
187187
This is commonly the case for scalar operators.
188188
189-
For more details see the manual section [on using thunks effectively](http://www.juliadiff.org/ChainRulesCore.jl/dev/writing_good_rules.html#Use-Thunks-appropriately-1)
189+
For more details see the manual section [on using thunks effectively](https://juliadiff.org/ChainRulesCore.jl/dev/rule_author/writing_good_rules.html#Use-Thunks-appropriately).
190190
"""
191191
struct Thunk{F} <: AbstractThunk
192192
f::F

0 commit comments

Comments
 (0)