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.
InteractiveUtils.edit
1 parent a5e032e commit a55b12bCopy full SHA for a55b12b
stdlib/InteractiveUtils/src/editless.jl
@@ -186,7 +186,7 @@ Edit a file or directory optionally providing a line number to edit the file at.
186
Return to the `julia` prompt when you quit the editor. The editor can be changed
187
by setting `JULIA_EDITOR`, `VISUAL` or `EDITOR` as an environment variable.
188
189
-See also: (`define_editor`)[@ref]
+See also: [`define_editor`](@ref)
190
"""
191
function edit(path::AbstractString, line::Integer=0)
192
isempty(EDITOR_CALLBACKS) && define_default_editors()
0 commit comments