From 989593b7d3a2bf29d1eff77b413accd6e6453983 Mon Sep 17 00:00:00 2001
From: AdrieanKhisbe <adriean.khisbe@live.fr>
Date: Sat, 28 Mar 2020 17:05:53 +0100
Subject: [PATCH] Add mention and link to CHANGELOG in README

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 646065d..f3b90ff 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,8 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl
   - When Git 2.18 or higher is not in the PATH, the REST API will be used to download the files
   - When using a job container, the container's PATH is used
 
-Refer [here](https://github.com/actions/checkout/blob/v1/README.md) for previous versions.
+Refer to [CHANGELOG](./CHANGELOG.md) to see differences with previous versions
+or consult the [v1 README](https://github.com/actions/checkout/blob/v1/README.md).
 
 # Usage