mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-14 07:25:55 +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
|
if vsn = app && Application.spec(app, :vsn) do
|
||||||
url = "https://hexdocs.pm/#{app}/#{vsn}/#{inspect(module)}.html#{hash}"
|
url = "https://hexdocs.pm/#{app}/#{vsn}/#{inspect(module)}.html#{hash}"
|
||||||
"[Hexdocs](#{url})"
|
"[View on Hexdocs](#{url})"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue