doc: fix turnstile image url

This commit is contained in:
Dmitriy Pleshevskiy 2022-11-30 16:26:54 +03:00
parent aab0d93bce
commit ea0a6a7b07
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -10,7 +10,7 @@ from passing through. Depositing a coin or token in a slot on the turnstile
unlocks the arms, allowing a single customer to push through. After the customer
passes through, the arms are locked again until another coin is inserted.
![Turnstile diagram](https://git.pleshevski.ru/pleshevskiy/it-fsm/src/branch/main/assets/turnstile.svg)
![Turnstile diagram](https://git.pleshevski.ru/pleshevskiy/it-fsm/raw/branch/main/assets/turnstile.svg)
```sh
deno run ./examples/turnstile.ts