From 04b3f881378d613b94c76996e5f9cc24e0843d24 Mon Sep 17 00:00:00 2001 From: Sarah <8573972+gaycodegal@users.noreply.github.com> Date: Sat, 10 Oct 2020 20:46:25 -0400 Subject: [PATCH] fix links in readme It has https// instead of http:// - missing the colon --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e183ea5..d8675a5 100644 --- a/README.md +++ b/README.md @@ -78,13 +78,13 @@ For epub images you also need COMPILATION - git clone https//github.com/festvox/flite + git clone https://github.com/festvox/flite cd flite ./configure && make && make voices export FLITEDIR=`pwd` cd .. - git clone https//github.com/festvox/bard + git clone https://github.com/festvox/bard cd bard ./configure make