diff --git a/sed/update_switcher.py b/sed/update_switcher.py index f312046..d3a8567 100644 --- a/sed/update_switcher.py +++ b/sed/update_switcher.py @@ -34,6 +34,7 @@ for item in data: if "latest" in item.get("name", ""): item["version"] = version + item["url"] = "https://opencompes.github.io/docs/sed/latest" present = True break if not present: