fix #279 Update link in UniRx tutorial (#280)

This commit is contained in:
Miika Lönnqvist 2021-06-14 20:33:15 +02:00 committed by GitHub
parent c7136d2937
commit cfb92f5d92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ Variables and Events exposes methods that returns [`IObservables`](https://docs.
## Simple example
The `HealthBar.cs` script from the [Basic tutorial](./basic-tutorial) could be rewritten like this using UniRx:
The `HealthBar.cs` script from the [Variables](./variables.md) tutorial could be rewritten like this using UniRx:
```cs
using UnityEngine;