Skip to content

Commit

Permalink
Fix/404s hyperfunctions (github#563)
Browse files Browse the repository at this point in the history
* remove comment

* update

* add full url

* add slashes

* add full url

* finish broken internal doc links
  • Loading branch information
jacobprall authored Oct 29, 2021
1 parent 6e6e334 commit 2c2449f
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions api/counter_aggs.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ additional hyperfunctions, you need to install the
|-|-|-|-|-|
|Counter aggregation|Counter aggregates|[`counter_agg`](/hyperfunctions/counter_aggs/counter_agg_point/)|||
|||[`rollup`](/hyperfunctions/counter_aggs/rollup-counter/)|||
|Counter aggregation|Counter aggregate accessors|[`corr`](/hyperfunctions/counter_aggs/corr/)|||
|Counter aggregation|Counter aggregate accessors|[`corr`](/hyperfunctions/counter_aggs/corr-stats/)|||
|||[`counter_zero_time`](/hyperfunctions/counter_aggs/counter_zero_time/)|||
|||[`delta`](/hyperfunctions/counter_aggs/delta/)|||
|||[`extrapolated_delta`](/hyperfunctions/counter_aggs/extrapolated_delta/)|||
|||[`extrapolated_rate`](/hyperfunctions/counter_aggs/extrapolated_rate/)|||
|||[`idelta_left`/`idelta_right`](/hyperfunctions/counter_aggs/idelta/)|||
|||[`intercept`](/hyperfunctions/counter_aggs/intercept/)|||
|||[`intercept`](/hyperfunctions/counter_aggs/intercept-counter/)|||
|||[`irate_left`/`irate_right`](/hyperfunctions/counter_aggs/irate/)|||
|||[`num_changes`](/hyperfunctions/counter_aggs/num_changes/)|||
|||[`num_elements`](/hyperfunctions/counter_aggs/num_elements/)|||
|||[`num_resets`](/hyperfunctions/counter_aggs/num_resets/)|||
|||[`rate`](/hyperfunctions/counter_aggs/rate/)|||
|||[`slope`](/hyperfunctions/counter_aggs/slope/)|||
|||[`slope`](/hyperfunctions/counter_aggs/slope-counter/)|||
|||[`time_delta`](/hyperfunctions/counter_aggs/time_delta/)|||
|Counter aggregation|Counter aggregate mutators|[`with_bounds`](/hyperfunctions/counter_aggs/with_bounds/)|||

Expand Down
4 changes: 2 additions & 2 deletions api/error.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This function can only be used on estimators produced by

|Name|Type|Description|
|-|-|-|
|`sketch`|`UddSketch`|The sketch to determine the error of, usually from a [`percentile_agg()`](/hyperfunctions/percentile-approximation/aggregation-methods/percentile_agg/) call|
|`sketch`|`UddSketch`|The sketch to determine the error of, usually from a [`percentile_agg()`](https://docs.timescale.com/api/latest/hyperfunctions/percentile-approximation/percentile_agg/) call|

## Returns

Expand All @@ -41,7 +41,7 @@ FROM generate_series(0, 100) data;
```


[hyperfunctions-percentile-approx]: timescaledb/:currentVersion:/how-to-guides/hyperfunctions/percentile-approx/
[hyperfunctions-percentile-approx]: /timescaledb/:currentVersion:/how-to-guides/hyperfunctions/percentile-approx/
[uddsketch]: /hyperfunctions/percentile-approximation/percentile-aggregation-methods/uddsketch/
[percentile-agg]: /hyperfunctions/percentile-approximation/percentile_agg/
[advanced-agg]: /timescaledb/:currentVersion:/how-to-guides/hyperfunctions/percentile-approx/advanced-agg/
12 changes: 6 additions & 6 deletions api/stats_aggs.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ For more information about statistical aggregate functions, see the
|||[`num_vals`](/hyperfunctions/stats_aggs/num_vals-stats/)|||
|||[`skewness` / `skewness_y` / `skewness_x`](/hyperfunctions/stats_aggs/skewness/)|||
|||[`stddev` / `stddev_y` / `stddev_x`](/hyperfunctions/stats_aggs/stddev/)|||
|||[`sum` / `sum_y` / `sum_x`](/hyperfunctions/stats_aggs/sum/)|||
|||[`sum` / `sum_y` / `sum_x`](/hyperfunctions/stats_aggs/sum-stats/)|||
|||[`variance` / `variance_y` / `variance_x`](/hyperfunctions/stats_aggs/variance/)|||
|Statistical aggregation|Stats Agg 2D Accessors|[`corr`](/hyperfunctions/stats_aggs/corr-stats/)|||
|||[`covariance`](/hyperfunctions/stats_agg/covariance/)|||
|||[`determination_coeff`](/hyperfunctions/stats_agg/determination_coeff/)|||
|||[`intercept`](/hyperfunctions/stats_agg/intercept/)|||
|||[`slope`](/hyperfunctions/stats_agg/slope-stats/)|||
|||[`x_intercept`](/hyperfunctions/stats_agg/x_intercept/)|||
|||[`covariance`](/hyperfunctions/stats_aggs/covariance/)|||
|||[`determination_coeff`](/hyperfunctions/stats_aggs/determination_coeff/)|||
|||[`intercept`](/hyperfunctions/stats_aggs/intercept/)|||
|||[`slope`](/hyperfunctions/stats_aggs/slope-stats/)|||
|||[`x_intercept`](/hyperfunctions/stats_aggs/x_intercept/)|||



Expand Down
2 changes: 1 addition & 1 deletion timescaledb/how-to-guides/backup-and-restore/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ backup your self-hosted TimescaleDB database:
<highlight type="important">
If you are using Timescale Cloud, you don't need to manually perform backups!
For more information, see the
[Timescale Cloud backup and restore section](cloud/:currentversion:/backup-restore-cloud/).
[Timescale Cloud backup and restore section](https://docs.timescale.com/cloud/latest/backup-restore-cloud/).
</highlight>


Expand Down
10 changes: 5 additions & 5 deletions timescaledb/how-to-guides/hyperfunctions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ additional hyperfunctions, you need to install the
For more information about hyperfunctions, read our [blog post][hyperfunctions-blog].


[about-hyperfunctions]: how-to-guides/hyperfunctions/about-hyperfunctions
[about-hyperfunctions]: /how-to-guides/hyperfunctions/about-hyperfunctions
[install-toolkit]: /how-to-guides/hyperfunctions/install-toolkit
[about-pipelines]: /how-to-guides/hyperfunctions/function-pipelines
[hyperfunctions-approx-count-distinct]: /how-to-guides/hyperfunctions/approx-count-distincts
[hyperfunctions-stats-agg]: /how-to-guides/hyperfunctions/stats-aggs
[hyperfunctions-stats-agg]: /how-to-guides/hyperfunctions/stats-aggs/
[hyperfunctions-gapfilling]: /how-to-guides/hyperfunctions/gapfilling-interpolation
[hyperfunctions-approximate-percentile]: how-to-guides/hyperfunctions/percentile-approx/approximate_percentile
[hyperfunctions-time-weighted-averages]: how-to-guides/hyperfunctions/time-weighted-averages
[hyperfunctions-counteragg]: /how-to-guides/hyperfunctions/counter-aggregation/counter_agg
[hyperfunctions-approximate-percentile]: /how-to-guides/hyperfunctions/percentile-approx/approximate_percentile/
[hyperfunctions-time-weighted-averages]: /how-to-guides/hyperfunctions/time-weighted-averages
[hyperfunctions-counteragg]: /how-to-guides/hyperfunctions/counter-aggregation/counter_agg/
[hyperfunctions-blog]: https://blog.timescale.com/blog/time-series-analytics-for-postgresql-introducing-the-timescale-analytics-project/
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ word for this type of function.
[hyperfunction API documentation][hyperfunctions-api-approx-percentile].


[advanced-agg]: /how-to-guides/hyperfunctions/advanced-agg
[advanced-agg]: /how-to-guides/hyperfunctions/percentile-approx/advanced-agg/
[blog-percentile-approx]: https://blog.timescale.com/blog/how-percentile-approximation-works-and-why-its-more-useful-than-averages/
[hyperfunctions-api-approx-percentile]: /api/:currentVersion:/hyperfunctions/percentile-approximation/
4 changes: 2 additions & 2 deletions timescaledb/timescaledb-edition-comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ Many of the most recent features of TimescaleDB are only available in TimescaleD
<td>✅</td>
</tr>
<tr>
<td><a href="https://docs.timescale.com/api/latest/hyperfunctions/percentile-approximation/num_vals/">num_vals</a></td>
<td><a href="https://docs.timescale.com/api/latest/hyperfunctions/percentile-approximation/num_vals-pct/">num_vals</a></td>
<td>❌</td>
<td>✅</td>
</tr>
Expand All @@ -407,7 +407,7 @@ Many of the most recent features of TimescaleDB are only available in TimescaleD
<td>✅</td>
</tr>
<tr>
<td><a href="https://docs.timescale.com/api/latest/hyperfunctions/time-weighted-averages/average/">average</a></td>
<td><a href="https://docs.timescale.com/api/latest/hyperfunctions/time-weighted-averages/average-time-weight/">average</a></td>
<td>❌</td>
<td>✅</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion timescaledb/tutorials/grafana/setup-alerts.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ Complete your Grafana knowledge by following [all the TimescaleDB + Grafana tuto

[install-timescale]: /how-to-guides/install-timescaledb/
[install-grafana]: /tutorials/grafana/installation
[tutorial-prometheus]: /tutorials/setting-up-timescale-mst-endpoint-for-prometheus/
[tutorial-prometheus]: /tutorials/monitor-mst-with-prometheus/
[tutorial-grafana]: /tutorials/grafana
[slack-webhook-instructions]: https://slack.com/help/articles/115005265063-Incoming-Webhooks-for-Slack
[pagerduty-integration-key]: https://support.pagerduty.com/docs/services-and-integrations

0 comments on commit 2c2449f

Please sign in to comment.