We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a12bcd commit 7001227Copy full SHA for 7001227
Makefile
@@ -188,7 +188,7 @@ legacyapi:
188
189
changeurl:
190
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' {} +
+ find $(BUILDDIR)/html -type f -exec sed -i 's#mdp-toolkit.sourceforge.net#mdp-toolkit.github.io#g' {} +
192
193
legacywebsite: legacyapi codesnippet html changeurl
194
0 commit comments