Skip to content

Commit f2fa6cf

Browse files
authored
doc: fix two reference links in the manual (#35693)
1 parent 165a37b commit f2fa6cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

base/multimedia.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ variants, one can also supply the "raw" data in the requested MIME type by passi
317317
application/postscript) or `x::Vector{UInt8}` (for binary MIME types).
318318
319319
To customize how instances of a type are displayed, overload [`show`](@ref) rather than `display`,
320-
as explained in the manual section on [custom pretty-printing](@id man-custom-pretty-printing).
320+
as explained in the manual section on [custom pretty-printing](@ref man-custom-pretty-printing).
321321
"""
322322
function display(@nospecialize x)
323323
for i = length(displays):-1:1

doc/src/manual/control-flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,4 +825,4 @@ case the `finally` block will run after `catch` has handled the error.
825825

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

0 commit comments

Comments
 (0)