Skip to content

Commit 40e2a58

Browse files
authored
docs: consolidate (#204)
* docs: migrate custom http client example * docs: link README to new client doc, lint and check vs docs style guide * docs: merge information from docs into README.md * docs: change note, update indentation * docs: spelling * docs: add Go 1.20 * docs: api keys example indentation * docs: incorporate PR feedback * docs: reference the Prisma sample, not an old csharp repo * chore: heading level * chore: remove old docs reference
1 parent 2252777 commit 40e2a58

File tree

3 files changed

+304
-184
lines changed

3 files changed

+304
-184
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ it can be.
2121
## <a name="question"></a> Got an API/Product Question or Problem?
2222

2323
If you have questions about how to use `twilio-go`, please see our
24-
[docs][docs-link], and if you don't find the answer there, please contact
24+
[docs](./README.md), and if you don't find the answer there, please contact
2525
[[email protected]](mailto:[email protected]) with any issues you have.
2626

2727
## <a name="issue"></a> Found an Issue?
@@ -55,10 +55,6 @@ you're working on.
5555
For large fixes, please build and test the documentation before submitting the
5656
PR to be sure you haven't accidentally introduced layout or formatting issues.
5757

58-
If you want to help improve the docs at
59-
[https://www.twilio.com/docs/libraries/go][docs-link], please contact
60-
61-
6258
## <a name="submit"></a> Submission Guidelines
6359

6460
### Submitting an Issue
@@ -143,6 +139,5 @@ you are working:
143139
* All classes and methods **must be documented**.
144140
145141
146-
[docs-link]: https://www.twilio.com/docs/libraries/go
147142
[issue-link]: https://github.com/twilio/twilio-go/issues/new
148143
[github]: https://github.com/twilio/twilio-go

0 commit comments

Comments
 (0)