Skip to content

Commit

Permalink
API link fix (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaisarma authored Mar 9, 2021
1 parent c9da608 commit c7651cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/popovers/bql-help.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</p>
<h5 class="content-header">Spec</h5>
<p>
For information on how to write BQL queries, see <a href="https://bullet-db.github.io/ws/api-bql">documentation</a>.
For information on how to write BQL queries, see <a href="https://bullet-db.github.io/ws/api">documentation</a>.
</p>
<h5 class="content-header">Examples</h5>
<p>
Expand Down
2 changes: 1 addition & 1 deletion app/components/popovers/queries-help.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<p>From this page, you can:</p>
<ul>
<li>Create a new query using the query builder by clicking the Build Query button. This does not let you do more advanced things like use arbitrary expressions or casting in your queries</li>
<li>Create a new BQL query by clicking the BQL Query button. This lets you use the full querying capabilities in Bullet. See <a href="https://bullet-db.github.io/ws/api-bql/">BQL API</a> for more information. BQL queries will be identified with a <i class="fa fa-code"/> before their name and Built queries with a <i class="fa fa-sliders"/> in the table below</li>
<li>Create a new BQL query by clicking the BQL Query button. This lets you use the full querying capabilities in Bullet. See <a href="https://bullet-db.github.io/ws/api/">BQL API</a> for more information. BQL queries will be identified with a <i class="fa fa-code"/> before their name and Built queries with a <i class="fa fa-sliders"/> in the table below</li>
<li>Edit a saved or previously executed query by clicking on the name or description of the query. Note that Bullet only saves the most recent version of the query</li>
<li>Create a unique link to a saved query. This creates a hyperlink with your encoded query that can be shared with others. It will create a copy of the same query in their UI when opened</li>
<li>Delete a query by clicking the trash icon that appears when you hover over a row in the table</li>
Expand Down

0 comments on commit c7651cc

Please sign in to comment.