diff --git a/src/box/lua/load_cfg.lua b/src/box/lua/load_cfg.lua index 2cce377a73ab5814cad19641b8a7af0fee91b87c..9e732c40e39ace037720ca5a8f495a7d02fe279b 100644 --- a/src/box/lua/load_cfg.lua +++ b/src/box/lua/load_cfg.lua @@ -226,7 +226,7 @@ synchronisation with all the remote nodes. This means that the node might be in 'orphan' state for some time after the box.cfg{} call returns. Set before first box.cfg{} call in order for the option to take effect. -https://github.com/tarantool/tarantool/wiki/compat%3Abox_cfg_replication_sync_timeout +https://tarantool.io/compat/box_cfg_replication_sync_timeout ]] -- A list of box.cfg options whose defaults are managed by compat. diff --git a/src/lua/compat.lua b/src/lua/compat.lua index 8633700d41f613a872e51e33e6348d280fb19f9c..c4c3ec7bcd6da4d9a13187ef0cab219df486a885 100644 --- a/src/lua/compat.lua +++ b/src/lua/compat.lua @@ -20,7 +20,7 @@ json.encode() result. The old and the new behavior produce a result, which is compatible ith the JSON specification. However most of other JSON encoders don't escape the forward slash, so the new behavior is considered more safe. -https://github.com/tarantool/tarantool/wiki/compat%3Ajson_escape_forward_slash +https://tarantool.io/compat/json_escape_forward_slash ]] local YAML_PRETTY_MULTILINE_BRIEF = [[ @@ -29,7 +29,7 @@ containing "\n\n" substring. The new behavior makes all multiline string output as single text block which is handier for the reader, but may be incompatible with some existing applications that rely on the old style. -https://github.com/tarantool/tarantool/wiki/compat%3Ayaml_pretty_multiline +https://tarantool.io/compat/yaml_pretty_multiline ]] local FIBER_CHANNEL_GRACEFUL_CLOSE_BRIEF = [[ @@ -41,7 +41,7 @@ becomes empty, or will be deleted by GC if all links to it are lost, as before. The new behavior can break code that relies on `ch:get()` returning `nil` after channel close. -https://github.com/tarantool/tarantool/wiki/compat%3Afiber_channel_close_mode +https://tarantool.io/compat/fiber_channel_close_mode ]] -- Returns an action callback that toggles a tweak. @@ -90,7 +90,7 @@ local options_order = { } local help = [[ Tarantool compatibility module. -To get help, see the Tarantool manual at https://github.com/tarantool/tarantool/wiki/compat . +To get help, see the Tarantool manual at https://tarantool.io/compat Available commands: compat.help() -- show this help