Files
zulip/templates/zerver/help/linking-to-zulip.md
Anders Kaseorg dd3fa4ac52 templates: Mark all void tags as self-closing.
This reverses the policy that was set, but incompletely enforced, by
commit 951514dd7d.  The self-closing tag
syntax is clearer, more consistent, simpler to parse, compatible with
XML, preferred by Prettier, and (most importantly now) required by
FormatJS.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-04-21 09:49:34 -07:00

909 B

Linking to Zulip

You can link to your Zulip from the web with a Zulip shields.io badge:

Zulip chat

Good places for the badge include your project's landing page, support pages, and/or GitHub homepage.

To embed a Zulip badge, copy and paste the following, replacing https://chat.zulip.org with the URL of your Zulip organization:

Markdown

[![project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://chat.zulip.org)

HTML

<a href="https://chat.zulip.org"><img src="https://img.shields.io/badge/zulip-join_chat-brightgreen.svg" /></a>

You can also link to a specific stream, topic, message, or search inside of Zulip. See link to a message or conversation.