We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53c5c0 commit ca194e6Copy full SHA for ca194e6
README.md
@@ -101,7 +101,7 @@ rediraffe_redirects = {
101
conf.py:
102
```python
103
rediraffe_redirects = "redirects.txt"
104
-rediraffe_branch = "master~1"
+rediraffe_branch = "main~1"
105
```
106
107
### redirects with jinja template
setup.py
@@ -8,7 +8,7 @@
8
)
9
version = ret.decode("utf-8").strip()
10
except:
11
- version = "master"
+ version = "main"
12
13
with open("README.md", "r", encoding="utf-8") as readme:
14
long_description = readme.read()
0 commit comments