From 1ef232176801d6d0bd746fec35e23991de8e9025 Mon Sep 17 00:00:00 2001 From: Kiran Karkera Date: Tue, 22 Jan 2019 12:40:41 +0800 Subject: [PATCH] Updated link to https://bitbucket.org/probprog/anglican --- doc/intro.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/intro.md b/doc/intro.md index 977f2179..40c0f7c3 100644 --- a/doc/intro.md +++ b/doc/intro.md @@ -42,9 +42,9 @@ in a file `example.clj` to create your first Anglican program. Anglican can be run from the command line, in the Clojure REPL, as well in [other ways](#markdown-header-m-in-gorilla-repl). To run Anglican from the command line or in the REPL, use git to download from -https://bitbucket.org/dtolpin/anglican: +https://bitbucket.org/probprog/anglican: - $ git clone https://bitbucket.org/dtolpin/anglican + $ git clone https://bitbucket.org/probprog/anglican Open `project.clj` and add the path to the directory in which `example.clj` resides to `:resource-paths`.