readme: fix link to development builds

Closes #533

[skip ci]
This commit is contained in:
rdb 2019-01-13 13:14:58 +01:00
parent ec08fff3a7
commit 095d6ac818

View File

@ -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.