diff --git a/Makefile b/Makefile index c2348a9f..a7672b60 100644 --- a/Makefile +++ b/Makefile @@ -212,7 +212,7 @@ $(MAN_DIR)/man3/%.3valkey.gz: commands/%.md $(BUILD_DIR)/.commands-per-group.jso --version $(VERSION) --date $(DATE) \ --commands-per-group-json $(BUILD_DIR)/.commands-per-group.json \ --valkey-root $(FINAL_ROOT) $< \ - | utils/links-to-man.py - | $(to_man) > $@ + | utils/links-to-man.py --is-command-page - | $(to_man) > $@ $(MAN_DIR)/man5/%.5.gz: topics/%.md $(man_scripts) utils/preprocess-markdown.py --man --page-type config \ --version $(VERSION) --date $(DATE) $< \ diff --git a/commands/cluster-syncslots.md b/commands/cluster-syncslots.md index 0e164db7..f39bb08b 100644 --- a/commands/cluster-syncslots.md +++ b/commands/cluster-syncslots.md @@ -1,4 +1,4 @@ Internal command to allow navigation of the atomic slot migration state machine. For more information about atomic slot migration in Valkey please check the -[atomic slot migration][../topics/atomic-slot-migration.md] page. +[atomic slot migration](../topics/atomic-slot-migration.md) page.