Skip to content

Commit

Permalink
[#255] Fix unversioned API URL mistake
Browse files Browse the repository at this point in the history
This one is _supposed_ to be an example of an unversioned API URL, so
make it unversioned
  • Loading branch information
Sean Hammond committed Mar 11, 2013
1 parent 5171149 commit 4d32986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api.rst
Expand Up @@ -139,7 +139,7 @@ API Versions
The CKAN APIs are versioned. If you make a request to an API URL without a
version number, CKAN will choose the latest version of the API::

http://demo.ckan.org/api/3/action/package_list
http://demo.ckan.org/api/action/package_list

Alternatively, you can specify the desired API version number in the URL that
you request::
Expand Down

0 comments on commit 4d32986

Please sign in to comment.