docs(misskey-js): fix broken i-want-you image link in README.md (#14265)

This commit is contained in:
zyoshoka
2024-07-19 16:47:12 +09:00
committed by GitHub
parent 56a43dc01d
commit efb04293bb

View File

@@ -154,5 +154,5 @@ stream.on('_disconnected_', () => {
--- ---
<div align="center"> <div align="center">
<a href="https://github.com/misskey-dev/misskey/blob/develop/CONTRIBUTING.md"><img src="https://raw.githubusercontent.com/misskey-dev/assets/main/i-want-you.png" width="300"></a> <a href="https://github.com/misskey-dev/misskey/blob/develop/CONTRIBUTING.md"><img src="https://assets.misskey-hub.net/public/i-want-you.png" width="300"></a>
</div> </div>