Skip to content

Commit 736a800

Browse files
committed
refac
1 parent fcedeb9 commit 736a800

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/lib/components/AddToolServerModal.svelte

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -917,10 +917,8 @@
917917
'MCP support is experimental and its specification changes often, which can lead to incompatibilities. OpenAPI specification support is directly maintained by the Open WebUI team, making it the more reliable option for compatibility.'
918918
)}
919919

920-
<a
921-
class="font-medium underline"
922-
href="https://docs.openwebui.com/features/mcp"
923-
target="_blank">{$i18n.t('Read more →')}</a
920+
<a class="font-medium underline" href="https://docs.openwebui.com/" target="_blank"
921+
>{$i18n.t('Read more →')}</a
924922
>
925923
</div>
926924
{/if}

0 commit comments

Comments
 (0)