@@ -164,13 +164,13 @@ managers. The full set of |obsidian-plugin-dependencies| and
164
164
stability) instead of `main` , be aware that the README on `main` may reference
165
165
features that haven’t been released yet. For that reason I recommend viewing
166
166
the README on the tag for the latest release
167
- <https://github.com/epwalsh /obsidian.nvim/releases > instead of `main` .
167
+ <https://github.com/obsidian-nvim /obsidian.nvim/releases > instead of `main` .
168
168
169
169
USING LAZY.NVIM ~
170
170
171
171
>lua
172
172
return {
173
- "epwalsh /obsidian.nvim",
173
+ "obsidian-nvim /obsidian.nvim",
174
174
version = "*", -- recommended, use latest release instead of latest commit
175
175
lazy = true,
176
176
ft = "markdown",
@@ -210,7 +210,7 @@ USING PACKER.NVIM ~
210
210
211
211
>lua
212
212
use({
213
- "epwalsh /obsidian.nvim",
213
+ "obsidian-nvim /obsidian.nvim",
214
214
tag = "*", -- recommended, use latest release instead of latest commit
215
215
requires = {
216
216
-- Required.
@@ -892,7 +892,7 @@ option to `nil` you’ll have to use `vim.NIL` there instead of the builtin Lua
892
892
4. Contributing *obsidian-contributing*
893
893
894
894
Please read the CONTRIBUTING
895
- <https://github.com/epwalsh /obsidian.nvim/blob/main/.github/CONTRIBUTING.md >
895
+ <https://github.com/obsidian-nvim /obsidian.nvim/blob/main/.github/CONTRIBUTING.md >
896
896
guide before submitting a pull request.
897
897
898
898
And if you’re feeling especially generous I always appreciate some coffee
0 commit comments