From 6d52c08bb02921353fd5dba409c5f3e58ab217a3 Mon Sep 17 00:00:00 2001
From: Colm Talbot <colm.talbot@ligo.org>
Date: Tue, 12 Jun 2018 12:04:31 +1000
Subject: [PATCH] fix broken path

---
 docs/prior.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/prior.txt b/docs/prior.txt
index 164e50222..f0c85df55 100644
--- a/docs/prior.txt
+++ b/docs/prior.txt
@@ -39,7 +39,7 @@ If any model parameter required by the :ref:`likelihood` are not defined in the
 will try to use a default prior. By default, these are setup for a binary black
 hole and defined in a file like this
 
-.. literalinclude:: /../tupak/core/prior_files/binary_black_holes.prior
+.. literalinclude:: /../tupak/gw/prior_files/binary_black_holes.prior
 
 You can define your own default prior and pass a string pointing to that file
 to :ref:`run_sampler <run_sampler>`.
-- 
GitLab