浏览代码

Fix links to GNUWin32 zip packages

Thanks Raviteja Buddi
Swaroop C H 9 年之前
父节点
当前提交
adedf348c6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      problem_solving.md

+ 1 - 1
problem_solving.md

@@ -20,7 +20,7 @@ After analyzing the problem properly, we *design* our program. We make a list of
 
 > **For Windows users**
 > 
-> Windows users can http://gnuwin32.sourceforge.net/downlinks/zip.php[install] the `zip` command from the http://gnuwin32.sourceforge.net/packages/zip.htm[GnuWin32 project page] and add `C:\Program Files\GnuWin32\bin` to your system `PATH` environment variable, similar to [what we did for recognizing the python command itself](./installation.md#dos-prompt).
+> Windows users can [install](http://gnuwin32.sourceforge.net/downlinks/zip.php) the `zip` command from the [GnuWin32 project page](http://gnuwin32.sourceforge.net/packages/zip.htm) and add `C:\Program Files\GnuWin32\bin` to your system `PATH` environment variable, similar to [what we did for recognizing the python command itself](./installation.md#dos-prompt).
 
 ## The Solution