Skip to content

Commit c7a5613

Browse files
saran-tcopybara-github
authored andcommitted
Change URLs that refer to master branch to main.
GitHub redirects `master` to `main` so these URLs aren't broken, but we it's still good practice to update them to the current, canonical form. PiperOrigin-RevId: 465297038 Change-Id: Icdd515727305da40fa7e4954bcbf90b06409ca38
1 parent 246e435 commit c7a5613

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Learning environments, using MuJoCo physics.
55

66
An **introductory tutorial** for this package is available as a Colaboratory
77
notebook:
8-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepmind/dm_control/blob/master/tutorial.ipynb)
8+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepmind/dm_control/blob/main/tutorial.ipynb)
99

1010
## Overview
1111

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def is_excluded(s):
182182
Learning environments, using MuJoCo physics.
183183
184184
An **introductory tutorial** for this package is available as a Colaboratory
185-
notebook: [Open In Google Colab](https://colab.research.google.com/github/deepmind/dm_control/blob/master/tutorial.ipynb).
185+
notebook: [Open In Google Colab](https://colab.research.google.com/github/deepmind/dm_control/blob/main/tutorial.ipynb).
186186
""",
187187
long_description_content_type='text/markdown',
188188
author='DeepMind',

tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"source": [
99
"# **`dm_control` tutorial**\n",
1010
"\n",
11-
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepmind/dm_control/blob/master/tutorial.ipynb)\n",
11+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepmind/dm_control/blob/main/tutorial.ipynb)\n",
1212
"\n",
1313
"\n",
1414
"\n",

0 commit comments

Comments
 (0)