From fb85f93d6377846eb588cc49b3d0acbd5c7d6de0 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Mon, 22 Oct 2018 09:42:17 +0300 Subject: [PATCH] docs: link edit url to docs branch instead of master --- docs/mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index c56deb4..a928046 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: edit/master/docs/sources/ +edit_uri: edit/docs/docs/sources/ copyright: Copyright © 2015-2018, Alexander Zobnin docs_dir: sources