From 07ac4b85a2b37a8fe901addac545cc66f1a5decf Mon Sep 17 00:00:00 2001 From: Kristopher Date: Sat, 2 Aug 2025 23:11:55 -0700 Subject: [PATCH] whence: fix broken links (#17483) --- pages.es/osx/whence.md | 2 +- pages.ko/osx/whence.md | 2 +- pages/osx/whence.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages.es/osx/whence.md b/pages.es/osx/whence.md index 2bab65bd5f..8010520e0f 100644 --- a/pages.es/osx/whence.md +++ b/pages.es/osx/whence.md @@ -1,7 +1,7 @@ # whence > Un comando integrado de zsh para indicar cómo se interpretaría un comando dado. -> Más información: . +> Más información: . - Interpreta `comando`, con expansión si se define como un `alias` (similar al `command -v` integrado): diff --git a/pages.ko/osx/whence.md b/pages.ko/osx/whence.md index 359f688545..5fa2498099 100644 --- a/pages.ko/osx/whence.md +++ b/pages.ko/osx/whence.md @@ -1,7 +1,7 @@ # whence > Zsh 내장 명령어로, 명령어가 어떻게 해석될지를 나타냅니다. -> 더 많은 정보: . +> 더 많은 정보: . - `command`를 해석하고, `alias`로 정의된 경우 확장: diff --git a/pages/osx/whence.md b/pages/osx/whence.md index 1c3676b332..129f051881 100644 --- a/pages/osx/whence.md +++ b/pages/osx/whence.md @@ -1,7 +1,7 @@ # whence > A Zsh builtin to indicate how a command would be interpreted. -> More information: . +> More information: . - Interpret `command`, with expansion if defined as an `alias` (similar to the `command -v` builtin):