Skip to content

Commit 7001227

Browse files
authored
Update Makefile
Correct path to html folder
1 parent 2a12bcd commit 7001227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ legacyapi:
188188

189189
changeurl:
190190
find $(BUILDDIR)/html -type f -exec sed -i 's#http://mdp-toolkit.sourceforge.net#https://mdp-toolkit.github.io#g' {} +
191-
find $(BUILDDIR)/build/html -type f -exec sed -i 's#mdp-toolkit.sourceforge.net#mdp-toolkit.github.io#g' {} +
191+
find $(BUILDDIR)/html -type f -exec sed -i 's#mdp-toolkit.sourceforge.net#mdp-toolkit.github.io#g' {} +
192192

193193
legacywebsite: legacyapi codesnippet html changeurl
194194

0 commit comments

Comments
 (0)