Skip to content

Commit

Permalink
fix: update downloads.json to point to posit.co
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwoliver committed Sep 10, 2024
1 parent ca5a6a8 commit 7cce309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/get-version.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def download_json(url):


def get_downloads_json():
return download_json("https://www.rstudio.com/wp-content/downloads.json")
return download_json("https://posit.co/wp-content/uploads/downloads.json")


def rstudio_workbench_preview():
Expand Down

0 comments on commit 7cce309

Please sign in to comment.