From a28f51e5b7995479f8fc9091d52e2c0311681f27 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Sun, 21 Oct 2018 21:32:50 +0300 Subject: [PATCH] docs: fix edit url --- docs/mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index e3058bc..c56deb4 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -2,7 +2,7 @@ site_name: Grafana-Zabbix Documentation site_description: Documentation for Grafana-Zabbix, Zabbix monitoring system plugin bundle for Grafana site_url: https://alexanderzobnin.github.io/grafana-zabbix repo_url: https://github.com/alexanderzobnin/grafana-zabbix/ -edit_uri: blob/master/docs/sources/ +edit_uri: edit/master/docs/sources/ copyright: Copyright © 2015-2018, Alexander Zobnin docs_dir: sources