From 60436c74d6ee284c6c22691f3b962624ed1c983a Mon Sep 17 00:00:00 2001 From: Andre Meyering Date: Wed, 9 Nov 2022 16:36:05 +0100 Subject: [PATCH 1/2] 4.x.x: Fix link to commit logs on GitHub As there is no `master` branch, the link returned a 404. --- History.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.md b/History.md index ae4d323e7..2a195e16f 100644 --- a/History.md +++ b/History.md @@ -1,7 +1,7 @@ ### Note As of 3.0.0, the History.md file has been deprecated. [Please refer to the full -commit logs available on GitHub](https://github.com/chaijs/chai/commits/master). +commit logs available on GitHub](https://github.com/chaijs/chai/commits/4.x.x). --- From 7986ab66b682dd0dcac77a09e1e7d8aa98edfa70 Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Wed, 9 Nov 2022 16:19:29 +0000 Subject: [PATCH 2/2] Update History.md Co-authored-by: Andre Meyering --- History.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.md b/History.md index 2a195e16f..5b5ae7b02 100644 --- a/History.md +++ b/History.md @@ -1,7 +1,7 @@ ### Note As of 3.0.0, the History.md file has been deprecated. [Please refer to the full -commit logs available on GitHub](https://github.com/chaijs/chai/commits/4.x.x). +commit logs available on GitHub](https://github.com/chaijs/chai/commits). ---