Skip to content

Commit f42bf67

Browse files
authored
doc(main): Updated documentation (#278)
1 parent 39f01ea commit f42bf67

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/tutorials/http-application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To create your `github.com/foo/bar` repository, you can use the [HTTP applicatio
2424
It provides:
2525

2626
- a ready to extend [Yokai](https://github.com/ankorstore/yokai) application, with the [HTTP server](../modules/fxhttpserver.md) module installed
27-
- a ready to use [dev environment](https://github.com/ankorstore/yokai-http-template/blob/main/docker-compose.yaml), based on [Air](https://github.com/cosmtrek/air) (for live reloading)
27+
- a ready to use [dev environment](https://github.com/ankorstore/yokai-http-template/blob/main/docker-compose.yaml), based on [Air](https://github.com/air-verse/air) (for live reloading)
2828
- a ready to use [Dockerfile](https://github.com/ankorstore/yokai-http-template/blob/main/Dockerfile) for production
2929
- some examples of [handler](https://github.com/ankorstore/yokai-http-template/blob/main/internal/handler/example.go) and [test](https://github.com/ankorstore/yokai-http-template/blob/main/internal/handler/example_test.go) to get started
3030

@@ -72,7 +72,7 @@ When you use the template, an example endpoint is provided on [http://localhost:
7272
Welcome to http-app.
7373
```
7474

75-
To ease development, [Air](https://github.com/cosmtrek/air) is watching any changes you perform on `Go code` or `config files` to perform hot reload.
75+
To ease development, [Air](https://github.com/air-verse/air) is watching any changes you perform on `Go code` or `config files` to perform hot reload.
7676

7777
Let's rename your application to `gopher-api` by updating `app.name` in the configuration:
7878

docs/tutorials/worker-application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ the [worker application template](../getting-started/worker-application.md).
2626
It provides:
2727

2828
- a ready to extend [Yokai](https://github.com/ankorstore/yokai) application, with the [worker](../modules/fxworker.md) module installed
29-
- a ready to use [dev environment](https://github.com/ankorstore/yokai-worker-template/blob/main/docker-compose.yaml), based on [Air](https://github.com/cosmtrek/air) (for live reloading)
29+
- a ready to use [dev environment](https://github.com/ankorstore/yokai-worker-template/blob/main/docker-compose.yaml), based on [Air](https://github.com/air-verse/air) (for live reloading)
3030
- a ready to use [Dockerfile](https://github.com/ankorstore/yokai-worker-template/blob/main/Dockerfile) for production
3131
- some examples of [worker](https://github.com/ankorstore/yokai-worker-template/blob/main/internal/worker/example.go) and [test](https://github.com/ankorstore/yokai-worker-template/blob/main/internal/worker/example_test.go) to get started
3232

@@ -81,7 +81,7 @@ You can run `make logs` to see it in action:
8181
INF running module=worker service=worker-app worker=example-worker workerExecutionID=346775a2-6be5-43c3-907f-100a986cb2dc
8282
```
8383

84-
To ease development, [Air](https://github.com/cosmtrek/air) is watching any changes you perform on `Go code`
84+
To ease development, [Air](https://github.com/air-verse/air) is watching any changes you perform on `Go code`
8585
or `config files` to perform hot reload.
8686

8787
Let's change:

0 commit comments

Comments
 (0)