From 0315010721684a79723e0f68229a9f4f7d1a4ee6 Mon Sep 17 00:00:00 2001 From: James Hurst Date: Thu, 4 Mar 2021 21:45:34 +0000 Subject: [PATCH 1/3] Use Github actions status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f1b59cf..d78e8092 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Lua HTTP client cosocket driver for [OpenResty](http://openresty.org/) / [ngx\_l Production ready. -[![Build Status](https://travis-ci.org/ledgetech/lua-resty-http.svg?branch=master)](https://travis-ci.org/ledgetech/lua-resty-http) +[![Test Actions Status](https://github.com/ledgetech}/lua-resty-http/workflows/Test/badge.svg)](https://github.com/ledgetech/lua-resty-http/actions) ## Features From 173ae523963adf493afbb70216fde3b174247676 Mon Sep 17 00:00:00 2001 From: James Hurst Date: Thu, 4 Mar 2021 21:51:56 +0000 Subject: [PATCH 2/3] Fix badge URI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d78e8092..eec1d638 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Lua HTTP client cosocket driver for [OpenResty](http://openresty.org/) / [ngx\_l Production ready. -[![Test Actions Status](https://github.com/ledgetech}/lua-resty-http/workflows/Test/badge.svg)](https://github.com/ledgetech/lua-resty-http/actions) +![Test](https://github.com/ledgetech/lua-resty-http/actions/workflows/test.yml/badge.svg) ## Features From f4135c4128e77db645e5769d60f584def2863344 Mon Sep 17 00:00:00 2001 From: James Hurst Date: Thu, 4 Mar 2021 21:57:32 +0000 Subject: [PATCH 3/3] Linkify status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eec1d638..78dddbc4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Lua HTTP client cosocket driver for [OpenResty](http://openresty.org/) / [ngx\_l Production ready. -![Test](https://github.com/ledgetech/lua-resty-http/actions/workflows/test.yml/badge.svg) +[![Test](https://github.com/ledgetech/lua-resty-http/actions/workflows/test.yml/badge.svg)]((https://github.com/ledgetech/lua-resty-http/actions) ## Features