From 50d5ba689e4bdea965cb65f854c39ff9d077f157 Mon Sep 17 00:00:00 2001 From: Michael Reposa Date: Thu, 28 Sep 2017 14:27:45 -0400 Subject: [PATCH] Fixed API doc link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1e279a2..f3dabf25 100644 --- a/README.md +++ b/README.md @@ -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).