Skip to content

Commit

Permalink
Fix links for Testcontainers lifecycle section (#4037)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavvvr committed May 26, 2024
1 parent 3c2405d commit 256318c
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions documentation/docs/extensions/test_containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class QueryDatastoreTest : FunSpec({

:::tip
This extension also supports the `ContainerLifecycleMode` flag to control when the container is started and stopped.
See #lifecycle
See [Lifecycle](#lifecycle)
:::

#### Initializing the Database Container
Expand Down Expand Up @@ -169,7 +169,7 @@ as a general container.

:::tip
This extension also supports the `ContainerLifecycleMode` flag to control when the container is started and stopped.
See #lifecycle
See [Lifecycle](#lifecycle)
:::


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class QueryDatastoreTest : FunSpec({

:::tip
This extension also supports the `LifecycleMode` flag to control when the container is started and stopped.
See #lifecycle
See [Lifecycle](#lifecycle)
:::

#### Initializing the Database Container
Expand Down Expand Up @@ -169,7 +169,7 @@ as a general container.

:::tip
This extension also supports the `LifecycleMode` flag to control when the container is started and stopped.
See #lifecycle
See [Lifecycle](#lifecycle)
:::


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class QueryDatastoreTest : FunSpec({

:::tip
This extension also supports the `LifecycleMode` flag to control when the container is started and stopped.
See #lifecycle
See [Lifecycle](#lifecycle)
:::

#### Initializing the Database Container
Expand Down Expand Up @@ -169,7 +169,7 @@ as a general container.

:::tip
This extension also supports the `LifecycleMode` flag to control when the container is started and stopped.
See #lifecycle
See [Lifecycle](#lifecycle)
:::


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class QueryDatastoreTest : FunSpec({

:::tip
This extension also supports the `LifecycleMode` flag to control when the container is started and stopped.
See #lifecycle
See [Lifecycle](#lifecycle)
:::

#### Initializing the Database Container
Expand Down Expand Up @@ -169,7 +169,7 @@ as a general container.

:::tip
This extension also supports the `LifecycleMode` flag to control when the container is started and stopped.
See #lifecycle
See [Lifecycle](#lifecycle)
:::


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class QueryDatastoreTest : FunSpec({

:::tip
This extension also supports the `LifecycleMode` flag to control when the container is started and stopped.
See #lifecycle
See [Lifecycle](#lifecycle)
:::

#### Initializing the Database Container
Expand Down Expand Up @@ -169,7 +169,7 @@ as a general container.

:::tip
This extension also supports the `LifecycleMode` flag to control when the container is started and stopped.
See #lifecycle
See [Lifecycle](#lifecycle)
:::


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class QueryDatastoreTest : FunSpec({

:::tip
This extension also supports the `ContainerLifecycleMode` flag to control when the container is started and stopped.
See #lifecycle
See [Lifecycle](#lifecycle)
:::

#### Initializing the Database Container
Expand Down Expand Up @@ -169,7 +169,7 @@ as a general container.

:::tip
This extension also supports the `ContainerLifecycleMode` flag to control when the container is started and stopped.
See #lifecycle
See [Lifecycle](#lifecycle)
:::


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class QueryDatastoreTest : FunSpec({

:::tip
This extension also supports the `ContainerLifecycleMode` flag to control when the container is started and stopped.
See #lifecycle
See [Lifecycle](#lifecycle)
:::

#### Initializing the Database Container
Expand Down Expand Up @@ -169,7 +169,7 @@ as a general container.

:::tip
This extension also supports the `ContainerLifecycleMode` flag to control when the container is started and stopped.
See #lifecycle
See [Lifecycle](#lifecycle)
:::


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class QueryDatastoreTest : FunSpec({

:::tip
This extension also supports the `ContainerLifecycleMode` flag to control when the container is started and stopped.
See #lifecycle
See [Lifecycle](#lifecycle)
:::

#### Initializing the Database Container
Expand Down Expand Up @@ -169,7 +169,7 @@ as a general container.

:::tip
This extension also supports the `ContainerLifecycleMode` flag to control when the container is started and stopped.
See #lifecycle
See [Lifecycle](#lifecycle)
:::


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class QueryDatastoreTest : FunSpec({

:::tip
This extension also supports the `ContainerLifecycleMode` flag to control when the container is started and stopped.
See #lifecycle
See [Lifecycle](#lifecycle)
:::

#### Initializing the Database Container
Expand Down Expand Up @@ -169,7 +169,7 @@ as a general container.

:::tip
This extension also supports the `ContainerLifecycleMode` flag to control when the container is started and stopped.
See #lifecycle
See [Lifecycle](#lifecycle)
:::


Expand Down

0 comments on commit 256318c

Please sign in to comment.