Browse Source

readme: fix link to development builds

Closes #533

[skip ci]
rdb 7 years ago
parent
commit
095d6ac818
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -22,7 +22,7 @@ Installing Panda3D
 ==================
 ==================
 
 
 The latest Panda3D SDK can be downloaded from
 The latest Panda3D SDK can be downloaded from
-(this page)[https://www.panda3d.org/download/sdk-1-10-0/].
+[this page](https://www.panda3d.org/download/sdk-1-10-0/).
 If you are familiar with installing Python packages, you can use
 If you are familiar with installing Python packages, you can use
 the following comand:
 the following comand:
 
 
@@ -40,7 +40,7 @@ pip install --pre --extra-index-url https://archive.panda3d.org/ panda3d
 If this command fails, please make sure your version of pip is up-to-date.
 If this command fails, please make sure your version of pip is up-to-date.
 
 
 If you prefer to install the full SDK with all tools, the latest development
 If you prefer to install the full SDK with all tools, the latest development
-builds can be obtained from (this page)[https://www.panda3d.org/download/].
+builds can be obtained from [this page](https://www.panda3d.org/download.php?version=devel&sdk).
 
 
 These are automatically kept up-to-date with the latest GitHub version of Panda.
 These are automatically kept up-to-date with the latest GitHub version of Panda.