Skip to content

Commit

Permalink
fix config key for doc site url
Browse files Browse the repository at this point in the history
  • Loading branch information
eapearson committed Feb 11, 2016
1 parent b28f88e commit d3995e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/modules/widgets/DataviewWidget.js
Expand Up @@ -103,7 +103,7 @@ define([
this.context.env = {
widgetTitle: this.widgetTitle,
widgetName: this.widgetName,
docsite: this.runtime.getConfig('docsite'),
docsite: this.runtime.getConfig('services.doc_site.url'),
browser: {
location: {
scheme: window.location.protocol,
Expand Down

0 comments on commit d3995e6

Please sign in to comment.