diff options
| author | Tom Christie | 2013-11-19 11:01:27 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-11-19 11:01:27 +0000 |
| commit | ca2bd616d989f78d00641231e645198a6c95caa0 (patch) | |
| tree | be264591aa58b5f4adc7da0fb0dff6432f5e9a62 /docs/index.md | |
| parent | 0beaa9bed291b2889d9b7c0d6fc415abc2120f64 (diff) | |
| download | django-rest-framework-ca2bd616d989f78d00641231e645198a6c95caa0.tar.bz2 | |
Remove a couple of .html suffixes in docs
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.md b/docs/index.md index bb2129f6..775fae62 100644 --- a/docs/index.md +++ b/docs/index.md @@ -255,11 +255,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. [0.4]: https://github.com/tomchristie/django-rest-framework/tree/0.4.X [image]: img/quickstart.png [index]: . -[oauth1-section]: api-guide/authentication.html#oauthauthentication -[oauth2-section]: api-guide/authentication.html#oauth2authentication -[serializer-section]: api-guide/serializers.html#serializers -[modelserializer-section]: api-guide/serializers.html#modelserializer -[functionview-section]: api-guide/views.html#function-based-views +[oauth1-section]: api-guide/authentication#oauthauthentication +[oauth2-section]: api-guide/authentication#oauth2authentication +[serializer-section]: api-guide/serializers#serializers +[modelserializer-section]: api-guide/serializers#modelserializer +[functionview-section]: api-guide/views#function-based-views [sandbox]: http://restframework.herokuapp.com/ [quickstart]: tutorial/quickstart.md |
