Remove links to docs.zed.dev (#7187)

Conrad Irwin created

Release Notes:

- N/A

Change summary

assets/settings/initial_local_settings.json  | 2 +-
docs/src/configuring_zed__configuring_vim.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Detailed changes

assets/settings/initial_local_settings.json 🔗

@@ -1,5 +1,5 @@
 // Folder-specific settings
 //
 // For a full list of overridable settings, and general information on folder-specific settings,
-// see the documentation: https://docs.zed.dev/configuration/configuring-zed#folder-specific-settings
+// see the documentation: https://zed.dev/docs/configuring-zed#folder-specific-settings
 {}

docs/src/configuring_zed__configuring_vim.md 🔗

@@ -50,7 +50,7 @@ Finally, Vim mode's search and replace functionality is backed by Zed's. This me
 
 ## Custom key bindings
 
-Zed does not yet have an equivalent to vim’s `map` command to convert one set of keystrokes into another, however you can bind any sequence of keys to fire any Action documented in the [Key bindings documentation](https://docs.zed.dev/configuration/key-bindings).
+Zed does not yet have an equivalent to vim’s `map` command to convert one set of keystrokes into another, however you can bind any sequence of keys to fire any Action documented in the [Key bindings documentation](https://zed.dev/docs/key-bindings).
 
 You can edit your personal key bindings with `:keymap`.
 For vim-specific shortcuts, you may find the following template a good place to start: