X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/53c23e62df9b182edf9e7ccf726acdcf8c25846f..3a9d6f0a5f9013b97676f3d24246bd34d93fce4c:/docs/the_black_code_style/future_style.md diff --git a/docs/the_black_code_style/future_style.md b/docs/the_black_code_style/future_style.md index 96abc99..f5fc364 100644 --- a/docs/the_black_code_style/future_style.md +++ b/docs/the_black_code_style/future_style.md @@ -51,7 +51,7 @@ with contextlib.ExitStack() as exit_stack: Experimental, potentially disruptive style changes are gathered under the `--preview` CLI flag. At the end of each year, these changes may be adopted into the default style, -as described in [The Black Code Style](./index.rst). Because the functionality is +as described in [The Black Code Style](index.md). Because the functionality is experimental, feedback and issue reports are highly encouraged! ### Improved string processing