Skip to content

Commit

Permalink
Update page_available_since.py for 5.4 (#5198)
Browse files Browse the repository at this point in the history
Update page_available_since.py
  • Loading branch information
dcs3spp authored Aug 12, 2024
1 parent 8a9aa62 commit 1fad835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/page_available_since.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"branch": "release-5.5"
},
{
"path": "/docs/5.4",
"path": "/docs/5.4/",
"name": "5.4",
"branch": "release-5.4"
},
Expand Down Expand Up @@ -157,4 +157,4 @@ def fetch_file(url: str):
return response.json()


process_and_write_to_file()
process_and_write_to_file()

0 comments on commit 1fad835

Please sign in to comment.