Skip to content

Commit

Permalink
Fix broken links in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smauq committed Dec 6, 2015
1 parent 337f86b commit f18fa4a
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 @@ -36,7 +36,7 @@ Keras is compatible with:

## Getting started: 30 seconds to Keras

The core datastructure of Keras is a __model__, a way to organize layers. There are two types of models: [`Sequential`](/models/#sequential) and [`Graph`](/models/#graph).
The core datastructure of Keras is a __model__, a way to organize layers. There are two types of models: [`Sequential`](http://keras.io/models/#sequential) and [`Graph`](http://keras.io/models/#graph).

Here's the `Sequential` model (a linear pile of layers):

Expand Down

0 comments on commit f18fa4a

Please sign in to comment.