mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-21 12:21:40 +00:00
Actual links
This commit is contained in:
parent
caa82e15a3
commit
b11a7016be
|
@ -54,7 +54,9 @@ function ProxyEdit({ proxyUrls, setProxyUrls }: ProxyEditProps) {
|
||||||
</p>
|
</p>
|
||||||
<p className="max-w-[20rem] font-medium">
|
<p className="max-w-[20rem] font-medium">
|
||||||
<Trans i18nKey="settings.connections.workers.description">
|
<Trans i18nKey="settings.connections.workers.description">
|
||||||
<MwLink to="https://google.com">Google</MwLink>
|
<MwLink to="https://docs.movie-web.app/proxy/deploy">
|
||||||
|
Proxy documentation
|
||||||
|
</MwLink>
|
||||||
</Trans>
|
</Trans>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -122,7 +124,9 @@ function BackendEdit({ backendUrl, setBackendUrl }: BackendEditProps) {
|
||||||
</p>
|
</p>
|
||||||
<p className="max-w-[20rem] font-medium">
|
<p className="max-w-[20rem] font-medium">
|
||||||
<Trans i18nKey="settings.connections.server.description">
|
<Trans i18nKey="settings.connections.server.description">
|
||||||
<MwLink to="https://google.com">Google</MwLink>
|
<MwLink to="https://docs.movie-web.app/backend/deploy">
|
||||||
|
Backend documentation
|
||||||
|
</MwLink>
|
||||||
</Trans>
|
</Trans>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue