Skip to content

Commit d36a529

Browse files
authored
Set target url to latest for main builds
1 parent 969fad8 commit d36a529

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sed/update_switcher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
for item in data:
3535
if "latest" in item.get("name", ""):
3636
item["version"] = version
37+
item["url"] = "https://opencompes.github.io/docs/sed/latest"
3738
present = True
3839
break
3940
if not present:

0 commit comments

Comments
 (0)