You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2013/09/05 01:00:31 UTC

[5/6] git commit: Update link to Bootstrap 3 CSS about forms

Update link to Bootstrap 3 CSS about forms


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/2d41653e
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/2d41653e
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/2d41653e

Branch: refs/heads/master
Commit: 2d41653e8a4ce9647e0ec15de1e25482d224990a
Parents: 287e096
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Wed Sep 4 15:22:03 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Wed Sep 4 15:22:03 2013 -0700

----------------------------------------------------------------------
 54_RELEASE_NOTES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/2d41653e/54_RELEASE_NOTES.txt
----------------------------------------------------------------------
diff --git a/54_RELEASE_NOTES.txt b/54_RELEASE_NOTES.txt
index 1840d92..c0416f2 100644
--- a/54_RELEASE_NOTES.txt
+++ b/54_RELEASE_NOTES.txt
@@ -192,7 +192,7 @@ to the client, and expects and leverages the Bootstrap CSS.
 Fields that require validation messages to be displayed fire events, and the default handlers show and update
 help blocks that appear (by default) beneath the fields. To get the full effect, you should enclose your fields inside
 .form-group elements, as described in the Bootstrap documentation:
-http://twitter.github.com/bootstrap/base-css.html#forms
+http://getbootstrap.com/css/#forms
 
 You may also use the new FormGroup mixin for most fields.