Skip to content

Commit

Permalink
FIX: Remove index.html from version switcher example. (#1279)
Browse files Browse the repository at this point in the history
BUG: Remove index.html from version switcher example.
  • Loading branch information
stefmolin committed Apr 4, 2023
1 parent 791aba7 commit 6f0cc3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/user_guide/version-dropdown.rst
Expand Up @@ -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/"
}
]
Expand Down

0 comments on commit 6f0cc3c

Please sign in to comment.