From c1f3e03d5cf971154157b62c99c7359d7365837a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?=
 <ak4@sanger.ac.uk>
Date: Fri, 28 Jan 2011 11:24:12 +0000
Subject: [PATCH] Rephrase mentionings of ensembl-dev.

---
 modules/Bio/EnsEMBL/Registry.pm | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/modules/Bio/EnsEMBL/Registry.pm b/modules/Bio/EnsEMBL/Registry.pm
index 9991cda817..4b1935072c 100644
--- a/modules/Bio/EnsEMBL/Registry.pm
+++ b/modules/Bio/EnsEMBL/Registry.pm
@@ -184,7 +184,7 @@ my %group2adaptor = (
                users, specially if you need to store and retrieve
                features.  It might reduce performance when querying
                the database if not used properly.  If in doubt, do
-               not use it or ask in ensembl-dev.
+               not use it or ask in the developer mailing list.
 
   Example    : Bio::EnsEMBL::Registry->load_all();
   Returntype : none
@@ -1248,13 +1248,13 @@ my $self = shift;
   Arg [2] : (optional) integer
             If not 0, will print out all information.
   Arg [3] : (optional) integer
-          This option will turn off caching for slice features,
-          so, every time a set of features is retrieved, they
-          will come from the database instead of the cache. This
-          option is only recommended for advanced users, specially
-          if you need to store and retrieve features. It might
-          reduce performance when querying the database if not used
-          properly. If in doubt, do not use it or ask in ensembl-dev
+          This option will turn off caching for slice features, so,
+          every time a set of features is retrieved, they will come
+          from the database instead of the cache. This option is only
+          recommended for advanced users, specially if you need to
+          store and retrieve features. It might reduce performance when
+          querying the database if not used properly. If in doubt, do
+          not use it or ask in the developer mailing list.
 
   Example : load_registry_from_url(
             'mysql://anonymous@ensembldb.ensembl.org:3306');
@@ -1356,14 +1356,14 @@ sub load_registry_from_url {
                 problems and know what you are doing.
 
    Arg [-NO_CACHE]: (optional) boolean
-                This option will turn off caching for slice
-                features, so, every time a set of features is
-                retrieved, they will come from the database instead
-                of the cache.  This option is only recommended for
-                advanced users, specially if you need to store and
-                retrieve features.  It might reduce performance when
-                querying the database if not used properly.  If in
-                doubt, do not use it or ask in ensembl-dev.
+                This option will turn off caching for slice features,
+                so, every time a set of features is retrieved, they
+                will come from the database instead of the cache.  This
+                option is only recommended for advanced users, specially
+                if you need to store and retrieve features.  It might
+                reduce performance when querying the database if not
+                used properly.  If in doubt, do not use it or ask in the
+                developer mailing list.
 
    Arg [SPECIES_SUFFIX]: (optional) string
                 This option will append the string to the species name
-- 
GitLab