From 490b20e245382e22d68a7b7b2a9a6d5318894a09 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Tue, 16 May 2023 00:12:10 +0200 Subject: [PATCH] Link badges to the `main` branch (#636) This is the only branch for which there is any expectation of stability, so it makes sense to send people here. --- README.md | 2 +- src/welcome.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcc482f3..edcc7da1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Comprehensive Rust 🦀 -[![Build workflow](https://img.shields.io/github/actions/workflow/status/google/comprehensive-rust/build.yml?style=flat-square)](https://github.com/google/comprehensive-rust/actions/workflows/build.yml) +[![Build workflow](https://img.shields.io/github/actions/workflow/status/google/comprehensive-rust/build.yml?style=flat-square)](https://github.com/google/comprehensive-rust/actions/workflows/build.yml?query=branch%3Amain) [![GitHub contributors](https://img.shields.io/github/contributors/google/comprehensive-rust?style=flat-square)](https://github.com/google/comprehensive-rust/graphs/contributors) [![GitHub stars](https://img.shields.io/github/stars/google/comprehensive-rust?style=flat-square)](https://github.com/google/comprehensive-rust/stargazers) diff --git a/src/welcome.md b/src/welcome.md index f39724d4..7142cae5 100644 --- a/src/welcome.md +++ b/src/welcome.md @@ -1,6 +1,6 @@ # Welcome to Comprehensive Rust 🦀 -[![Build workflow](https://img.shields.io/github/actions/workflow/status/google/comprehensive-rust/build.yml?style=flat-square)](https://github.com/google/comprehensive-rust/actions/workflows/build.yml) +[![Build workflow](https://img.shields.io/github/actions/workflow/status/google/comprehensive-rust/build.yml?style=flat-square)](https://github.com/google/comprehensive-rust/actions/workflows/build.yml?query=branch%3Amain) [![GitHub contributors](https://img.shields.io/github/contributors/google/comprehensive-rust?style=flat-square)](https://github.com/google/comprehensive-rust/graphs/contributors) [![GitHub stars](https://img.shields.io/github/stars/google/comprehensive-rust?style=flat-square)](https://github.com/google/comprehensive-rust/stargazers)