diff --git a/docs/source/howtos/howto_extend_the_comment_form.txt b/docs/source/howtos/howto_extend_the_comment_form.txt index 6249329..813bacf 100644 --- a/docs/source/howtos/howto_extend_the_comment_form.txt +++ b/docs/source/howtos/howto_extend_the_comment_form.txt @@ -13,13 +13,13 @@ way that they are grouped and ordered. .. note:: - This howto applies only to plone.app.discussion >= 2.0.4 and >= 1.1.1. Prior + This howto applies only to plone.app.discussion >= 2.0.4 and >= 1.1.2 Prior versions will not store the extended fields on the comment. .. seealso:: The source code of this howto can be found here: - https://github.com/collective/collective.example.commentextender/ + https://github.com/collective/example.commentextender/ Howto extend the comment form with an additional "website" field