betamaxpy / betamax

A VCR imitation designed only for python-requests.
https://betamax.readthedocs.io/en/latest/
Other
566 stars 62 forks source link

Broken link in API docs #109

Closed vitorbaptista closed 8 years ago

vitorbaptista commented 8 years ago

I'm trying to understand if I should preserve exact bytes or not, so I was looking around the docs for hints and in http://betamax.readthedocs.io/en/latest/api.html#forcing-bytes-to-be-preserved I found:

You may want to force betamax to preserve the exact bytes in the body of a response (or request) instead of relying on the opinions held by the library. In this case you have two ways of telling betamax to do this.

This links to http://betamax.readthedocs.io/en/latest/opinions, which doesn't exist. I looked into the docs history a bit and couldn't find this page (haven't looked thoroughly, though).

sigmavirus24 commented 8 years ago

Thanks for the report @vitorbaptista! I forgot how to write reStructuredText at some point ;)