Skip to content

Commit dd2c3fd

Browse files
committed
Fix links
1 parent 7ab0a2d commit dd2c3fd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ $client->allocateSpace(2048);
190190
$client->keepConnectionAlive();
191191
```
192192

193-
You can see all the methods [here](blob/master/docs/FtpClient.md).
193+
You can see all the methods [here](docs/FtpClient.md).
194194

195195
## More documentation
196196

@@ -200,12 +200,12 @@ You can see all the methods [here](blob/master/docs/FtpClient.md).
200200
* [Sending commands with FtpCommand][4]
201201
* [Using the FtpWrapper][5]
202202

203-
[1]: blob/master/docs/FtpConnectionInterface.md
204-
[2]: blob/master/docs/FtpConfig.md
205-
[3]: blob/master/docs/FtpClient.md
206-
[4]: blob/master/docs/FtpCommand.md
207-
[5]: blob/master/docs/FtpWrapper.md
203+
[1]: docs/FtpConnectionInterface.md
204+
[2]: docs/FtpConfig.md
205+
[3]: docs/FtpClient.md
206+
[4]: docs/FtpCommand.md
207+
[5]: docs/FtpWrapper.md
208208

209209
## License
210210

211-
MIT License. please see the [LICENSE FILE](blob/master/LICENSE) for more information.
211+
MIT License. please see the [LICENSE FILE](LICENSE) for more information.

0 commit comments

Comments
 (0)