mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-21 17:16:47 +03:00
README linking to docs properly
This commit is contained in:
parent
2af80a4811
commit
4c028445eb
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -3,14 +3,11 @@
|
|||
*~
|
||||
.*
|
||||
|
||||
assetplatform.egg-info/*
|
||||
coverage.xml
|
||||
env
|
||||
docs/build
|
||||
html
|
||||
htmlcov
|
||||
examples/media/pygments/[A-Za-z0-9]*
|
||||
examples/media/objectstore/[A-Za-z0-9]*
|
||||
build/*
|
||||
dist/*
|
||||
xmlrunner/*
|
||||
|
@ -18,3 +15,4 @@ djangorestframework.egg-info/*
|
|||
MANIFEST
|
||||
|
||||
!.gitignore
|
||||
!.travis.yml
|
||||
|
|
|
@ -71,7 +71,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
|
||||
|
||||
[twitter]: https://twitter.com/_tomchristie
|
||||
[docs]: docs/index.md
|
||||
[docs]: https://github.com/tomchristie/django-rest-framework/blob/restframework2/docs/index.md
|
||||
[urlobject]: https://github.com/zacharyvoase/urlobject
|
||||
[markdown]: http://pypi.python.org/pypi/Markdown/
|
||||
[pyyaml]: http://pypi.python.org/pypi/PyYAML
|
||||
|
|
Loading…
Reference in New Issue
Block a user