Skip to content

Commit

Permalink
Merge pull request #837 from rstudio/jmw/fix-docker-gen
Browse files Browse the repository at this point in the history
fix: update downloads.json to point to posit.co
  • Loading branch information
jmwoliver committed Sep 10, 2024
2 parents ca5a6a8 + 7cce309 commit 3d7a5b1
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 3d7a5b1

Please sign in to comment.