From 095d6ac818e88dc2a7a53bb7f68fe9f49d5eefe2 Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 13 Jan 2019 13:14:58 +0100 Subject: [PATCH] readme: fix link to development builds Closes #533 [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99c7c39a5d..a5cda4ee03 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Installing Panda3D ================== 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 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 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.