Skip to content

Commit a43c1b3

Browse files
mjasion0x2b3bfa0
andauthored
chore(studio): Update Studio URL to new domain (#10538)
* chore(studio): Update Studio URL to new domain The https://studio.dvc.ai is deprecated, and we switched to the new domain https://studio.datachain.ai. The domain change is backwards compatible. The **older versions** of the `dvc` will still work. 🎉 Related PR: iterative/dvc-studio-client#181 * Apply suggestions from code review --------- Co-authored-by: Marcin Jasion <[email protected]> Co-authored-by: Helio Machado <[email protected]>
1 parent 683a9f0 commit a43c1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc/utils/studio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
logger = logger.getChild(__name__)
2525

26-
STUDIO_URL = "https://studio.dvc.ai"
26+
STUDIO_URL = "https://studio.datachain.ai"
2727

2828

2929
def post(

0 commit comments

Comments
 (0)