From a88a99804d1b269e81f6028829f895641b7439f8 Mon Sep 17 00:00:00 2001 From: Karthik KN Date: Thu, 12 Oct 2023 23:24:15 -0400 Subject: [PATCH] Fix broken links to Restore and Save Actions in README.md Fix broken links to Restore and Save Actions in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f27d6c..ce9d579 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ This action allows caching dependencies and build outputs to improve workflow execution time. >Two other actions are available in addition to the primary `cache` action: ->* [Restore action](./restore/README.md) ->* [Save action](./save/README.md) +>* [Restore action](restore/README.md) +>* [Save action](save/README.md) [![Tests](https://github.com/actions/cache/actions/workflows/workflow.yml/badge.svg)](https://github.com/actions/cache/actions/workflows/workflow.yml)