Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down