diff options
| author | Bozhidar Batsov <bozhidar@batsov.com> | 2020-02-01 10:11:20 +0100 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.com> | 2020-02-01 10:15:48 +0100 |
| commit | 5a7f73b37980f67806351965bd30d0afaf1409e2 (patch) | |
| tree | 1e95aeaa34a0bd0f38cc48fc8ad73ad9ac958d09 | |
| parent | 7227b2c807fbec0599b3000a91b59a0f9a038828 (diff) | |
Try to fix the broken "Edit on GitHub" buttons
| -rw-r--r-- | mkdocs.yml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ site_name: "Projectile: The Project Interaction Library for Emacs" -repo_url: https://github.com/bbatsov/projectile +repo_url: https://github.com/bbatsov/projectile/ +edit_uri: edit/master/doc/ site_favicon: favicon.ico copyright: "Copyright (C) 2011-2020 Bozhidar Batsov and Projectile contributors" docs_dir: doc |
