Skip to content

Commit

Permalink
Fix link to query lang spec (fixes #108)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin committed Jan 8, 2016
1 parent c031516 commit 9296ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/riemann/dash/public/views/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
this.el.addClass("help");
this.el.append('<div class="box">' +
"<p>Welcome to Riemann-Dash.</p>" +
"<p>Need a refresher on the query language? See the <a href=\"https://github.com/aphyr/riemann/blob/master/test/riemann/query_test.clj\">query tests</a> for examples, or read the <a href=\"https://github.com/aphyr/riemann/blob/master/src/riemann/Query.g\">spec</a>.</p>" +
"<p>Need a refresher on the query language? See the <a href=\"https://github.com/aphyr/riemann/blob/master/test/riemann/query_test.clj\">query tests</a> for examples, or read the <a href=\"https://github.com/aphyr/riemann/blob/master/resources/query.g4\">spec</a>.</p>" +
"<p>Press <b>Control/Meta+click</b> to select a view. Escape unfocuses. Use the arrow keys to move a view. Use Control+arrow to <i>split</i> a view in the given direction.</p>" +
"<p>To edit a view, hit e. Use enter, or click 'apply', to apply your changes. Escape cancels.</p>" +
"<p>To save your changes to the server, press s. To display the configuration, press c.</p>" +
Expand Down

0 comments on commit 9296ebd

Please sign in to comment.