diff --git a/index.md b/index.md index b0bd3c23446..7e5d25313e2 100755 --- a/index.md +++ b/index.md @@ -9,7 +9,7 @@ optimizely: true CockroachDB is a distributed SQL database built on a transactional and strongly-consistent key-value store. It scales horizontally; survives disk, machine, rack, and even datacenter failures with minimal latency disruption and no manual intervention; supports strongly-consistent ACID transactions; and provides a familiar SQL API for structuring, manipulating, and querying data. -The project is currently in **Beta**. For details about upcoming features, see the [Roadmap](https://github.com/cockroachdb/cockroach/wiki). +The project is currently in **Beta**. For details about upcoming features, see the [1.0 Roadmap](https://github.com/cockroachdb/cockroach/issues/12854).
@@ -61,50 +61,50 @@ The project is currently in **Beta**. For details about upcoming features, see t
diff --git a/learn-cockroachdb-sql.md b/learn-cockroachdb-sql.md index 8f9b9260557..45d625c2dd8 100644 --- a/learn-cockroachdb-sql.md +++ b/learn-cockroachdb-sql.md @@ -6,7 +6,7 @@ toc: false This page walks you through some of the most essential CockroachDB SQL statements. For a complete list and related details, see [SQL Statements](sql-statements.html). -{{site.data.alerts.callout_info}}CockroachDB aims to provide standard SQL with extensions, but some standard SQL functionality is not yet available. See our Product Roadmap and SQL Feature Support page for more details.{{site.data.alerts.end}} +{{site.data.alerts.callout_info}}CockroachDB aims to provide standard SQL with extensions, but some standard SQL functionality is not yet available. See our 1.0 Product Roadmap and SQL Feature Support page for more details.{{site.data.alerts.end}}