mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-03-11 14:25:46 +08:00
Change Hexdocs link caption (#1444)
This commit is contained in:
parent
5ba818a652
commit
3aa34393c5
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ defmodule Livebook.Intellisense do
|
|||
|
||||
if vsn = app && Application.spec(app, :vsn) do
|
||||
url = "https://hexdocs.pm/#{app}/#{vsn}/#{inspect(module)}.html#{hash}"
|
||||
"[Hexdocs](#{url})"
|
||||
"[View on Hexdocs](#{url})"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue