Correct path to the example in the VPatch README.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4684 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
pabs3 2006-05-21 13:23:26 +00:00
parent 6f6bb7810a
commit e0a02f368e

View file

@ -143,7 +143,7 @@ vpatch::vpatchfile "patch.pat" "oldfile.txt" "temporary_newfile.txt"
<li>Patch data is invalid or corrupt</li>
<li>No suitable patches were found</li>
</ul>
<p>Check <a href="example.nsi">example.nsi</a> for an example. You
<p>Check <a href="../../Examples/VPatch/example.nsi">example.nsi</a> for an example. You
should check whether the stack string starts with &quot;OK&quot;
because then the patch has succeeded and you can rename &quot;temporary_newfile.txt&quot;
to &quot;oldfile.txt&quot; to replace the original, if you want.</p>