From 5374f2f81175cb22f64c1ef97d6cd9bdd25b11c3 Mon Sep 17 00:00:00 2001 From: Richard Venneman Date: Thu, 20 Feb 2020 11:59:40 +0100 Subject: [PATCH] Fix Ruby Gem cache example link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18a40c15..6be25fc4 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ jobs: # Caching Dependencies -See [actions/cache](https://github.com/actions/cache) and the [Ruby Gem cache example](https://github.com/actions/cache/blob/master/examples.md#ruby---gem). +See [actions/cache](https://github.com/actions/cache) and the [Ruby Gem cache example](https://github.com/actions/cache/blob/master/examples.md#ruby---bundler). # License