diff --git a/cli/src/commands/bookmark/list.rs b/cli/src/commands/bookmark/list.rs index e44565758..085acf208 100644 --- a/cli/src/commands/bookmark/list.rs +++ b/cli/src/commands/bookmark/list.rs @@ -56,7 +56,7 @@ pub struct BookmarkListArgs { /// /// By default, the specified name matches exactly. Use `glob:` prefix to /// select bookmarks by wildcard pattern. For details, see - /// https://martinvonz.github.io/jj/docs/revsets.md#string-patterns. + /// https://martinvonz.github.io/jj/latest/revsets/#string-patterns. #[arg(value_parser = StringPattern::parse)] names: Vec, diff --git a/cli/src/commands/bookmark/mod.rs b/cli/src/commands/bookmark/mod.rs index 3373971b2..14d32d7dc 100644 --- a/cli/src/commands/bookmark/mod.rs +++ b/cli/src/commands/bookmark/mod.rs @@ -59,7 +59,7 @@ use crate::ui::Ui; /// Manage bookmarks /// /// For information about bookmarks, see -/// https://martinvonz.github.io/jj/latest/docs/bookmarks.md. +/// https://martinvonz.github.io/jj/latest/bookmarks. #[derive(clap::Subcommand, Clone, Debug)] pub enum BookmarkCommand { #[command(visible_alias("c"))] diff --git a/cli/tests/cli-reference@.md.snap b/cli/tests/cli-reference@.md.snap index 6f3a69935..9aa4c24e0 100644 --- a/cli/tests/cli-reference@.md.snap +++ b/cli/tests/cli-reference@.md.snap @@ -235,7 +235,7 @@ Apply the reverse of a revision on top of another revision Manage bookmarks -For information about bookmarks, see https://martinvonz.github.io/jj/latest/docs/bookmarks.md. +For information about bookmarks, see https://martinvonz.github.io/jj/latest/bookmarks. **Usage:** `jj bookmark ` @@ -313,7 +313,7 @@ For information about bookmarks, see https://martinvonz.github.io/jj/latest/book * `` — Show bookmarks whose local name matches - By default, the specified name matches exactly. Use `glob:` prefix to select bookmarks by wildcard pattern. For details, see https://martinvonz.github.io/jj/docs/revsets.md#string-patterns. + By default, the specified name matches exactly. Use `glob:` prefix to select bookmarks by wildcard pattern. For details, see https://martinvonz.github.io/jj/latest/revsets/#string-patterns. ###### **Options:**