From 7acd883022b26f5c30a4cc145bd56eb5e4037f75 Mon Sep 17 00:00:00 2001 From: orangetin <126978607+orangetin@users.noreply.github.com> Date: Fri, 26 Sep 2025 09:10:25 -0700 Subject: [PATCH] Fix Discord badge link in README Updated Discord badge link to new URL format. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de3414d3..826a552e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ # Together Python API library [![PyPI version](https://img.shields.io/pypi/v/together.svg)](https://pypi.org/project/together/) -[![Discord](https://dcbadge.vercel.app/api/server/9Rk6sSeWEG?style=flat&compact=true)](https://discord.com/invite/9Rk6sSeWEG) +[![Discord](https://dcbadge.limes.pink/api/server/https://discord.gg/9Rk6sSeWEG?style=flat&theme=discord-inverted)](https://discord.com/invite/9Rk6sSeWEG) [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/togethercompute.svg?style=social&label=Follow%20%40togethercompute)](https://twitter.com/togethercompute) The [Together Python API Library](https://pypi.org/project/together/) is the official Python client for Together's API platform, providing a convenient way for interacting with the REST APIs and enables easy integrations with Python 3.10+ applications with easy to use synchronous and asynchronous clients.