summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2022-01-08 20:19:51 -0600
committerDavid Beazley <dave@dabeaz.com>2022-01-08 20:19:51 -0600
commitcc968f9c180e2e27e26cf4d7130d5ea5914e35cd (patch)
treee5939c5a6d7db80a270052fcfd7c09452854cf4c
parent4378de314b11d2bc75990194f1f3425c473f4e86 (diff)
downloadply-cc968f9c180e2e27e26cf4d7130d5ea5914e35cd.tar.gz
Fix link
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9e19391..53baa31 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ protocol decoders, or even a more advanced parsing framework.
## Download
-* [Current Release (ply-2022_01_02)](https://github.com/dabeaz/ply/raw/main/ply-2022_01_02.tar.gz)
+* [Current Release (ply-2022_01_02)](https://github.com/dabeaz/ply/raw/master/ply-2022_01_02.tar.gz)
* [Historial Releases](https://github.com/dabeaz/archive/tree/main/ply)
The current release of PLY requires the use of Python 3.6 or
@@ -194,7 +194,7 @@ The [examples/](examples/) directory has various examples of using PLY.
PLY is not shipped with a test-suite. However, it is extensively
tested before releases are made. The file
-[ply-tests.tar.gz](https://github.com/dabeaz/ply/raw/main/ply-tests.tar.gz)
+[ply-tests.tar.gz](https://github.com/dabeaz/ply/raw/master/ply-tests.tar.gz)
contains a current version of the tests should you want to run them on
your own.