Skip to content

Commit

Permalink
chore(studio): Update Studio URL to new domain (#10538)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Dec 31, 2024
1 parent 683a9f0 commit a43c1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/utils/studio.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

logger = logger.getChild(__name__)

STUDIO_URL = "https://studio.dvc.ai"
STUDIO_URL = "https://studio.datachain.ai"


def post(
Expand Down

0 comments on commit a43c1b3

Please sign in to comment.