diff --git a/Source/Source.php b/Source/Source.php index 054bd5c..6da5e8a 100755 --- a/Source/Source.php +++ b/Source/Source.php @@ -28,7 +28,7 @@ $this->author = 'John Reese'; $this->contact = 'john@noswap.com'; - $this->url = 'http://leetcode.net'; + $this->url = 'http://noswap.com'; } function config() { diff --git a/SourceCgit/SourceCgit.php b/SourceCgit/SourceCgit.php index a54c231..0547763 100644 --- a/SourceCgit/SourceCgit.php +++ b/SourceCgit/SourceCgit.php @@ -27,7 +27,7 @@ $this->author = 'Alexander'; $this->contact = 'iam.asm89@gmail.com'; - $this->url = 'http://leetcode.net/'; + $this->url = 'http://noswap.com/'; } public $type = 'cgit'; diff --git a/SourceGithub/SourceGithub.php b/SourceGithub/SourceGithub.php index 7b3b4e1..cda53d1 100644 --- a/SourceGithub/SourceGithub.php +++ b/SourceGithub/SourceGithub.php @@ -22,7 +22,7 @@ $this->author = 'John Reese'; $this->contact = 'john@noswap.com'; - $this->url = 'http://leetcode.net'; + $this->url = 'http://noswap.com'; } public $type = 'github'; diff --git a/SourceGitweb/SourceGitweb.php b/SourceGitweb/SourceGitweb.php index bdfcd36..5be6331 100644 --- a/SourceGitweb/SourceGitweb.php +++ b/SourceGitweb/SourceGitweb.php @@ -22,7 +22,7 @@ $this->author = 'John Reese'; $this->contact = 'john@noswap.com'; - $this->url = 'http://leetcode.net'; + $this->url = 'http://noswap.com'; } public $type = 'gitweb'; diff --git a/SourceSFSVN/SourceSFSVN.php b/SourceSFSVN/SourceSFSVN.php index fffdeb2..fbd986f 100644 --- a/SourceSFSVN/SourceSFSVN.php +++ b/SourceSFSVN/SourceSFSVN.php @@ -21,7 +21,7 @@ $this->author = 'John Reese'; $this->contact = 'john@noswap.com'; - $this->url = 'http://leetcode.net'; + $this->url = 'http://noswap.com'; } public $type = 'sfsvn'; diff --git a/SourceSVN/SourceSVN.php b/SourceSVN/SourceSVN.php index 0a44e2b..669dbd7 100644 --- a/SourceSVN/SourceSVN.php +++ b/SourceSVN/SourceSVN.php @@ -20,7 +20,7 @@ $this->author = 'John Reese'; $this->contact = 'john@noswap.com'; - $this->url = 'http://leetcode.net'; + $this->url = 'http://noswap.com'; } public function config() { diff --git a/SourceWebSVN/SourceWebSVN.php b/SourceWebSVN/SourceWebSVN.php index f91271e..d5f26c5 100644 --- a/SourceWebSVN/SourceWebSVN.php +++ b/SourceWebSVN/SourceWebSVN.php @@ -21,7 +21,7 @@ $this->author = 'John Reese'; $this->contact = 'john@noswap.com'; - $this->url = 'http://leetcode.net'; + $this->url = 'http://noswap.com'; } public $type = 'websvn';