From bb0b31ff070fc5472c7208b617e245f2c69b6ea1 Mon Sep 17 00:00:00 2001 From: Hendrik Muhs Date: Mon, 7 Dec 2020 07:50:22 +0100 Subject: [PATCH] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 725cb2cb..d47b2b3a 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ separetely. An additional key can be specified like this: This action is based on https://cristianadam.eu/20200113/speeding-up-c-plus-plus-github-actions-using-ccache/ -In a nutshell, the `.ccache` folder is configured in the runner path and the folder is persisted and reloaded using (`cache`)[https://github.com/actions/toolkit/tree/main/packages/cache]. +In a nutshell, the `.ccache` folder is configured in the runner path and the folder is persisted and reloaded using [`cache`](https://github.com/actions/toolkit/tree/main/packages/cache). For more details see: https://docs.github.com/en/free-pro-team@latest/actions/guides/caching-dependencies-to-speed-up-workflows. ## Stats @@ -57,4 +57,4 @@ Stats are provided as part of the post action, check the output to see if cache ## Example use: - - (Keyvi)[https://github.com/KeyviDev/keyvi/blob/master/.github/workflows/keyvi.yml] + - [Keyvi](https://github.com/KeyviDev/keyvi/blob/master/.github/workflows/keyvi.yml)