diff --git a/mkdocs/config.py b/mkdocs/config.py index 59ebad85..40781e65 100644 --- a/mkdocs/config.py +++ b/mkdocs/config.py @@ -28,7 +28,7 @@ DEFAULT_CONFIG = { # If `True`, use `/index.hmtl` style files with hyperlinks to the directory. # If `False`, use `.html style file with hyperlinks to the file. # True generates nicer URLs, but False is useful if browsing the output on a filesystem. - 'use_direcory_urls': True, + 'use_directory_urls': True, # Specify a link to the project source repo to be included # in the documentation pages.