Skip to content

Commit fad7c65

Browse files
committed
updated domain references
1 parent 53ec620 commit fad7c65

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div align="center">
66

77
[![npm version](https://img.shields.io/npm/v/luats.svg?style=flat-square)](https://www.npmjs.org/package/luats)
8-
[![build status](https://img.shields.io/github/actions/workflow/status/codemeapixel/luats/ci.yml?branch=master&style=flat-square)](https://github.com/codemeapixel/luats/actions)
8+
[![build status](https://img.shields.io/github/actions/workflow/status/codemeapixel/luats/test-build.yml?branch=master&style=flat-square)](https://github.com/codemeapixel/luats/actions)
99
[![npm downloads](https://img.shields.io/npm/dm/luats.svg?style=flat-square)](https://npm-stat.com/charts.html?package=luats)
1010
[![license](https://img.shields.io/npm/l/luats.svg?style=flat-square)](https://github.com/codemeapixel/luats/blob/master/LICENSE)
1111
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)
@@ -15,10 +15,10 @@
1515
<p align="center">
1616
<b>A TypeScript library for parsing, formatting, and providing type interfaces for Lua and Luau code.</b>
1717
<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>
1919
<br>
2020
<br>
21-
<a href="https://luats.codemeapixel.dev/examples">View Examples</a>
21+
<a href="https://luats.lol/examples">View Examples</a>
2222
·
2323
<a href="https://github.com/codemeapixel/luats/issues/new?labels=bug&template=bug_report.md">Report Bug</a>
2424
·
@@ -104,18 +104,18 @@ console.log(tsCode);
104104
- **API Type Definitions**: Generate TypeScript types for Lua APIs
105105
- **Development Tools**: Build better tooling for Lua/TypeScript interoperability
106106

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.
108108

109109
## 📖 Documentation
110110

111-
Visit **[luats.codemeapixel.dev](https://luats.codemeapixel.dev)** for comprehensive documentation including:
111+
Visit **[luats.lol](https://luats.lol)** for comprehensive documentation including:
112112

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)
119119

120120
## 🛠 CLI Usage
121121

@@ -164,7 +164,7 @@ Contributions are welcome! Please feel free to submit a Pull Request.
164164
4. Push to the branch (`git push origin feature/amazing-feature`)
165165
5. Open a Pull Request
166166

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.
168168

169169
## 📄 License
170170

docs/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
luats.codemeapixel.dev
1+
luats.lol

docs/_includes/head_custom.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta property="og:title" content="LuaTS - TypeScript Library for Lua and Luau" />
1010
<meta property="og:description" content="A comprehensive TypeScript library for parsing, formatting, analyzing, and transforming Lua and Luau code with robust type interfaces and AST manipulation" />
1111
<meta property="og:type" content="website" />
12-
<meta property="og:url" content="https://luats.codemeapixel.dev" />
12+
<meta property="og:url" content="https://luats.lol" />
1313
<meta property="og:image" content="/assets/banner.png" />
1414

1515
<!-- Twitter Card -->

0 commit comments

Comments
 (0)