diff --git a/yazi-config/src/lib.rs b/yazi-config/src/lib.rs index ee21947f..6294d067 100644 --- a/yazi-config/src/lib.rs +++ b/yazi-config/src/lib.rs @@ -35,7 +35,7 @@ pub fn init() -> anyhow::Result<()> { { eprintln!("Deprecated command: `arrow -99999999` and `arrow 99999999` have been deprecated, please use `arrow top` and `arrow bot` instead, in your `keymap.toml`. -See #2262 for more details: https://github.com/sxyazi/yazi/pull/2262"); +See #2294 for more details: https://github.com/sxyazi/yazi/pull/2294"); } } diff --git a/yazi-core/src/tab/commands/arrow.rs b/yazi-core/src/tab/commands/arrow.rs index 194f5365..ce697dd8 100644 --- a/yazi-core/src/tab/commands/arrow.rs +++ b/yazi-core/src/tab/commands/arrow.rs @@ -29,7 +29,7 @@ impl Tab { "Deprecated command", "`arrow -99999999` and `arrow 99999999` have been deprecated, please use `arrow top` and `arrow bot` instead. -See #2262 for more details: https://github.com/sxyazi/yazi/pull/2262", +See #2294 for more details: https://github.com/sxyazi/yazi/pull/2294", ); } }