|
5 | 5 | <div align="center"> |
6 | 6 |
|
7 | 7 | [](https://www.npmjs.org/package/luats) |
8 | | -[](https://github.com/codemeapixel/luats/actions) |
| 8 | +[](https://github.com/codemeapixel/luats/actions) |
9 | 9 | [](https://npm-stat.com/charts.html?package=luats) |
10 | 10 | [](https://github.com/codemeapixel/luats/blob/master/LICENSE) |
11 | 11 | [](https://makeapullrequest.com) |
|
15 | 15 | <p align="center"> |
16 | 16 | <b>A TypeScript library for parsing, formatting, and providing type interfaces for Lua and Luau code.</b> |
17 | 17 | <br> |
18 | | - <a href="https://luats.codemeapixel.dev"><strong>Explore the docs »</strong></a> |
| 18 | + <a href="https://luats.lol"><strong>Explore the docs »</strong></a> |
19 | 19 | <br> |
20 | 20 | <br> |
21 | | - <a href="https://luats.codemeapixel.dev/examples">View Examples</a> |
| 21 | + <a href="https://luats.lol/examples">View Examples</a> |
22 | 22 | · |
23 | 23 | <a href="https://github.com/codemeapixel/luats/issues/new?labels=bug&template=bug_report.md">Report Bug</a> |
24 | 24 | · |
@@ -104,18 +104,18 @@ console.log(tsCode); |
104 | 104 | - **API Type Definitions**: Generate TypeScript types for Lua APIs |
105 | 105 | - **Development Tools**: Build better tooling for Lua/TypeScript interoperability |
106 | 106 |
|
107 | | -📚 **[Read the full documentation](https://luats.codemeapixel.dev)** for comprehensive guides, API reference, and examples. |
| 107 | +📚 **[Read the full documentation](https://luats.lol)** for comprehensive guides, API reference, and examples. |
108 | 108 |
|
109 | 109 | ## 📖 Documentation |
110 | 110 |
|
111 | | -Visit **[luats.codemeapixel.dev](https://luats.codemeapixel.dev)** for comprehensive documentation including: |
| 111 | +Visit **[luats.lol](https://luats.lol)** for comprehensive documentation including: |
112 | 112 |
|
113 | | -- [Getting Started Guide](https://luats.codemeapixel.dev/getting-started) |
114 | | -- [API Reference](https://luats.codemeapixel.dev/api-reference) |
115 | | -- [CLI Usage](https://luats.codemeapixel.dev/cli) |
116 | | -- [Plugin System](https://luats.codemeapixel.dev/plugins) |
117 | | -- [Examples](https://luats.codemeapixel.dev/examples) |
118 | | -- [Contributing Guide](https://luats.codemeapixel.dev/contributing) |
| 113 | +- [Getting Started Guide](https://luats.lol/getting-started) |
| 114 | +- [API Reference](https://luats.lol/api-reference) |
| 115 | +- [CLI Usage](https://luats.lol/cli) |
| 116 | +- [Plugin System](https://luats.lol/plugins) |
| 117 | +- [Examples](https://luats.lol/examples) |
| 118 | +- [Contributing Guide](https://luats.lol/contributing) |
119 | 119 |
|
120 | 120 | ## 🛠 CLI Usage |
121 | 121 |
|
@@ -164,7 +164,7 @@ Contributions are welcome! Please feel free to submit a Pull Request. |
164 | 164 | 4. Push to the branch (`git push origin feature/amazing-feature`) |
165 | 165 | 5. Open a Pull Request |
166 | 166 |
|
167 | | -See the [Contributing Guide](https://luats.codemeapixel.dev/contributing) for more information. |
| 167 | +See the [Contributing Guide](https://luats.lol/contributing) for more information. |
168 | 168 |
|
169 | 169 | ## 📄 License |
170 | 170 |
|
|
0 commit comments