diff --git a/mst/index.md b/mst/index.md index 1c9ff84d3b01..25e2a115c1f4 100644 --- a/mst/index.md +++ b/mst/index.md @@ -71,5 +71,5 @@ For more information on Managed Service for TimescaleDB's terms of service, visi [viewing-service-logs]: /viewing-service-logs [vpc-peering]: /vpc-peering [security]: /security -[sign-up]: https://www.timescale.com/cloud-signup +[sign-up]: https://www.timescale.com/mst-signup [tos]: https://www.timescale.com/legal/mst-terms-of-service diff --git a/timescaledb/how-to-guides/install-timescaledb-toolkit.md b/timescaledb/how-to-guides/install-timescaledb-toolkit.md index 65e9a7b6f9dd..01dd4fed6ec6 100644 --- a/timescaledb/how-to-guides/install-timescaledb-toolkit.md +++ b/timescaledb/how-to-guides/install-timescaledb-toolkit.md @@ -16,5 +16,5 @@ Toolkit first, follow the instructions provided at the GitHub repo to [install i from source][install-source]. [Timescale Cloud]: /cloud/:currentVersion:/ -[MST]: /mst/:currentVersion:/ +[Managed TimescaleDB]: /mst/:currentVersion:/ [install-source]: https://github.com/timescale/timescaledb-toolkit#-installing-from-source \ No newline at end of file diff --git a/timescaledb/tutorials/page-index/page-index.js b/timescaledb/tutorials/page-index/page-index.js index e4a1a3feb816..0a2ed6894ba8 100644 --- a/timescaledb/tutorials/page-index/page-index.js +++ b/timescaledb/tutorials/page-index/page-index.js @@ -132,11 +132,11 @@ module.exports = [ ], }, { - title: 'Monitor Timescale Cloud with Prometheus', + title: 'Monitor MST with Prometheus', href: 'monitor-mst-with-prometheus', tags: ['prometheus', 'monitor', 'learn', 'timescaledb'], keywords: ['Promscale', 'Prometheus', 'tutorial', 'TimescaleDB'], - excerpt: 'Monitor Timescale Cloud with Prometheus', + excerpt: 'Monitor MST with Prometheus', }, { title: 'Monitor a Django application with Prometheus',