Skip to content

Commit 1da3026

Browse files
committed
chore: remove old docs reference
1 parent 3dc7aa9 commit 1da3026

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

CONTRIBUTING.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ it can be.
2222
## <a name="question"></a> Got an API/Product Question or Problem?
2323

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

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

72-
If you want to help improve the docs at
73-
[https://www.twilio.com/docs/libraries/python][docs-link], please contact
74-
75-
7672
## <a name="submit"></a> Submission Guidelines
7773

7874
### Submitting an Issue
@@ -162,6 +158,5 @@ There exists a separate `requirements.txt` document under `tests` that contains
162158
make test-install test
163159
```
164160
165-
[docs-link]: https://www.twilio.com/docs/libraries/python
166161
[issue-link]: https://github.com/twilio/twilio-python/issues/new
167162
[github]: https://github.com/twilio/twilio-python

advanced-examples/custom-http-client.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Custom HTTP Clients for the Twilio Python Helper Library
22

3-
If you are working with the [Twilio Python Helper Library](/docs/libraries/python), and you need to be able to modify the HTTP requests that the library makes to the Twilio servers, you’re in the right place. The most common reason for altering the HTTP request is to connect and authenticate with an enterprise’s proxy server. We’ll provide sample code that you can use in your app to handle this and other use cases.
3+
If you are working with the Twilio Python Helper Library, and you need to be able to modify the HTTP requests that the library makes to the Twilio servers, you’re in the right place. The most common reason for altering the HTTP request is to connect and authenticate with an enterprise’s proxy server. We’ll provide sample code that you can use in your app to handle this and other use cases.
44

55
## Connect and authenticate with a proxy server
66

0 commit comments

Comments
 (0)