Skip to content

Commit d0905fe

Browse files
author
fadeouter
committed
update
1 parent 3191a94 commit d0905fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nk/redirect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Fetch the content of the 'urls.md' file
2-
fetch('/urls.md')
2+
fetch('/nk/urls.md')
33
.then(response => {
44
if (!response.ok) {
55
throw new Error('Network response was not ok ' + response.statusText);

0 commit comments

Comments
 (0)