You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-8Lines changed: 22 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ swift build
89
89
90
90
## Testing
91
91
92
-
[Set up a Postgres database for testing](Docs/setting_up_a_postgres_database_for_testing.md). This is a one-time process.
92
+
[Set up a Postgres database for testing](https://github.com/codewinsdotcom/PostgresClientKit/blob/master/Docs/setting_up_a_postgres_database_for_testing.md). This is a one-time process.
93
93
94
94
Then:
95
95
@@ -132,13 +132,27 @@ import PostgresClientKit
132
132
133
133
### CocoaPods
134
134
135
-
CocoaPods support is [on the roadmap](https://github.com/codewinsdotcom/PostgresClientKit/issues/2).
135
+
Add `PostgresClientKit` to your `Podfile`. For example:
@@ -150,9 +164,9 @@ CocoaPods support is [on the roadmap](https://github.com/codewinsdotcom/Postgres
150
164
151
165
Thank you for your interest in contributing to PostgresClientKit.
152
166
153
-
This project has a code of conduct. See [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) for details.
167
+
This project has a code of conduct. See [CODE_OF_CONDUCT.md](https://github.com/codewinsdotcom/PostgresClientKit/blob/master/CODE_OF_CONDUCT.md) for details.
154
168
155
-
Please use [issues](../../issues) to:
169
+
Please use [issues](https://github.com/codewinsdotcom/PostgresClientKit/issues) to:
156
170
157
171
- ask questions
158
172
- report problems (bugs)
@@ -162,11 +176,11 @@ Pull requests against the `develop` branch are welcomed. For a non-trivial cont
162
176
163
177
## License
164
178
165
-
PostgresClientKit is licensed under the Apache 2.0 license. See [LICENSE](LICENSE) for details.
179
+
PostgresClientKit is licensed under the Apache 2.0 license. See [LICENSE](https://github.com/codewinsdotcom/PostgresClientKit/blob/master/LICENSE) for details.
166
180
167
181
## Versioning
168
182
169
-
PostgresClientKit uses [Semantic Versioning 2.0.0](https://semver.org). For the versions available, see the [tags on this repository](../../tags).
183
+
PostgresClientKit uses [Semantic Versioning 2.0.0](https://semver.org). For the versions available, see the [tags on this repository](https://github.com/codewinsdotcom/PostgresClientKit/releases).
0 commit comments