Skip to content

Commit d6a5658

Browse files
authored
Update documentation links in README.md
1 parent b4e60df commit d6a5658

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ openupm add com.dbrizov.naughtyattributes
2727
3. You can also download it from the [Asset Store](https://assetstore.unity.com/packages/tools/utilities/naughtyattributes-129996)
2828

2929
## Documentation
30-
- [Documentation](https://dbrizov.github.io/na-docs/)
31-
- [Documentation Repo](https://github.com/dbrizov/na-docs)
30+
- [Documentation](https://naughtyattributes.com/)
31+
- [Documentation Repo](https://github.com/dbrizov/NaughtyAttributes-Docs)
3232

3333
## Support
3434
NaughtyAttributes is an open-source project that I am developing in my free time. If you like it you can support me by donating.
@@ -42,7 +42,7 @@ NaughtyAttributes is an open-source project that I am developing in my free time
4242

4343
### AllowNesting
4444
This attribute must be used in some cases when you want meta attributes to work inside serializable nested structs or classes.
45-
You can check in which cases you need to use it [here](https://dbrizov.github.io/na-docs/attributes/special_attributes/allow_nesting.html).
45+
You can check in which cases you need to use it [here](https://naughtyattributes.com/attributes/special_attributes/allow_nesting.html).
4646

4747
```csharp
4848
public class NaughtyComponent : MonoBehaviour

0 commit comments

Comments
 (0)