Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) $< \
Expand Down
2 changes: 1 addition & 1 deletion commands/cluster-syncslots.md
Original file line number Diff line number Diff line change
@@ -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.