Skip to content

Commit 3d7a5b1

Browse files
authored
Merge pull request #837 from rstudio/jmw/fix-docker-gen
fix: update downloads.json to point to posit.co
2 parents ca5a6a8 + 7cce309 commit 3d7a5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/get-version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def download_json(url):
108108

109109

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

113113

114114
def rstudio_workbench_preview():

0 commit comments

Comments
 (0)