Skip to content

Commit 0d97ca7

Browse files
authored
Replace 'master' with 'main' in readme (#13845)
1 parent 4cd439d commit 0d97ca7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ A [Visual Studio Code](https://code.visualstudio.com/) [extension](https://marke
1414

1515
- Select your Python interpreter by clicking on the status bar
1616

17-
<img src=https://raw.githubusercontent.com/microsoft/vscode-python/master/images/InterpreterSelectionZoom.gif width=280 height=100>
17+
<img src=https://raw.githubusercontent.com/microsoft/vscode-python/main/images/InterpreterSelectionZoom.gif width=280 height=100>
1818

1919
- Configure the debugger through the Debug Activity Bar
2020

21-
<img src=https://raw.githubusercontent.com/microsoft/vscode-python/master/images/ConfigureDebugger.gif width=734 height=413>
21+
<img src=https://raw.githubusercontent.com/microsoft/vscode-python/main/images/ConfigureDebugger.gif width=734 height=413>
2222

2323
- Configure tests by running the `Configure Tests` command
2424

25-
<img src=https://raw.githubusercontent.com/microsoft/vscode-python/master/images/ConfigureTests.gif width=734 height=413>
25+
<img src=https://raw.githubusercontent.com/microsoft/vscode-python/main/images/ConfigureTests.gif width=734 height=413>
2626

2727
## Jupyter Notebook quick start
2828

2929
- Open or create a Jupyter Notebook file (.ipynb) and start coding in our Notebook Editor!
3030

31-
<img src=https://raw.githubusercontent.com/microsoft/vscode-python/master/images/OpenOrCreateNotebook.gif width=1029 height=602>
31+
<img src=https://raw.githubusercontent.com/microsoft/vscode-python/main/images/OpenOrCreateNotebook.gif width=1029 height=602>
3232

3333
For more information you can:
3434

@@ -77,11 +77,11 @@ The extension is available in multiple languages: `de`, `en`, `es`, `fa`, `fr`,
7777

7878
- If you have a question about how to accomplish something with the extension, please [ask on Stack Overflow](https://stackoverflow.com/questions/tagged/visual-studio-code+python)
7979
- If you come across a problem with the extension, please [file an issue](https://github.com/microsoft/vscode-python)
80-
- Contributions are always welcome! Please see our [contributing guide](https://github.com/Microsoft/vscode-python/blob/master/CONTRIBUTING.md) for more details
80+
- Contributions are always welcome! Please see our [contributing guide](https://github.com/Microsoft/vscode-python/blob/main/CONTRIBUTING.md) for more details
8181
- Any and all feedback is appreciated and welcome!
8282
- If someone has already [filed an issue](https://github.com/Microsoft/vscode-python) that encompasses your feedback, please leave a 👍/👎 reaction on the issue
8383
- Otherwise please file a new issue
84-
- If you're interested in the development of the extension, you can read about our [development process](https://github.com/Microsoft/vscode-python/blob/master/CONTRIBUTING.md#development-process)
84+
- If you're interested in the development of the extension, you can read about our [development process](https://github.com/Microsoft/vscode-python/blob/main/CONTRIBUTING.md#development-process)
8585

8686
## Data and telemetry
8787

0 commit comments

Comments
 (0)