We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2275c commit 92d8b63Copy full SHA for 92d8b63
docs/src/internals.md
@@ -34,7 +34,7 @@ because code moves around within the same file.
34
but Revise takes pains to correct these, see below.)
35
36
Conceptually, Revise implements
37
-[`diff` and `patch`](https://linuxacademy.com/blog/linux/introduction-using-diff-and-patch/)
+[`diff` and `patch`](https://acloudguru.com/blog/engineering/introduction-using-diff-and-patch/)
38
for a running Julia session. Schematically, Revise's inner loop (`revise()`) looks like this:
39
40
```julia
0 commit comments