From 33c29d81716634215dd70d945446164e81dbad4f Mon Sep 17 00:00:00 2001 From: Nick Sagona Date: Tue, 10 May 2016 09:46:47 -0500 Subject: [PATCH] Update CC links in README.md file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1e5744..c7c3508 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ pop-form ======== [![Build Status](https://travis-ci.org/popphp/pop-form.svg?branch=master)](https://travis-ci.org/popphp/pop-form) -[![Coverage Status](http://www.popphp.org/cc/coverage.php?comp=pop-form)](http://www.popphp.org/cc/pop-form/) +[![Coverage Status](http://cc.popphp.org/coverage.php?comp=pop-form)](http://cc.popphp.org/pop-form/) OVERVIEW -------- @@ -470,7 +470,7 @@ This will render like: ``` You can set element-specific attributes and values, as well as set fields to omit, like -the 'id' parameter in the above examples. Any `TEXT` column type in the database is +the 'id' parameter in the above examples. Any `TEXT` column type in the database is created as textarea objects and then the rest are created as input text objects. [Top](#basic-usage)