Skip to content

Commit 65a2493

Browse files
committed
Update github url
1 parent 1578c9f commit 65a2493

13 files changed

+15
-15
lines changed

Examples/View.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<html>
4141
<head>
4242
<meta charset="utf-8">
43-
<title>Source Query PHP Class</title>
43+
<title>Source Query PHP Library</title>
4444

4545
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
4646
<style type="text/css">
@@ -60,9 +60,9 @@
6060
<body>
6161
<div class="container">
6262
<div class="jumbotron">
63-
<h1>Source Query PHP Class</h1>
63+
<h1>Source Query PHP Library</h1>
6464

65-
<p>This class was created to query game server which use the Source (Steamworks) query protocol.</p>
65+
<p>This library was created to query game server which use the Source (Steamworks) query protocol.</p>
6666

6767
<p>
6868
<a class="btn btn-large btn-primary" href="http://xpaw.me">Made by xPaw</a>

SourceQuery/Buffer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Pavel Djundik <[email protected]>
44
*
55
* @link https://xpaw.me
6-
* @link https://github.com/xPaw/PHP-Source-Query-Class
6+
* @link https://github.com/xPaw/PHP-Source-Query
77
*
88
* @license GNU Lesser General Public License, version 2.1
99
*

SourceQuery/Exception/AuthenticationException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Pavel Djundik <[email protected]>
44
*
55
* @link https://xpaw.me
6-
* @link https://github.com/xPaw/PHP-Source-Query-Class
6+
* @link https://github.com/xPaw/PHP-Source-Query
77
*
88
* @license GNU Lesser General Public License, version 2.1
99
*

SourceQuery/Exception/InvalidArgumentException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Pavel Djundik <[email protected]>
44
*
55
* @link https://xpaw.me
6-
* @link https://github.com/xPaw/PHP-Source-Query-Class
6+
* @link https://github.com/xPaw/PHP-Source-Query
77
*
88
* @license GNU Lesser General Public License, version 2.1
99
*

SourceQuery/Exception/InvalidPacketException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Pavel Djundik <[email protected]>
44
*
55
* @link https://xpaw.me
6-
* @link https://github.com/xPaw/PHP-Source-Query-Class
6+
* @link https://github.com/xPaw/PHP-Source-Query
77
*
88
* @license GNU Lesser General Public License, version 2.1
99
*

SourceQuery/Exception/SocketException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Pavel Djundik <[email protected]>
44
*
55
* @link https://xpaw.me
6-
* @link https://github.com/xPaw/PHP-Source-Query-Class
6+
* @link https://github.com/xPaw/PHP-Source-Query
77
*
88
* @license GNU Lesser General Public License, version 2.1
99
*

SourceQuery/Exception/SourceQueryException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Pavel Djundik <[email protected]>
44
*
55
* @link https://xpaw.me
6-
* @link https://github.com/xPaw/PHP-Source-Query-Class
6+
* @link https://github.com/xPaw/PHP-Source-Query
77
*
88
* @license GNU Lesser General Public License, version 2.1
99
*

SourceQuery/Exception/TimeoutException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Pavel Djundik <[email protected]>
44
*
55
* @link https://xpaw.me
6-
* @link https://github.com/xPaw/PHP-Source-Query-Class
6+
* @link https://github.com/xPaw/PHP-Source-Query
77
*
88
* @license GNU Lesser General Public License, version 2.1
99
*

SourceQuery/GoldSourceRcon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Pavel Djundik <[email protected]>
44
*
55
* @link https://xpaw.me
6-
* @link https://github.com/xPaw/PHP-Source-Query-Class
6+
* @link https://github.com/xPaw/PHP-Source-Query
77
*
88
* @license GNU Lesser General Public License, version 2.1
99
*

SourceQuery/Socket.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Pavel Djundik <[email protected]>
44
*
55
* @link https://xpaw.me
6-
* @link https://github.com/xPaw/PHP-Source-Query-Class
6+
* @link https://github.com/xPaw/PHP-Source-Query
77
*
88
* @license GNU Lesser General Public License, version 2.1
99
*

0 commit comments

Comments
 (0)