Skip to content

Commit 3d2dea2

Browse files
committed
Merge pull request github#608 from carlesjove/fix_kramdown_link
fixed kramdown's syntax broken link
2 parents b3a41a0 + 5bfe59d commit 3d2dea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ API docs should look like:
5555
<%= headers 200, :pagination => default_pagination_rels, 'X-Custom-Header' => "value" %>
5656
<%= json :resource_name %>
5757

58-
**Note**: We're using [Kramdown Markdown extensions](http://kramdown.rubyforge.org/syntax.html), such as definition lists.
58+
**Note**: We're using [Kramdown Markdown extensions](http://kramdown.gettalong.org/syntax.html), such as definition lists.
5959

6060
### JSON Responses
6161

0 commit comments

Comments
 (0)