From a8de38d0b084087214913af21e54e20f146bbd84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Mon, 2 Jan 2012 23:18:57 +0100 Subject: [PATCH] Fix http://@ from CHANGELOG --- CHANGELOG.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index db48aa35..48ec81d8 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,6 +1,6 @@ == 2.0.0.rc2 -Notes: https://@plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.0 +Notes: https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.0 * bug fix * Fix incorrect message for locked account (by @jigyasa) @@ -128,7 +128,7 @@ Notes: https://@plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.0 * Wrap :action constraints in the proper hash * deprecations - * Loosened the used email regexp to simply assert the existent of "@". If someone relies on a more strict regexp, they may use https://@SixArm/sixarm_ruby_email_address_validation + * Loosened the used email regexp to simply assert the existent of "@". If someone relies on a more strict regexp, they may use https://github.com/SixArm/sixarm_ruby_email_address_validation == 1.4.2