Files
zulip/starlight_help/src/content/docs/configure-how-links-open.mdx
Anders Kaseorg 3d510601e5 help: Normalize and sort MDX import statements.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2025-09-03 22:36:42 -07:00

29 lines
691 B
Plaintext

---
title: Configure how links open in mobile apps
---
import {TabItem, Tabs} from "@astrojs/starlight/components";
import FlattenedSteps from "../../components/FlattenedSteps.astro";
import MobileSettings from "./include/_MobileSettings.mdx";
You can configure whether website links will open directly in the Zulip app, or
in your device's default browser.
## Configure whether to open links within the app
<Tabs>
<TabItem label="Mobile">
<FlattenedSteps>
<MobileSettings />
1. Toggle **Open links with in-app browser**.
</FlattenedSteps>
</TabItem>
</Tabs>
## Related articles
* [Link to a message or conversation](/help/link-to-a-message-or-conversation)