diff --git a/www/project_tools.html b/www/project_tools.html index f8b36f65f..cf7159a91 100644 --- a/www/project_tools.html +++ b/www/project_tools.html @@ -32,7 +32,7 @@
  • Become a member
  • - SVN repository + Subversion (SVN)
  • Mailing lists
  • diff --git a/www/theme.js b/www/theme.js index 3156fcaee..264b14a00 100644 --- a/www/theme.js +++ b/www/theme.js @@ -23,7 +23,7 @@ var regions = [ ], children: [ { title: "Mailing Lists", href: "http://www.sip-communicator.org/index.php/Development/MailingLists" }, - { title: "CVS", href: "http://www.sip-communicator.org/index.php/Development/VersionControl" }, + { title: "Subversion (SVN)", href: "http://www.sip-communicator.org/index.php/Development/VersionControl" }, { title: "Bugs and Issues", href: "http://www.sip-communicator.org/index.php/Development/BugsAndIssues" }, { title: "Roadmap", href: "http://www.sip-communicator.org/index.php/Development/Roadmap" }, { title: "Contributing", href: "http://www.sip-communicator.org/index.php/Development/GetInvolved" },