From 1bf7344e70e8301532be286af66ea7912e7b1675 Mon Sep 17 00:00:00 2001
From: David Keitel <david.keitel@ligo.org>
Date: Thu, 21 Nov 2019 13:16:49 +0100
Subject: [PATCH] Update README.md: ephemerides have been moved src->lib

---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index b54470f..2b0eac4 100644
--- a/README.md
+++ b/README.md
@@ -131,8 +131,8 @@ in order to use the `lalpulsar.ComputeFstat` module and various `lalapps` tools.
 
 If you have done `pip install lalsuite`,
 you need to manually download at least these two files:
-*  [earth00-40-DE405.dat.gz](https://git.ligo.org/lscsoft/lalsuite/raw/master/lalpulsar/src/earth00-40-DE405.dat.gz)
-*  [sun00-40-DE405.dat.gz](https://git.ligo.org/lscsoft/lalsuite/raw/master/lalpulsar/src/sun00-40-DE405.dat.gz)
+*  [earth00-40-DE405.dat.gz](https://git.ligo.org/lscsoft/lalsuite/raw/master/lalpulsar/lib/earth00-40-DE405.dat.gz)
+*  [sun00-40-DE405.dat.gz](https://git.ligo.org/lscsoft/lalsuite/raw/master/lalpulsar/lib/sun00-40-DE405.dat.gz)
 
 (Other ephemerides versions exist, but these should be sufficient for most applications.)
 You then need to tell PyFstat where to find these files,
@@ -142,8 +142,8 @@ If you are working with a virtual environment,
 you should be able to get a full working ephemerides installation with these commands:
 ```
 mkdir $VIRTUAL_ENV/share/lalpulsar
-wget https://git.ligo.org/lscsoft/lalsuite/raw/master/lalpulsar/src/earth00-40-DE405.dat.gz -P $VIRTUAL_ENV/share/lalpulsar
-wget https://git.ligo.org/lscsoft/lalsuite/raw/master/lalpulsar/src/sun00-40-DE405.dat.gz -P $VIRTUAL_ENV/share/lalpulsar
+wget https://git.ligo.org/lscsoft/lalsuite/raw/master/lalpulsar/lib/earth00-40-DE405.dat.gz -P $VIRTUAL_ENV/share/lalpulsar
+wget https://git.ligo.org/lscsoft/lalsuite/raw/master/lalpulsar/lib/sun00-40-DE405.dat.gz -P $VIRTUAL_ENV/share/lalpulsar
 echo 'export LALPULSAR_DATADIR=$VIRTUAL_ENV/share/lalpulsar' >> ${VIRTUAL_ENV}/bin/activate
 deactivate
 source path/to/venv/bin/activate
-- 
GitLab