Skip to content

Commit

Permalink
Use update-info endpoint v3
Browse files Browse the repository at this point in the history
  • Loading branch information
fruttasecca committed May 5, 2022
1 parent 6607875 commit 5399b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/python/orchest-internals/_orchest/internals/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@

ORCHEST_NAMESPACE = "orchest"
ORCHEST_UPDATE_INFO_URL = (
"https://update-info.orchest.io/api/orchest/update-info/v2?version={version}"
"https://update-info.orchest.io/api/orchest/update-info/v3?version={version}"
)
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const handlers = [
orchest_examples_repo:
"https://github.com/orchest/orchest-examples",
orchest_update_info_json:
"https://update-info.orchest.io/api/orchest/update-info/v2?version=v2022.04.0",
"https://update-info.orchest.io/api/orchest/update-info/v3?version=v2022.04.0",
readthedocs: "https://docs.orchest.io/en/stable",
slack:
"https://join.slack.com/t/orchest/shared_invite/zt-g6wooj3r-6XI8TCWJrXvUnXKdIKU_8w",
Expand Down

0 comments on commit 5399b06

Please sign in to comment.