Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Updating Sakila repo links #4

Open
wants to merge 1 commit into
base: source
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting_started/clojure/pedestal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ import TabItem from "@theme/TabItem";
</Tabs>

:::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
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started/clojure/ring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ import TabItem from "@theme/TabItem";
</Tabs>

:::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
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started/clojure/vanilla.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ import TabItem from "@theme/TabItem";
</Tabs>

:::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
Expand Down