From 3873cf20975e69c7289651c56e46516f587b71be Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Tue, 16 Apr 2024 08:32:31 -0700 Subject: [PATCH] Remove "same path" restriction when using resources.Copy --- content/en/functions/resources/Copy.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/en/functions/resources/Copy.md b/content/en/functions/resources/Copy.md index f8e962aee..e25f91313 100644 --- a/content/en/functions/resources/Copy.md +++ b/content/en/functions/resources/Copy.md @@ -25,8 +25,6 @@ The relative URL of the new published resource will be: /img/new-image-name.jpg ``` -The target path must be different than the source path, as shown in the example above. - {{% note %}} Use the `resources.Copy` function with global, page, and remote resources. {{% /note %}}