diff --git a/docs/src/completions.md b/docs/src/completions.md index ccf1f2578a..167c7c48e6 100644 --- a/docs/src/completions.md +++ b/docs/src/completions.md @@ -15,7 +15,7 @@ When there is an appropriate language server available, Zed will by-default prov You can manually trigger completions with `ctrl-space` or by triggering the `editor::ShowCompletions` action from the command palette. -For more information, see : +For more information, see: - [Configuring Supported Languages](./configuring-languages.md) - [List of Zed Supported Languages](./languages.md). diff --git a/docs/src/contribute-to-zed.md b/docs/src/contribute-to-zed.md index 54346813be..14a189b0e5 100644 --- a/docs/src/contribute-to-zed.md +++ b/docs/src/contribute-to-zed.md @@ -12,4 +12,4 @@ If you're wanting to contribute by building out a feature, we recommend taking a ## Zed GitHub Repository -Our codebase can be found [here](https://github.com/zed-industries/zed). +Check [our codebase out on GitHub](https://github.com/zed-industries/zed). diff --git a/docs/src/repl.md b/docs/src/repl.md index 6f3c8e7844..3d5d441e79 100644 --- a/docs/src/repl.md +++ b/docs/src/repl.md @@ -4,7 +4,7 @@ Bring the power of [Jupyter kernels](https://docs.jupyter.org/en/latest/projects/kernels.html) to your editor! The built-in REPL for Zed allows you to run code interactively in your editor similarly to a notebook with your own text files. -
+