Skip to content

Commit c6801fe

Browse files
authored
chore: fix URL underlining in README.md (#33905)
1 parent 1b56306 commit c6801fe

File tree

1 file changed

+22
-34
lines changed

1 file changed

+22
-34
lines changed

README.md

Lines changed: 22 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,26 @@
1-
<p align="center">
2-
<picture>
3-
<source media="(prefers-color-scheme: light)" srcset=".github/images/logo-dark.svg">
4-
<source media="(prefers-color-scheme: dark)" srcset=".github/images/logo-light.svg">
5-
<img alt="LangChain Logo" src=".github/images/logo-dark.svg" width="80%">
6-
</picture>
7-
</p>
8-
9-
<p align="center">
10-
The platform for reliable agents.
11-
</p>
12-
13-
<p align="center">
14-
<a href="https://opensource.org/licenses/MIT" target="_blank">
15-
<img src="https://img.shields.io/pypi/l/langchain" alt="PyPI - License">
1+
<div align="center">
2+
<a href="https://www.langchain.com/">
3+
<picture>
4+
<source media="(prefers-color-scheme: light)" srcset=".github/images/logo-dark.svg">
5+
<source media="(prefers-color-scheme: dark)" srcset=".github/images/logo-light.svg">
6+
<img alt="LangChain Logo" src=".github/images/logo-dark.svg" width="80%">
7+
</picture>
168
</a>
17-
<a href="https://pypistats.org/packages/langchain" target="_blank">
18-
<img src="https://img.shields.io/pepy/dt/langchain" alt="PyPI - Downloads">
19-
</a>
20-
<a href="https://pypi.org/project/langchain/#history" target="_blank">
21-
<img src="https://img.shields.io/pypi/v/langchain?label=%20" alt="Version">
22-
</a>
23-
<a href="https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/langchain-ai/langchain" target="_blank">
24-
<img src="https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode" alt="Open in Dev Containers">
25-
</a>
26-
<a href="https://codespaces.new/langchain-ai/langchain" target="_blank">
27-
<img src="https://github.com/codespaces/badge.svg" alt="Open in Github Codespace" title="Open in Github Codespace" width="150" height="20">
28-
</a>
29-
<a href="https://codspeed.io/langchain-ai/langchain" target="_blank">
30-
<img src="https://img.shields.io/endpoint?url=https://codspeed.io/badge.json" alt="CodSpeed Badge">
31-
</a>
32-
<a href="https://twitter.com/langchainai" target="_blank">
33-
<img src="https://img.shields.io/twitter/url/https/twitter.com/langchainai.svg?style=social&label=Follow%20%40LangChainAI" alt="Twitter / X">
34-
</a>
35-
</p>
9+
</div>
10+
11+
<div align="center">
12+
<h3>The platform for reliable agents.</h3>
13+
</div>
14+
15+
<div align="center">
16+
<a href="https://opensource.org/licenses/MIT" target="_blank"><img src="https://img.shields.io/pypi/l/langchain" alt="PyPI - License"></a>
17+
<a href="https://pypistats.org/packages/langchain" target="_blank"><img src="https://img.shields.io/pepy/dt/langchain" alt="PyPI - Downloads"></a>
18+
<a href="https://pypi.org/project/langchain/#history" target="_blank"><img src="https://img.shields.io/pypi/v/langchain?label=%20" alt="Version"></a>
19+
<a href="https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/langchain-ai/langchain" target="_blank"><img src="https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode" alt="Open in Dev Containers"></a>
20+
<a href="https://codespaces.new/langchain-ai/langchain" target="_blank"><img src="https://github.com/codespaces/badge.svg" alt="Open in Github Codespace" title="Open in Github Codespace" width="150" height="20"></a>
21+
<a href="https://codspeed.io/langchain-ai/langchain" target="_blank"><img src="https://img.shields.io/endpoint?url=https://codspeed.io/badge.json" alt="CodSpeed Badge"></a>
22+
<a href="https://twitter.com/langchainai" target="_blank"><img src="https://img.shields.io/twitter/url/https/twitter.com/langchainai.svg?style=social&label=Follow%20%40LangChainAI" alt="Twitter / X"></a>
23+
</div>
3624

3725
LangChain is a framework for building agents and LLM-powered applications. It helps you chain together interoperable components and third-party integrations to simplify AI application development – all while future-proofing decisions as the underlying technology evolves.
3826

0 commit comments

Comments
 (0)