Fix some references to master not renamed to main

This commit is contained in:
James R. Barlow
2023-06-20 01:37:26 -07:00
parent cf3309555f
commit a80e7a127b
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ from ocrmypdf.exceptions import MissingDependencyError, SubprocessOutputError
from ocrmypdf.subprocess import get_version, run
# unpaper documentation:
# https://github.com/Flameeyes/unpaper/blob/master/doc/basic-concepts.md
# https://github.com/Flameeyes/unpaper/blob/main/doc/basic-concepts.md
if sys.version_info >= (3, 10):