From e7aa70f7d974d6754a3fca3a1f8519c170b00019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orlando=20Th=C3=B6ny?= Date: Thu, 13 Nov 2025 11:35:32 +0100 Subject: [PATCH] docs(README): remove reference to deleted GitHub Gist --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4bc904..3aab23f 100755 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This is mostly useful in APIs. The bundle is prepared to work by default in cooperation with the `FOSOAuthServerBundle`. It contains a listener that adds the OAuth token to the cache-key. However, you can create your own key generator to allow custom rate limiting based on the request. See *Create a custom key generator* below. -This bundle is partially inspired by a GitHub gist from Ruud Kamphuis: https://gist.github.com/ruudk/3350405 +This bundle is partially inspired by a GitHub gist from [Ruud Kamphuis](https://github.com/ruudk). ## Features