mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-01 12:41:43 +08:00
Fix link to ZTAs docs
This commit is contained in:
parent
fbea79c1b0
commit
ca46b3eab6
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ defmodule LivebookWeb.AppComponents do
|
||||||
See the
|
See the
|
||||||
<a
|
<a
|
||||||
class="text-blue-800 hover:text-blue-600"
|
class="text-blue-800 hover:text-blue-600"
|
||||||
href={"https://hexdocs.pm/livebook/#{zta_metadata.type}"}
|
href={"https://hexdocs.pm/livebook/#{zta_metadata.type}.html"}
|
||||||
>
|
>
|
||||||
Authentication with <%= zta_metadata.name %> docs
|
Authentication with <%= zta_metadata.name %> docs
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue