Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 7122)
+++ /CKEditor/trunk/CHANGES.html	(revision 7123)
@@ -46,4 +46,5 @@
 	<ul>
 		<li></li>
+		<li><a href="http://dev.ckeditor.com/ticket/8171">#8171</a>, <a href="http://dev.ckeditor.com/ticket/8172">#8172</a> : Updated links to WebSpellChecker.net.</li>
 		<li>Updated the following language files:<ul>
 			<li><a href="http://dev.ckeditor.com/ticket/8128">#8128</a> : Italian;</li>
Index: /CKEditor/trunk/_source/plugins/scayt/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/scayt/plugin.js	(revision 7122)
+++ /CKEditor/trunk/_source/plugins/scayt/plugin.js	(revision 7123)
@@ -109,5 +109,5 @@
 				var scripts = CKEDITOR.document.getElementsByTag( 'script' ),
 					scaytIdRegex =  /^dojoIoScript(\d+)$/i,
-					scaytSrcRegex =  /^https?:\/\/svc\.spellchecker\.net\/spellcheck\/script\/ssrv\.cgi/i;
+					scaytSrcRegex =  /^https?:\/\/svc\.webspellchecker\.net\/spellcheck\/script\/ssrv\.cgi/i;
 
 				for ( var i=0; i < scripts.count(); i++ )
@@ -395,5 +395,5 @@
 			// Default to 'http' for unknown.
 			protocol = protocol.search( /https?:/) != -1? protocol : 'http:';
-			var baseUrl  = 'svc.spellchecker.net/scayt26/loader__base.js';
+			var baseUrl  = 'svc.webspellchecker.net/scayt26/loader__base.js';
 
 			var scaytUrl  =  editor.config.scayt_srcUrl || ( protocol + '//' + baseUrl );
@@ -918,5 +918,5 @@
 /**
  * Set the URL to SCAYT core. Required to switch to licensed version of SCAYT application.
- * Further details at http://wiki.spellchecker.net/doku.php?id=3rd:wysiwyg:fckeditor:wscckf3l .
+ * Further details at http://wiki.webspellchecker.net/doku.php?id=3rd:wysiwyg:fckeditor:wscckf3l .
  * @name CKEDITOR.config.scayt_srcUrl
  * @type String
@@ -929,5 +929,5 @@
  * Links SCAYT to custom dictionaries. It's a string containing dictionary ids
  * separared by commas (","). Available only for licensed version.
- * Further details at http://wiki.spellchecker.net/doku.php?id=custom_dictionary_support .
+ * Further details at http://wiki.webspellchecker.net/doku.php?id=custom_dictionary_support .
  * @name CKEDITOR.config.scayt_customDictionaryIds
  * @type String
Index: /CKEditor/trunk/_source/plugins/wsc/dialogs/wsc.js
===================================================================
--- /CKEditor/trunk/_source/plugins/wsc/dialogs/wsc.js	(revision 7122)
+++ /CKEditor/trunk/_source/plugins/wsc/dialogs/wsc.js	(revision 7123)
@@ -32,5 +32,5 @@
 
 	var wscCoreUrl = editor.config.wsc_customLoaderScript || ( protocol +
-			'//loader.spellchecker.net/sproxy_fck/sproxy.php'
+			'//loader.webspellchecker.net/sproxy_fck/sproxy.php'
 			+ '?plugin=fck2'
 			+ '&customerid=' + editor.config.wsc_customerId
