From b202ab8f11e80e71df1793bbba50b40036291b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 13 Sep 2021 18:32:42 +0200 Subject: [PATCH] align badges --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a5cb5ff57..fd3ff6ede 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # IntelliJ Platform SDK Code Samples -[![official JetBrains project](https://jb.gg/badges/official.svg)][jb:confluence-on-gh] -[![JetBrains IntelliJ Platform SDK Docs](https://jb.gg/badges/docs.svg)][jb:docs] -[![Twitter Follow](https://img.shields.io/twitter/follow/JBPlatform?style=flat)][jb:twitter] -[![Build](https://github.com/JetBrains/intellij-sdk-docs/workflows/Code%20Samples/badge.svg)][gh:workflow-code-samples] -[![Slack](https://img.shields.io/badge/Slack-%23intellij--platform-blue)][jb:slack] +[![official JetBrains project](https://jb.gg/badges/official-flat-square.svg)][jb:confluence-on-gh] +[![JetBrains IntelliJ Platform SDK Docs](https://jb.gg/badges/docs.svg?style=flat-square)][jb:docs] +[![Twitter Follow](https://img.shields.io/twitter/follow/JBPlatform?style=flat-square&logo=twitter)][jb:twitter] +[![Build](https://img.shields.io/github/workflow/status/JetBrains/intellij-sdk-docs/Code%20Samples?style=flat-square)][gh:workflow-code-samples] +[![Slack](https://img.shields.io/badge/Slack-%23intellij--platform-blue?style=flat-square&logo=Slack)][jb:slack] Learn how to build plugins using IntelliJ Platform SDK for the [JetBrains products][jb:products] by experimenting with our code samples. These samples show you how features work and help you jumpstart your plugins.