Skip to content

Commit 92d8b63

Browse files
authored
docs: update dead link (#712)
1 parent 3b2275c commit 92d8b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/internals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ because code moves around within the same file.
3434
but Revise takes pains to correct these, see below.)
3535

3636
Conceptually, Revise implements
37-
[`diff` and `patch`](https://linuxacademy.com/blog/linux/introduction-using-diff-and-patch/)
37+
[`diff` and `patch`](https://acloudguru.com/blog/engineering/introduction-using-diff-and-patch/)
3838
for a running Julia session. Schematically, Revise's inner loop (`revise()`) looks like this:
3939

4040
```julia

0 commit comments

Comments
 (0)