Skip to content

Commit da20a23

Browse files
update links
1 parent 5815ec6 commit da20a23

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

tutorials/modules/ROOT/pages/pipelines-advanced.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,12 @@ This is a continuation of xref:{page-version}@tutorials::pipelines-read.adoc[] a
2020

2121
== Example schema and data
2222

23-
IMPORTANT: TODO PERMALINKS TO `typedb/typedb-examples`
24-
2523
We are using the https://github.com/typedb/typedb-examples/tree/master/use-cases/bookstore[bookstore example] schema and data throughout this tutorial.
2624
You can load the example into your TypeDB instance using the following Console command:
2725

2826
[,console]
2927
----
30-
database create-init bookstore http://github.com/typedb/typedb-examples/releases/latest/download/bookstore-schema.tql http://github.com/typedb/typedb-examples/releases/latest/download/bookstore-data.tql
28+
database create-init bookstore https://github.com/typedb/typedb-examples/releases/download/3.7.0/bookstore-schema.tql https://github.com/typedb/typedb-examples/releases/download/3.7.0/bookstore-data.tql
3129
----
3230

3331
.Full schema and data queries

tutorials/modules/ROOT/pages/pipelines-crud.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,12 @@ This is a continuation of xref:{page-version}@tutorials::pipelines-read.adoc[],
2020

2121
== Example schema and data
2222

23-
IMPORTANT: TODO PERMALINKS TO `typedb/typedb-examples`
24-
2523
We are using the https://github.com/typedb/typedb-examples/tree/master/use-cases/bookstore[bookstore example] schema and data throughout this tutorial.
2624
You can load the example into your TypeDB instance using the following Console command:
2725

2826
[,console]
2927
----
30-
database create-init bookstore http://github.com/typedb/typedb-examples/releases/latest/download/bookstore-schema.tql http://github.com/typedb/typedb-examples/releases/latest/download/bookstore-data.tql
28+
database create-init bookstore https://github.com/typedb/typedb-examples/releases/download/3.7.0/bookstore-schema.tql https://github.com/typedb/typedb-examples/releases/download/3.7.0/bookstore-data.tql
3129
----
3230

3331
.Full schema and data queries

tutorials/modules/ROOT/pages/pipelines-read.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@ We recommend xref:{page-version}@home::install/ce.adoc[installing TypeDB Communi
1818

1919
== Example schema and data
2020

21-
IMPORTANT: TODO PERMALINKS TO `typedb/typedb-examples`
22-
2321
We are using the https://github.com/typedb/typedb-examples/tree/master/use-cases/bookstore[bookstore example] schema and data throughout this tutorial.
2422
You can load the example into your TypeDB instance using the following Console command:
2523

2624
[,console]
2725
----
28-
database create-init bookstore http://github.com/typedb/typedb-examples/releases/latest/download/bookstore-schema.tql http://github.com/typedb/typedb-examples/releases/latest/download/bookstore-data.tql
26+
database create-init bookstore https://github.com/typedb/typedb-examples/releases/download/3.7.0/bookstore-schema.tql https://github.com/typedb/typedb-examples/releases/download/3.7.0/bookstore-data.tql
2927
----
3028

3129
.Full schema and data queries

0 commit comments

Comments
 (0)