Skip to content

Commit a6028ed

Browse files
authored
updated link to translation-callback.ts (#252)
1 parent c0f65e5 commit a6028ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/tms-webhook-ai/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
This is an example implementation of a webhook responsible for updating the translated compositions to Uniform after AI translation service returns the response.
44

5-
See The API handler [here](/src/pages/api/translation-callback.ts).
5+
See The API handler [here](/examples/tms-webhook-ai/src/pages/api/translation-callback.ts).
66

77
Provide your environment variables in `.env` (see `.env.example`).
88

99
## Run the app locally
1010

1111
1. `npm install`
12-
1. `npm run dev`
12+
1. `npm run dev`

0 commit comments

Comments
 (0)