Skip to content

Commit d718846

Browse files
authored
Fix Code Quick Starts index (timescale#2553)
* Fix Code Quick Starts index * change title and fix hypertable anchors * fix hypertable xrefs
1 parent 9a5b759 commit d718846

File tree

6 files changed

+15
-27
lines changed

6 files changed

+15
-27
lines changed

quick-start/golang.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This quick start guide walks you through:
1414

1515
* [Connecting to TimescaleDB][connect]
1616
* [Creating a relational table][create-table]
17-
* [Creating a hypertable][create-hypertable]
17+
* [Creating a hypertable][create-a-hypertable]
1818
* [Inserting data][insert]
1919
* [Executing a query][query]
2020

@@ -926,7 +926,7 @@ your Go application, be sure to check out these advanced TimescaleDB tutorials:
926926
[install]: /getting-started/latest/
927927
[connect]: #connect-to-timescaledb
928928
[create-table]: #create-a-relational-table
929-
[create-hypertable]: #generate-a-hypertable
929+
[create-a-hypertable]: #create-a-hypertable
930930
[insert]: #insert-rows-of-data
931931
[query]: #execute-a-query
932932
[create-hypertable-docs]: /use-timescale/:currentVersion:/hypertables/create/

quick-start/index.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,11 @@
11
---
2-
title: Language quick starts
2+
title: Code quick starts
33
excerpt: Get started with TimescaleDB and your favorite language
44
---
55

6-
# Language quick starts
6+
# Code quick starts
77

8-
Here is a collection of quick starts for various programming languages:
8+
Here is a collection of quick starts for various programming languages.
99

10-
* [Node][node-quickstart]
11-
* [Python][python-quickstart]
12-
* [Ruby on Rails][ruby-quickstart]
13-
* [Golang][go-quickstart]
14-
* [Java][java-quickstart]
15-
16-
If you didn't find a quick start with your favorite language,
10+
If you can't find a quick start with your favorite language,
1711
feel free to [request one](https://forms.gle/tBc3qBMKRosdHrGG9).
18-
19-
[go-quickstart]: /quick-start/:currentVersion:/golang
20-
[java-quickstart]: /quick-start/:currentVersion:/java
21-
[node-quickstart]: /quick-start/:currentVersion:/node
22-
[python-quickstart]: /quick-start/:currentVersion:/python
23-
[ruby-quickstart]: /quick-start/:currentVersion:/ruby

quick-start/java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This quick start guide walks you through:
1414

1515
* [Connecting to TimescaleDB][connect]
1616
* [Creating a relational table][create-table]
17-
* [Creating a hypertable][create-hypertable]
17+
* [Creating a hypertable][create-a-hypertable]
1818
* [Inserting data][insert]
1919
* [Executing a query][query]
2020

@@ -650,7 +650,7 @@ public class Main {
650650
[pg-jdbc-driver]: https://jdbc.postgresql.org
651651
[connect]: #connect-java-to-timescaledb
652652
[create-table]: #create-a-relational-table
653-
[create-hypertable]: #generate-a-hypertable
653+
[create-a-hypertable]: #create-a-hypertable
654654
[insert]: #insert-a-batch-of-rows-into-timescaledb
655655
[query]: #execute-queries-on-timescaledb
656656
[install]: /getting-started/latest/

quick-start/node.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Quick Start: Python and TimescaleDB"
2+
title: "Quick Start: Node.js and TimescaleDB"
33
excerpt: Get started with TimescaleDB for a Node.js application
44
keywords: [Node, node.js]
55
---
@@ -14,7 +14,7 @@ This quick start guide walks you through:
1414

1515
* [Connecting to TimescaleDB][connect]
1616
* [Creating a relational table][create-table]
17-
* [Creating a hypertable][create-hypertable]
17+
* [Creating a hypertable][create-a-hypertable]
1818
* [Inserting data][insert]
1919
* [Executing a query][query]
2020

@@ -390,7 +390,7 @@ Now, when you reload the page, you should see all of the rows currently in the
390390
[sequelize-info]: https://sequelize.org
391391
[connect]: #connect-to-timescaledb
392392
[create-table]: #create-a-relational-table
393-
[create-hypertable]: #create-hypertable
393+
[create-a-hypertable]: #create-a-hypertable
394394
[insert]: #insert-rows-of-data
395395
[query]: #execute-a-query
396396
[install]: /getting-started/latest/

quick-start/python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This quick start guide walks you through:
1414

1515
* [Connecting to TimescaleDB][connect]
1616
* [Creating a relational table][create-table]
17-
* [Creating a hypertable][create-hypertable]
17+
* [Creating a hypertable][create-a-hypertable]
1818
* [Inserting data][insert]
1919
* [Executing a query][query]
2020

@@ -456,6 +456,6 @@ executed safely against the database.
456456
[virtual-env]: https://docs.python.org/3/library/venv.html
457457
[connect]: #connect-to-timescaledb
458458
[create-table]: #create-a-relational-table
459-
[create-hypertable]: #create-hypertable
459+
[create-a-hypertable]: #create-a-hypertable
460460
[insert]: #insert-rows-of-data
461461
[query]: #execute-a-query

quick-start/ruby.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This quick start guide walks you through:
1414

1515
* [Connecting to TimescaleDB][connect]
1616
* [Creating a relational table][create-table]
17-
* [Creating a hypertable][create-hypertable]
17+
* [Creating a hypertable][create-a-hypertable]
1818
* [Inserting data][insert]
1919
* [Executing a query][query]
2020

@@ -726,7 +726,7 @@ page by page, or all pages together, and group by path or not:
726726
727727
[connect]: #connect-to-timescaledb
728728
[create-table]: #create-a-relational-table
729-
[create-hypertable]: #create-a-hypertable
729+
[create-a-hypertable]: #create-a-hypertable
730730
[insert]: #insert-rows-of-data
731731
[query]: #execute-a-query
732732
[install]: /getting-started/latest/

0 commit comments

Comments
 (0)