Skip to content

Commit 9a3bfd3

Browse files
guspixgithub-actions[bot]
authored andcommitted
chore(docs): auto generate docs
1 parent 4fca65b commit 9a3bfd3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/obsidian.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -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

169169
USING 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
892892
4. Contributing *obsidian-contributing*
893893

894894
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>
896896
guide before submitting a pull request.
897897

898898
And if you’re feeling especially generous I always appreciate some coffee

0 commit comments

Comments
 (0)