From f60b5f5e293c9149ef140c2700c9a0bd80f1c772 Mon Sep 17 00:00:00 2001
From: John Chilton <jmchilton@gmail.com>
Date: Sat, 14 Mar 2015 13:39:51 -0400
Subject: [PATCH] Makefile fix.

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index c9be6529..a25f5d51 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ open-docs: docs
 	open docs/_build/html/index.html || xdg-open docs/_build/html/index.html
 
 open-rtd: docs
-	open https://pulsar.readthedocs.org || xdg-open docs/_build/html/index.html
+	open https://pulsar.readthedocs.org || xdg-open https://pulsar.readthedocs.org
 
 open-project:
 	open https://github.com/galaxyproject/pulsar || xdg-open https://github.com/galaxyproject/pulsar
-- 
GitLab