Skip to content

Commit ca194e6

Browse files
authored
Update references to main (#43)
1 parent b53c5c0 commit ca194e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ rediraffe_redirects = {
101101
conf.py:
102102
```python
103103
rediraffe_redirects = "redirects.txt"
104-
rediraffe_branch = "master~1"
104+
rediraffe_branch = "main~1"
105105
```
106106

107107
### redirects with jinja template

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
)
99
version = ret.decode("utf-8").strip()
1010
except:
11-
version = "master"
11+
version = "main"
1212

1313
with open("README.md", "r", encoding="utf-8") as readme:
1414
long_description = readme.read()

0 commit comments

Comments
 (0)