Skip to content

Commit d508a3d

Browse files
authored
Merge pull request #4967 from 0xKD/patch-2
Update coreapi.js version in JavaScript API docs.
2 parents de9a8c4 + 9e62bc5 commit d508a3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{% load rest_framework %}
22
{% load staticfiles %}
33
<pre class="highlight javascript hide" data-language="javascript"><code>{% code html %}<!-- Load the JavaScript client library -->
4-
<script src="{% static 'rest_framework/js/coreapi-0.0.20.js' %}"></script>
4+
<script src="{% static 'rest_framework/js/coreapi-0.1.0.js' %}"></script>
55
<script src="{% url 'api-docs:schema-js' %}"></script>{% endcode %}</code></pre>
6+

0 commit comments

Comments
 (0)