Skip to content

Commit

Permalink
Fixed API doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reposa committed Sep 28, 2017
1 parent a4d2dfc commit 50d5ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Figaro is a probabilistic programming language that supports development of very

Figaro makes it possible to express probabilistic models using the power of programming languages, giving the modeler the expressive tools to create a wide variety of models. Figaro comes with a number of built-in reasoning algorithms that can be applied automatically to new models. In addition, Figaro models are data structures in the Scala programming language, which is interoperable with Java, and can be constructed, manipulated, and used directly within any Scala or Java program.

Figaro is free and is released under an [open-source license](https://github.com/p2t2/figaro/blob/master/LICENSE). The current, stable binary release of Figaro can be found [here](https://www.cra.com/work/case-studies/figaro). For more information please see the [Figaro Release Notes](https://www.cra.com/sites/default/files/pdf/Figaro_release_notes.pdf) and [Figaro Tutorial](https://www.cra.com/sites/default/files/pdf/Figaro_Tutorial.pdf). Documentation of the Figaro library interface can be found [here](https://www.cra.com/Figaro_Scaladoc/index.html#package).
Figaro is free and is released under an [open-source license](https://github.com/p2t2/figaro/blob/master/LICENSE). The current, stable binary release of Figaro can be found [here](https://www.cra.com/work/case-studies/figaro). For more information please see the [Figaro Release Notes](https://www.cra.com/sites/default/files/pdf/Figaro_release_notes.pdf) and [Figaro Tutorial](https://www.cra.com/sites/default/files/pdf/Figaro_Tutorial.pdf). Documentation of the Figaro library interface can be found [here](https://www.cra.com/Figaro_ScalaDoc/index.html).

3 comments on commit 50d5ba6

@matanox
Copy link

@matanox matanox commented on 50d5ba6 Sep 29, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well thanks but the target page seems to contain no API documentation, at least in my browser

@mreposa
Copy link
Contributor

@mreposa mreposa commented on 50d5ba6 Oct 2, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does, but you need to drill down by clicking "com" under the Packages section.

@matanox
Copy link

@matanox matanox commented on 50d5ba6 Oct 2, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, thanks and apologies. The Akka line there threw me off guard before...

image

Thanks for fixing it for us 5.0 users!

Please sign in to comment.