Update README.md for change from master to main
dblume

dblume commited on 2021-11-19 08:55:43
Showing 1 changed files, with 6 additions and 6 deletions.

... ...
@@ -8,8 +8,8 @@ This branch is of Python 3 code. There's a python2 branch too.
8 8
 ## Getting the project
9 9
 
10 10
 You can get a copy of this project by clicking on the
11
-[ZIP](http://git.dlma.com/testpython.git/zipball/master)
12
-or [TAR](http://git.dlma.com/testpython.git/tarball/master) buttons
11
+[ZIP](http://git.dlma.com/testpython.git/zipball/main)
12
+or [TAR](http://git.dlma.com/testpython.git/tarball/main) buttons
13 13
 near the top right of the GitList web page.
14 14
 
15 15
 You can clone from the origin with:
... ...
@@ -43,18 +43,18 @@ See [this QuickFix tip for sorting results by filename](http://git.dlma.com/dotf
43 43
 
44 44
 Download Microsoft's Visual Studio Code from
45 45
 [code.visualstudio.com](https://code.visualstudio.com/). Code uses the
46
-[testpython.code-workspace](/testpython.git/blob/master/testpython.code-workspace)
46
+[testpython.code-workspace](/testpython.git/blob/main/testpython.code-workspace)
47 47
 project file. I prefer this to GitHub's Atom. Both are based on GitHub's Electron.
48 48
 
49 49
 ### PyCharm
50 50
 
51
-PyCharm uses the [.idea](/testpython.git/tree/master/.idea/) directory. JetBrains suggests [sharing the .idea directory
51
+PyCharm uses the [.idea](/testpython.git/tree/main/.idea/) directory. JetBrains suggests [sharing the .idea directory
52 52
 except for workspace.xml and tasks.xml](https://intellij-support.jetbrains.com/hc/en-us/articles/206544839).
53 53
 
54 54
 ### Sublime Text 3
55 55
 
56 56
 [Sublime](https://www.sublimetext.com/) uses the
57
-[testpython.sublime-project](/testpython.git/blob/master/testpython.sublime-project) file.
57
+[testpython.sublime-project](/testpython.git/blob/main/testpython.sublime-project) file.
58 58
 
59 59
 ### GitHub's Atom
60 60
 
... ...
@@ -64,7 +64,7 @@ Download from [atom.io](https://atom.io/). These are useful modules:
64 64
 * [script](https://atom.io/packages/script) by rgbkrk, for running scripts.
65 65
 * [project-manager](https://atom.io/packages/project-manager) by danielbrodin.
66 66
 
67
-If you install project-manager, it looks for [a local "project.cson" file](/testpython.git/blob/master/project.cson), and
67
+If you install project-manager, it looks for [a local "project.cson" file](/testpython.git/blob/main/project.cson), and
68 68
 merges those settings with what is in the .atom `projects.cson` file.
69 69
 
70 70
 ## Current Features
71 71