Skip to content

Commit

Permalink
fix 404s (github#584)
Browse files Browse the repository at this point in the history
Co-authored-by: Lana Brindley <github@lanabrindley.com>
  • Loading branch information
jacobprall and Loquacity authored Nov 3, 2021
1 parent a786998 commit 9f0f18f
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion api/copy_chunk_experimental.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ source data node. To clean up these objects and metadata, use
CALL timescaledb_experimental.copy_chunk(‘_timescaledb_internal._dist_hyper_1_1_chunk’, ‘data_node_2’, ‘data_node_3’);
```

[password-config]: /timescaledb/:currentVersion:/how-to-guides/multi-node-setup/node-communication#v1-set-the-password-encryption-method-for-access-node-and-data-nodes
[password-config]: /timescaledb/:currentVersion:/how-to-guides/multinode-timescaledb/multinode-auth/
[cleanup_copy_chunk]: /api/:currentVersion:/distributed-hypertables/cleanup_copy_chunk_operation_experimental
2 changes: 1 addition & 1 deletion api/distributed-hypertables.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ specifically dealing with data nodes and a special API for executing SQL command
on data nodes.


[getting-started-multi-node]: /timescaledb/:currentVersion:/how-to-guides/multi-node-setup
[getting-started-multi-node]: /timescaledb/:currentVersion:/how-to-guides/multinode-timescaledb/
2 changes: 1 addition & 1 deletion api/percentile-aggregation-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ requiring all of the data. This also makes them more compatible with continuous
aggregates. By default, Timescale Toolkit uses `uddsketch`, but you can also
choose to use `tdigest`. For more information about the different algorithms, see the [hyperfunction documentation][hyperfunction-advanced-agg].

[hyperfunction-advanced-agg]: /timescaledb/:currentVersion:/how-to-guides/hyperfunctions/advanced-agg/
[hyperfunction-advanced-agg]: /timescaledb/:currentVersion:/how-to-guides/hyperfunctions/percentile-approx/advanced-agg/
2 changes: 1 addition & 1 deletion api/percentile-approximation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ additional hyperfunctions, you need to install the
|||[`mean`](/hyperfunctions/percentile-approximation/mean/)|||
|||[`error`](/hyperfunctions/percentile-approximation/error/)|||
|||[`min_val`](/hyperfunctions/percentile-approximation/min_val/)|||
|||[`num_vals`](/hyperfunctions/percentile-approximation/num_vals/)|||
|||[`num_vals`](/hyperfunctions/percentile-approximation/num_vals-pct/)|||
||Advanced aggregation methods|[`uddsketch`](/hyperfunctions/percentile-approximation/percentile-aggregation-methods/uddsketch/)|||
|||[`tdigest`](/hyperfunctions/percentile-approximation/percentile-aggregation-methods/tdigest/)|||

Expand Down
2 changes: 1 addition & 1 deletion api/stats_aggs.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ For more information about statistical aggregate functions, see the
|Statistical aggregation|Stats Agg 2D Accessors|[`corr`](/hyperfunctions/stats_aggs/corr-stats/)|||
|||[`covariance`](/hyperfunctions/stats_aggs/covariance/)|||
|||[`determination_coeff`](/hyperfunctions/stats_aggs/determination_coeff/)|||
|||[`intercept`](/hyperfunctions/stats_aggs/intercept/)|||
|||[`intercept`](/hyperfunctions/stats_aggs/intercept-stats/)|||
|||[`slope`](/hyperfunctions/stats_aggs/slope-stats/)|||
|||[`x_intercept`](/hyperfunctions/stats_aggs/x_intercept/)|||

Expand Down
2 changes: 1 addition & 1 deletion cloud/cloud-multi-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Timescale Cloud account.
For more information about how multi-node works, see the
[multi-node on TimescaleDB][multinode-timescaledb] section.

[multinode-timescaledb]: timescaledb/how-to-guides/:currentVersion:/multinode-timescaledb
[multinode-timescaledb]: timescaledb/:currentVersion:/how-to-guides/multinode-timescaledb/
[multinode-mst]: /mst/:currentVersion:/mst-multi-node/
[cloud-login]: https://cloud.timescale.com
[cloud-signup]: https://www.timescale.com/timescale-signup
2 changes: 1 addition & 1 deletion cloud/disk-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ By default, Timescale Cloud services have autoscaling enabled. Autoscaling
automatically increases your disk size, up to a maximum amount, as you fill the
disk. For more information about autoscaling, including instructions for setting
the maximum limit, or turning autoscaling off, see the
[scaling a service](cloud/latest/scaling-a-service/) section.
[scaling a service](/scaling-a-service/) section.
</highlight>

## Continuous storage monitoring
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/percentile-approx/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-aggregation/counter_agg/
[hyperfunctions-counteragg]: /how-to-guides/hyperfunctions/counter-aggregation/counter-aggs/
[hyperfunctions-blog]: https://blog.timescale.com/blog/time-series-analytics-for-postgresql-introducing-the-timescale-analytics-project/
2 changes: 1 addition & 1 deletion timescaledb/how-to-guides/hypertables/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ hypertable fails. For more information about setting up multi-node, see the

[migrate-data]: /how-to-guides/migrate-data
[postgres-createtable]: https://www.postgresql.org/docs/9.1/sql-createtable.html
[multi-node]: /how-to-guides/multinode-timescaledb/
[multi-node]: timescaledb/:currentVersion:/how-to-guides/multinode-timescaledb/
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ regular hypertables, including inserting, querying, and altering them.

<highlight type="important">
You must set up your multi-node cluster before implementing a distributed
hypertable. See [multi-node](/how-to-guides/multinode-timescaledb) for
hypertable. See [multi-node](timescaledb/latest/how-to-guides/multinode-timescaledb/) for
instructions on setting up your multi-node cluster, and creating a distributed
hypertable.
</highlight>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ you require, you can set up multi-node and create a distributed hypertable.
Before you begin, make sure you have considered what partitioning method you
want to use for your multi-node cluster. For more information about multi-node
and architecture, see the
[About multi-node section](/how-to-guides/multinode-timescaledb/about-multinode/).
[About multi-node section](timescaledb/:currentVersion:/how-to-guides/multinode-timescaledb/about-multinode/).
</highlight>

<procedure>
Expand Down
2 changes: 1 addition & 1 deletion timescaledb/overview/limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ currently unsupported features might still work on individual data nodes,
but such usage is neither tested nor officially supported. Future versions
of TimescaleDB might remove some of these limitations.

[native-replication]: /how-to-guides/distributed-hypertables/enable-native-replication/
[native-replication]: /how-to-guides/hypertables/distributed-hypertables/#native-replication-in-distributed-hypertables

0 comments on commit 9f0f18f

Please sign in to comment.