Skip to content

docs: fix broken Slack community link formatting#6214

Open
LyannEpitech wants to merge 1 commit intokeephq:mainfrom
LyannEpitech:fix/docs-broken-markdown-link-5400
Open

docs: fix broken Slack community link formatting#6214
LyannEpitech wants to merge 1 commit intokeephq:mainfrom
LyannEpitech:fix/docs-broken-markdown-link-5400

Conversation

@LyannEpitech
Copy link
Copy Markdown

Summary

Fixes #5400

Corrects the Markdown link syntax in the LiteLLM documentation page. The link was incorrectly formatted as
(Slack community)[https://slack.keephq.dev] instead of [Slack community](https://slack.keephq.dev).

Changes

  • Fixed reversed brackets/parentheses in Slack community link
  • Changed from (text)[url] to [text](url) format

Affected file

  • docs/deployment/local-llm/keep-with-litellm.mdx

Fix reversed Markdown link syntax from (text)[url] to [text](url).

Fixes keephq#5400
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 6, 2026

Someone is attempting to deploy a commit to the KeepHQ Team on Vercel.

A member of the Team first needs to authorize it.

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Apr 6, 2026
@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Lyann Bourlon seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@dosubot dosubot bot added the Documentation Improvements or additions to documentation label Apr 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Documentation Improvements or additions to documentation size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[📃 Docs]: Broken Markdown link (reversed brackets/parentheses) in docs

2 participants