Skip to content

Commit

Permalink
update links (github#550)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob  Prall <colossus@Jacobs-MacBook-Pro.local>
  • Loading branch information
jacobprall and Jacob Prall authored Oct 27, 2021
1 parent 9c91498 commit 81208e5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/num_vals-pct.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ aggregate. You can compute a single percentile estimator by extracting the

|Name|Type|Description|
|---|---|---|
|`sketch`/`digest`|`UddSketch` or `tdigest`|The percentile estimator to extract the number of values from, usually from a [`percentile_agg()`](/hyperfunctions/percentile-approximation/aggregation-methods/percentile_agg/) call|
|`sketch`/`digest`|`UddSketch` or `tdigest`|The percentile estimator to extract the number of values from, usually from a [`percentile_agg()`](/hyperfunctions/percentile-approximation/percentile_agg/) call|

## Returns

Expand Down
2 changes: 1 addition & 1 deletion mst/ingest-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ TimescaleDB. This section contains instructions to:

<highlight type="note">
Before you begin, make sure you have
[created your Managed Service for TimescaleDB service](/create-a-service/), and
[created your Managed Service for TimescaleDB service](/mst/latest/create-a-service/), and
can connect to it using `psql`.
</highlight>

Expand Down
2 changes: 1 addition & 1 deletion mst/mst-multi-node.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<highlight type="important">
Timescale currently offers two hosting options. If you are a Timescale Cloud
(previously called Timescale Forge) user, please use the documentation for
[setting up multi-node on Cloud](cloud/cloud-multi-node) instead.
[setting up multi-node on Cloud](/cloud/latest/cloud-multi-node) instead.
</highlight>

# Setting up TimescaleDB 2.0 multi-node on Managed Service for TimescaleDB
Expand Down
4 changes: 2 additions & 2 deletions timescaledb/how-to-guides/hyperfunctions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ For more information about hyperfunctions, read our [blog post][hyperfunctions-b
[hyperfunctions-approx-count-distinct]: /how-to-guides/hyperfunctions/approx-count-distincts
[hyperfunctions-stats-agg]: /how-to-guides/hyperfunctions/stats-aggs
[hyperfunctions-gapfilling]: /how-to-guides/hyperfunctions/gapfilling-interpolation
[hyperfunctions-approximate-percentile]: how-to-guides/hyperfunctions/approximate_percentile
[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_agg
[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/

0 comments on commit 81208e5

Please sign in to comment.