diff --git a/docs/user_guide/version-dropdown.rst b/docs/user_guide/version-dropdown.rst index 305949b7c..8a9b17cef 100644 --- a/docs/user_guide/version-dropdown.rst +++ b/docs/user_guide/version-dropdown.rst @@ -49,19 +49,19 @@ Here is an example JSON file: { "name": "v2.1 (stable)", "version": "2.1", - "url": "https://mysite.org/en/2.1/index.html" + "url": "https://mysite.org/en/2.1/" }, { "version": "2.1rc1", - "url": "https://mysite.org/en/2.1rc1/index.html" + "url": "https://mysite.org/en/2.1rc1/" }, { "version": "2.0", - "url": "https://mysite.org/en/2.0/index.html" + "url": "https://mysite.org/en/2.0/" }, { "version": "1.0", - "url": "https://mysite.org/en/1.0/index.html" + "url": "https://mysite.org/en/1.0/" } ]