Skip to content

Commit

Permalink
fix: wrong link
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Sketon committed Feb 7, 2024
1 parent cecde42 commit e46db68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/helpers/url_for.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import urlForHelper from '../../../lib/plugins/helper/url_for';
import relativeUrlHelper from 'hexo-util/lib/relative_url';
import relativeUrlHelper from '../../../lib/plugins/helper/relative_url';
type UrlForHelperParams = Parameters<typeof urlForHelper>;
type UrlForHelperReturn = ReturnType<typeof urlForHelper>;

Expand Down

0 comments on commit e46db68

Please sign in to comment.