From eb5afe0bb8dfd44aed6ae02fb577a61ee058aa08 Mon Sep 17 00:00:00 2001 From: Yishuai Li Date: Thu, 24 Feb 2022 14:20:29 -0500 Subject: [PATCH] README: fix hyperlink of shields Previous: clicking the shield directs to the shield's image Now: directs to the contents --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dfaaa0e2..3fe4d49a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # 程序员做饭指南 -![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/Anduin2017/HowToCook/Continuous%20Integration/master) -![GitHub](https://img.shields.io/github/license/Anduin2017/HowToCook) -![GitHub contributors](https://img.shields.io/github/contributors/Anduin2017/HowToCook) +[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/Anduin2017/HowToCook/Continuous%20Integration/master)](https://github.com/Anduin2017/HowToCook/actions/workflows/ci.yml) +[![License](https://img.shields.io/github/license/Anduin2017/HowToCook)](./LICENSE) +[![GitHub contributors](https://img.shields.io/github/contributors/Anduin2017/HowToCook)](https://github.com/Anduin2017/HowToCook/graphs/contributors) 最近在家隔离,出不了门。只能宅在家做饭了。作为程序员,我偶尔在网上找找菜谱和做法。但是这些菜谱往往写法千奇百怪,经常中间莫名出来一些材料。对于习惯了形式语言的程序员来说极其不友好。 @@ -174,4 +174,4 @@ 如果你已经做了许多上面的菜,对于厨艺已经入门,并且想学习更加高深的烹饪技巧,请继续阅读下面的内容: * [辅料使用技巧](./tips/advanced/辅料技巧.md) -* [油温判断技巧](./tips/advanced/油温判断技巧.md) \ No newline at end of file +* [油温判断技巧](./tips/advanced/油温判断技巧.md)