Skip to content

Commit 6b293a3

Browse files
committed
chore: Update website URL from lumos-lang.com to lumos-lang.org
1 parent 6f250f3 commit 6b293a3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Official documentation website for [LUMOS](https://github.com/getlumos/lumos) - Type-safe schema language for Solana development.
44

5-
**Live Site:** https://docs.lumos-lang.com
5+
**Live Site:** https://docs.lumos-lang.org
66

77
Built with [Astro Starlight](https://starlight.astro.build)
88

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import starlightChangelog from 'starlight-changelog';
55

66
// https://astro.build/config
77
export default defineConfig({
8-
site: 'https://docs.lumos-lang.com',
8+
site: 'https://docs.lumos-lang.org',
99
integrations: [
1010
starlight({
1111
title: 'LUMOS',

src/assets/logo.png

1.37 MB
Loading

src/content/changelog/v0.1.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ This design makes it easy to add support for new target languages in the future
7272

7373
## 📚 Documentation
7474

75-
- **Website**: https://lumos-lang.com
76-
- **Docs**: https://docs.lumos-lang.com
75+
- **Website**: https://lumos-lang.org
76+
- **Docs**: https://docs.lumos-lang.org
7777
- **GitHub**: https://github.com/getlumos/lumos
7878
- **crates.io**: https://crates.io/crates/lumos-core
7979

@@ -117,6 +117,6 @@ Check out our [Roadmap](https://github.com/getlumos/lumos/blob/main/ROADMAP.md)
117117

118118
---
119119

120-
**Get Started**: [Installation Guide](https://docs.lumos-lang.com/getting-started/installation/)
120+
**Get Started**: [Installation Guide](https://docs.lumos-lang.org/getting-started/installation/)
121121

122122
**Built with ❤️ for the Solana community**

0 commit comments

Comments
 (0)