Skip to content

Commit

Permalink
fix(@cubejs-client/playground): docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilev-alex committed Jul 9, 2021
1 parent d80f7cf commit 7c06822
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,15 @@ export function RollupDesigner({
return (
<Paragraph>
<Link
href="!https://cube.dev/docs/pre-aggregations#rollup-rollup-selection-rules"
href="https://cube.dev/docs/pre-aggregations#rollup-rollup-selection-rules"
target="_blank"
>
Current query cannot be rolled up due to it is not additive
</Link>
. Please consider removing not additive measures like
`countDistinct` or `avg`. You can also try to use{' '}
<Link
href="!https://cube.dev/docs/pre-aggregations#original-sql"
href="https://cube.dev/docs/pre-aggregations#original-sql"
target="_blank"
>
originalSql
Expand Down

0 comments on commit 7c06822

Please sign in to comment.