From 957dd8621d2c346b3d12e3a37c4dc1a1e573c3b8 Mon Sep 17 00:00:00 2001 From: Emil Ivov Date: Mon, 3 Sep 2007 10:36:21 +0000 Subject: [PATCH] Changed CVS references to SVN. --- www/project_tools.html | 2 +- www/theme.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },