Skip to content

Commit

Permalink
doc: fix two reference links in the manual (JuliaLang#35693)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed May 2, 2020
1 parent 165a37b commit f2fa6cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/multimedia.jl
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ variants, one can also supply the "raw" data in the requested MIME type by passi
application/postscript) or `x::Vector{UInt8}` (for binary MIME types).
To customize how instances of a type are displayed, overload [`show`](@ref) rather than `display`,
as explained in the manual section on [custom pretty-printing](@id man-custom-pretty-printing).
as explained in the manual section on [custom pretty-printing](@ref man-custom-pretty-printing).
"""
function display(@nospecialize x)
for i = length(displays):-1:1
Expand Down
2 changes: 1 addition & 1 deletion doc/src/manual/control-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -825,4 +825,4 @@ case the `finally` block will run after `catch` has handled the error.

Tasks are a control flow feature that allows computations to be suspended and resumed in a flexible
manner. We mention them here only for completeness; for a full discussion see
[Asynchronous Programming](@id man-asynchronous).
[Asynchronous Programming](@ref man-asynchronous).

0 comments on commit f2fa6cf

Please sign in to comment.