Skip to content

Commit b409c7b

Browse files
committed
Fix links
1 parent 75b6d4c commit b409c7b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ It is possible to create an object yourself, but it is recommend to use the sing
4545
$request = \TgUtils\Request::getRequest();
4646
```
4747

48-
Inspect the [source code](https://github.com/technicalguru/php-utils/blob/src/TgUtils/Request.php) to find out about the various methods available.
48+
Inspect the [source code](https://github.com/technicalguru/php-utils/blob/main/src/TgUtils/Request.php) to find out about the various methods available.
4949

5050
## Date class
5151

@@ -75,7 +75,7 @@ $iso8601 = $date->toISO8601();
7575
$someString = $date->format('d.m.Y H:i:s');
7676
```
7777

78-
Inspect the [source code](https://github.com/technicalguru/php-utils/blob/src/TgUtils/Date.php) to find out about the various methods available.
78+
Inspect the [source code](https://github.com/technicalguru/php-utils/blob/main/src/TgUtils/Date.php) to find out about the various methods available.
7979

8080
## Logging
8181

@@ -175,8 +175,8 @@ Log::clean();
175175
## Authentication Helper
176176
A simple authentication helper interface along with a default implementation is provided:
177177

178-
* [TgUtils\Auth\CredentialsProvider](https://github.com/technicalguru/php-utils/blob/src/TgUtils/Auth/CredentialsProvider.php) - Interface to provide username and password to other objects
179-
* [TgUtils\Auth\DefaultCredentialsProvider](https://github.com/technicalguru/php-utils/blob/src/TgUtils/Auth/DefaultCredentialsProvider.php) - Simple default implementation of the interface
178+
* [TgUtils\Auth\CredentialsProvider](https://github.com/technicalguru/php-utils/blob/main/src/TgUtils/Auth/CredentialsProvider.php) - Interface to provide username and password to other objects
179+
* [TgUtils\Auth\DefaultCredentialsProvider](https://github.com/technicalguru/php-utils/blob/main/src/TgUtils/Auth/DefaultCredentialsProvider.php) - Simple default implementation of the interface
180180

181181
## Sensitive Data Obfuscation
182182

@@ -303,7 +303,7 @@ $priceString = FormatUtils::formatPrice(3000.643, 'EUR');
303303
$fileSize = FormatUtils::formatUnit(3000643, 'B');
304304
```
305305

306-
Inspect the [source code](https://github.com/technicalguru/php-utils/blob/src/TgUtils/Utils.php) to find more about the methods available.
306+
Inspect the [source code](https://github.com/technicalguru/php-utils/blob/main/src/TgUtils/Utils.php) to find more about the methods available.
307307

308308
# Contribution
309309
Report a bug, request an enhancement or pull request at the [GitHub Issue Tracker](https://github.com/technicalguru/php-utils/issues).

0 commit comments

Comments
 (0)