Skip to content

Commit 708dc46

Browse files
authored
Update broken links in documentation (logging) (#1360)
* chore(docs): fix broken link in tofu.logging.recipes.simple.md * chore(docs): fix broken link in tofu.logging.recipes.auto.md * chore(docs): fix broken link in tofu.logging.recipes.context.md * chore(docs): fix broken link in tofu.logging.recipes.md
1 parent e563e36 commit 708dc46

4 files changed

+4
-5
lines changed

docs/tofu.logging.recipes.auto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ def foo(bar: Bar): F[Baz] = debug"Entering foo with $bar" *> impl <* debug"Exiti
5858
```
5959

6060
## Example
61-
Check out the example [here](https://github.com/tofu-tf/tofu/tree/examples/src/main/scala/tofu.example.logging.auto).
61+
Check out the example [here](https://github.com/tofu-tf/tofu/tree/master/examples/ce2/src/main/scala-2/tofu/example/logging/auto).
6262

docs/tofu.logging.recipes.context.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,5 @@ and the result is
112112
```
113113

114114
## Example
115-
Check out the example [here](https://github.com/tofu-tf/tofu/tree/examples/src/main/scala/tofu.example.logging.service).
115+
Check out the example [here](https://github.com/tofu-tf/tofu/tree/master/examples/ce2/src/main/scala-2/tofu/example/logging/service).
116116

117-
.

docs/tofu.logging.recipes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For any of the recipes you are going to need three things:
1414
- import syntax: `import tofu.syntax.logging._`
1515
- provide correct logback configuration (except when you are using `tofu.logging` with your own implementation) — you
1616
can find the description [here](./tofu.logging.layouts.md) and the
17-
example [here](https://github.com/tofu-tf/tofu/tree/examples/src/main/resources/logback.groovy).
17+
example [here](https://github.com/tofu-tf/tofu/blob/master/examples/ce2/src/main/resources/logback.groovy).
1818

1919
Recipes are:
2020

docs/tofu.logging.recipes.simple.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def run: IO[ExitCode] = {
5050
```
5151

5252
## Example
53-
Check out the example [here](https://github.com/tofu-tf/tofu/tree/examples/src/main/scala/tofu.example.logging.simple).
53+
Check out the example [here](https://github.com/tofu-tf/tofu/blob/master/examples/ce2/src/main/scala-2/tofu/example/logging/simple).
5454

5555

5656

0 commit comments

Comments
 (0)