diff --git a/twitter.pages.inc b/twitter.pages.inc
index 91a1731..78a140f 100644
--- a/twitter.pages.inc
+++ b/twitter.pages.inc
@@ -11,7 +11,7 @@ function twitter_admin_form() {
     '#title' => t('OAuth Settings'),
     '#description' => t(''),
     '#access' => module_exists('oauth'),
-    '#description' => t('To enable OAuth based access for twitter, you must <a href="@url">register your application</a> with twitter and add the provided keys here.', array('@url' => 'https://twitter.com/apps/new')),
+    '#description' => t('To enable OAuth based access for twitter, you must <a href="@url">register your application</a> with twitter and add the provided keys here.', array('@url' => 'https://dev.twitter.com/apps/new')),
   );
 
   $form['oauth']['callback_url'] = array(
