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 05b1eb7 commit 54e93a2Copy full SHA for 54e93a2
generator.py
@@ -15,13 +15,13 @@
15
</body>
16
</html>"""
17
18
-online_url = "https://github.com/tldr-pages/tldr/blob/master/pages"
19
-doc_source = "https://github.com/tldr-pages/tldr/archive/master.zip"
+online_url = "https://github.com/tldr-pages/tldr/blob/main/pages"
+doc_source = "https://github.com/tldr-pages/tldr/archive/refs/heads/main.zip"
20
docset_path = "tldrpages.docset"
21
doc_path_contents = docset_path + "/Contents/"
22
doc_path_resources = docset_path + "/Contents/Resources/"
23
doc_path = docset_path + "/Contents/Resources/Documents/"
24
-doc_pref = "tldr-master/pages/"
+doc_pref = "tldr-main/pages/"
25
26
if os.path.exists(doc_path):
27
try: shutil.rmtree(doc_path)
0 commit comments