Skip to content

Commit ba5b29f

Browse files
committed
Fix links in readme.
1 parent a35ae28 commit ba5b29f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Frameworks/PostgresKit/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
PostgresKit is a fork and heavily modified version of the PostgresClientKit
44
code from the PostgresKit project:
55

6-
http://code.google.com/p/postgres-kit/
6+
[http://code.google.com/p/postgres-kit/](http://code.google.com/p/postgres-kit/)
77

88
PostgresClientKit was originally written by David Thorpe and is licensed under
99
version 2 of the Apache License.
1010

1111
This PostgresKit fork was created by Stuart Connolly on July 22, 2012 and
1212
is to be developed as part of the Sequel Pro project:
1313

14-
http://sequelpro.com/
14+
[http://sequelpro.com/](http://sequelpro.com/)
1515

1616
## License
1717

@@ -29,15 +29,15 @@ libpq is licensed under The PostgreSQL License and is copyrighted by:
2929

3030
Full license:
3131

32-
http://www.postgresql.org/about/licence/
32+
[https://www.postgresql.org/about/licence/](https://www.postgresql.org/about/licence/)
3333

3434
libpqtypes is licensed under the BSD license and is copyrighted by:
3535

3636
Copyright (c) 2008-2011 eSilo, LLC. All rights reserved
3737

3838
Full License:
3939

40-
http://libpqtypes.esilo.com/pkgdocs.html?file=LICENSE
40+
[http://libpqtypes.esilo.com/pkgdocs.html?file=LICENSE](http://libpqtypes.esilo.com/pkgdocs.html?file=LICENSE)
4141

4242
The entire framework is dual licensed under both version 2 of the Apache
4343
license and the MIT license. Use of it must carry both of the following
@@ -51,7 +51,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
5151
you may not use this file except in compliance with the License.
5252
You may obtain a copy of the License at
5353

54-
http://www.apache.org/licenses/LICENSE-2.0
54+
[https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
5555

5656
Unless required by applicable law or agreed to in writing, software
5757
distributed under the License is distributed on an "AS IS" BASIS,

0 commit comments

Comments
 (0)