Skip to content

Commit

Permalink
Fix page_available_since.py to have trailing slash for release 5.2 (#…
Browse files Browse the repository at this point in the history
…4374)

Update page_available_since.py
  • Loading branch information
dcs3spp authored Apr 5, 2024
1 parent afceae4 commit f0b6d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/page_available_since.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"branch": "release-5.3"
},
{
"path": "/docs/5.2",
"path": "/docs/5.2/",
"name": "5.2",
"branch": "release-5.2"
},
Expand Down

0 comments on commit f0b6d96

Please sign in to comment.