From 82c0c99a44b1e1dfc9b68987332862251879ec9e Mon Sep 17 00:00:00 2001 From: Cesar Caetano Neto Date: Mon, 20 Jul 2020 21:50:29 +0200 Subject: [PATCH] Updating Sakila repo links Signed-off-by: Cesar Caetano Neto --- docs/getting_started/clojure/pedestal.mdx | 2 +- docs/getting_started/clojure/ring.mdx | 2 +- docs/getting_started/clojure/vanilla.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting_started/clojure/pedestal.mdx b/docs/getting_started/clojure/pedestal.mdx index f741120..bfd2282 100644 --- a/docs/getting_started/clojure/pedestal.mdx +++ b/docs/getting_started/clojure/pedestal.mdx @@ -83,7 +83,7 @@ import TabItem from "@theme/TabItem"; :::note -Make sure you are changing the above values to refer your database connection. The above example assumes that you are using the _sakila_ database created from this [JOOQ's example repository](https://github.com/jOOQ/jOOQ/tree/master/jOOQ-examples/Sakila). +Make sure you are changing the above values to refer your database connection. The above example assumes that you are using the _sakila_ database created from this [JOOQ's example repository](https://github.com/jOOQ/jOOQ/tree/main/jOOQ-examples/Sakila). ::: ## Creating Lacinia Schema diff --git a/docs/getting_started/clojure/ring.mdx b/docs/getting_started/clojure/ring.mdx index c400c23..1a14726 100644 --- a/docs/getting_started/clojure/ring.mdx +++ b/docs/getting_started/clojure/ring.mdx @@ -85,7 +85,7 @@ import TabItem from "@theme/TabItem"; :::note -Make sure you are changing the above values to refer your database connection. The above example assumes that you are using the _sakila_ database created from this [JOOQ's example repository](https://github.com/jOOQ/jOOQ/tree/master/jOOQ-examples/Sakila). +Make sure you are changing the above values to refer your database connection. The above example assumes that you are using the _sakila_ database created from this [JOOQ's example repository](https://github.com/jOOQ/jOOQ/tree/main/jOOQ-examples/Sakila). ::: ## Creating Lacinia Schema diff --git a/docs/getting_started/clojure/vanilla.mdx b/docs/getting_started/clojure/vanilla.mdx index 1343e7a..0e5601e 100644 --- a/docs/getting_started/clojure/vanilla.mdx +++ b/docs/getting_started/clojure/vanilla.mdx @@ -82,7 +82,7 @@ import TabItem from "@theme/TabItem"; :::note -Make sure you are changing the above values to refer your database connection. The above example assumes that you are using the _sakila_ database created from this [JOOQ's example repository](https://github.com/jOOQ/jOOQ/tree/master/jOOQ-examples/Sakila). +Make sure you are changing the above values to refer your database connection. The above example assumes that you are using the _sakila_ database created from this [JOOQ's example repository](https://github.com/jOOQ/jOOQ/tree/main/jOOQ-examples/Sakila). ::: ## Creating Lacinia Schema