Change Hexdocs link caption (#1444)

This commit is contained in:
ByeongUk Choi 2022-09-28 21:48:25 +09:00 committed by GitHub
parent 5ba818a652
commit 3aa34393c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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