Skip to content

Commit cbdf2de

Browse files
committed
Merge branch 'AIMA3e' of https://github.com/ctjoreilly/aima-java.git into AIMA3e
2 parents 2a56c8a + 98794f3 commit cbdf2de

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
# ![](https://github.com/ctjoreilly/aima-java/blob/AIMA3e/aima-all/release/images/aima3e.jpg)AIMA3e-Java (JDK 7+)
22
Java implementation of algorithms from [Norvig](http://www.norvig.com/) and [Russell's](http://www.cs.berkeley.edu/~russell/) [Artificial Intelligence - A Modern Approach 3rd Edition](http://aima.cs.berkeley.edu/)
33

4-
# Getting Started Links
5-
* [Demo Applications that can be run from your browser](http://aima-java.googlecode.com/svn/trunk/aima-all/release/aima3ejavademos.html).
4+
### Getting Started Links
5+
* [Demo Applications that can be run from your browser](http://ctjoreilly.github.io/aima-java/aima3e/aima3ejavademos.html).
66
* [Overview of Project](https://github.com/ctjoreilly/aima-java/wiki/AIMA3e-Overview)
7-
* [Javadoc for the aima-core project](http://aima-java.googlecode.com/svn/trunk/aima-all/release/javadoc/aima-core/index.html).
7+
* [Javadoc for the aima-core project](http://ctjoreilly.github.io/aima-java/aima3e/javadoc/aima-core/index.html).
88
* [Download the latest official version = 1.8.0 (Aug 10 2014)](https://github.com/ctjoreilly/aima-java/releases/tag/aima3e-v1.8.0).
99
* Latest Maven Information (for integration as a third party library)<br>
1010

11-
`<dependency>`<br>
12-
11+
```
12+
<dependency>
1313
<groupId>com.googlecode.aima-java</groupId>
1414
<artifactId>aima-core</artifactId>
1515
<version>0.11.0</version>
16-
`</dependency>`
16+
</dependency>
17+
```
1718
18-
# Index of Implemented Algorithms
19+
### Index of Implemented Algorithms
1920
<table style="width:100%">
2021
<tbody>
2122
<tr>

0 commit comments

Comments
 (0)