Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated doc link to https://bitbucket.org/probprog/anglican #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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