From aa7df8d81f2db19651724ae56bed5ec7d165afc8 Mon Sep 17 00:00:00 2001 From: Jakob Krigovsky Date: Thu, 13 Aug 2020 19:36:38 +0200 Subject: [PATCH] Fix broken Markdown link --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bbea98..31e2f2c 100644 --- a/README.md +++ b/README.md @@ -159,8 +159,7 @@ When using `.ruby-version`, replace `${{ matrix.ruby }}` with `${{ hashFiles('.r When using `.tool-versions`, replace `${{ matrix.ruby }}` with `${{ hashFiles('.tool-versions') }}`. This uses the [cache action](https://github.com/actions/cache). -The code above is a more complete version of the [Ruby - Bundler example](https://github.com/actions/cache/blob/master/examples.md#ruby---\ -bundler). +The code above is a more complete version of the [Ruby - Bundler example](https://github.com/actions/cache/blob/master/examples.md#ruby---bundler). Make sure to include `use-ruby` in the `key` to avoid conflicting with previous caches. ### Working Directory