Skip to content

Commit 0d9111f

Browse files
committed
Changed changelog script to reference the org's repo + epwalsh dir in test
1 parent 843aefe commit 0d9111f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/prepare_changelog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def main():
3030
lines.insert(insert_index, "\n")
3131
lines.insert(
3232
insert_index + 1,
33-
f"## [v{VERSION}](https://github.com/epwalsh/obsidian.nvim/releases/tag/v{VERSION}) - "
33+
f"## [v{VERSION}](https://github.com/obsidian-nvim/obsidian.nvim/releases/tag/v{VERSION}) - "
3434
f"{datetime.now().strftime('%Y-%m-%d')}\n",
3535
)
3636

test/manual/client_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
local obsidian = require "obsidian"
66

7-
local client = obsidian.setup { dir = "~/epwalsh-notes/notes" } ---@diagnostic disable-line: missing-fields
7+
local client = obsidian.setup { dir = "~/obsidian-nvim/notes" } ---@diagnostic disable-line: missing-fields
88
for _, note in ipairs(client:find_notes("allennlp", { search = { sort = false } })) do
99
print(note.id)
1010
end

0 commit comments

Comments
 (0)