@@ -164,13 +164,13 @@ managers. The full set of |obsidian-plugin-dependencies| and
164164 stability) instead of `main` , be aware that the README on `main` may reference
165165 features that haven’t been released yet. For that reason I recommend viewing
166166 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` .
168168
169169USING LAZY.NVIM ~
170170
171171>lua
172172 return {
173- "epwalsh /obsidian.nvim",
173+ "obsidian-nvim /obsidian.nvim",
174174 version = "*", -- recommended, use latest release instead of latest commit
175175 lazy = true,
176176 ft = "markdown",
@@ -210,7 +210,7 @@ USING PACKER.NVIM ~
210210
211211>lua
212212 use({
213- "epwalsh /obsidian.nvim",
213+ "obsidian-nvim /obsidian.nvim",
214214 tag = "*", -- recommended, use latest release instead of latest commit
215215 requires = {
216216 -- Required.
@@ -892,7 +892,7 @@ option to `nil` you’ll have to use `vim.NIL` there instead of the builtin Lua
8928924. Contributing *obsidian-contributing*
893893
894894Please 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 >
896896guide before submitting a pull request.
897897
898898And if you’re feeling especially generous I always appreciate some coffee
0 commit comments