Skip to content

Commit 3933c94

Browse files
committed
fixing two links in doc
1 parent b726278 commit 3933c94

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/man/extending_ls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ As an example of a custom callback, here is a simple modified callback mechanism
2121
custom_callback(fp::AbstractString) = (println("Hello!"); file_changed_callback(fp))
2222
```
2323

24-
A more sophisticated customised callback is the one that is used in [`servedocs`](@ref) (see [`LiveServer.servedocs_callback`](@ref)).
24+
A more sophisticated customised callback is the one that is used in [`servedocs`](@ref) (see [`LiveServer.servedocs_callback!`](@ref)).
2525
The callback has a different behaviour depending on which file is modified and does a few extra steps before signalling the viewers to reload appropriate pages.
2626

2727
## Writing your own `FileWatcher`

docs/src/man/ls+lit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ julia> servedocs(literate=joinpath("docs", "literate"))
163163

164164
if you navigate to `localhost:8000` you should end up with
165165

166-
![](/assets/testlit.png)
166+
![](../assets/testlit.png)
167167

168168
if you modify `testlit/docs/literate/man/pg1.jl` for instance writing `f(4)` it will be applied directly:
169169

170-
![](/assets/testlit2.png)
170+
![](../assets/testlit2.png)

0 commit comments

Comments
 (0)