From 0cd222f6e2a74343a3b107e96da90190272fc5c1 Mon Sep 17 00:00:00 2001 From: Muhammad Raisul Islam Evan Date: Fri, 15 Nov 2024 18:23:08 +0600 Subject: [PATCH] Fix-URL Signed-off-by: Muhammad Raisul Islam Evan --- docs/guides/memcached/restart/restart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/memcached/restart/restart.md b/docs/guides/memcached/restart/restart.md index 3aefe44ba..85ea8c3f0 100644 --- a/docs/guides/memcached/restart/restart.md +++ b/docs/guides/memcached/restart/restart.md @@ -81,7 +81,7 @@ spec: - `spec.type` specifies the Type of the ops Request - `spec.databaseRef` holds the name of the Memcached database. The database should be available in the same namespace as the opsRequest -- The meaning of `spec.timeout` & `spec.apply` fields can be found [here](/docs/guides/Memcached/concepts/opsrequest.md) +- The meaning of `spec.timeout` & `spec.apply` fields can be found [here](/docs/guides/memcached/concepts/memcached-opsrequest.md) Let's create the `MemcachedOpsRequest` CR we have shown above: