update links to docs to github pages

This commit is contained in:
Alexander Zobnin
2018-10-21 21:04:03 +03:00
parent ec03d20ae1
commit 00ee042cef
6 changed files with 21 additions and 23 deletions

View File

@@ -2,7 +2,7 @@ import angular from 'angular';
import _ from 'lodash';
import $ from 'jquery';
const DOCS_FUNC_REF_URL = 'http://docs.grafana-zabbix.org/reference/functions/';
const DOCS_FUNC_REF_URL = 'https://alexanderzobnin.github.io/grafana-zabbix/reference/functions/';
angular
.module('grafana.directives')