Skip to content

Commit

Permalink
Remove references to old repo
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Jan 14, 2024
1 parent c60e92c commit 2b5f018
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .lune/download.luau
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local MAIN_REPOSITORY_URL = "https://github.com/filiptibell/lune"
local MAIN_REPOSITORY_URL = "https://github.com/lune-org/lune"

local fs = require("@lune/fs")
local net = require("@lune/net")
Expand Down
2 changes: 1 addition & 1 deletion aftman.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tools]
just = "readysetplay/[email protected]"
luau-lsp = "JohnnyMorganz/[email protected]"
lune = "filiptibell/[email protected]"
lune = "lune-org/[email protected]"
stylua = "JohnnyMorganz/[email protected]"
4 changes: 2 additions & 2 deletions pages/getting-started/1-installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Install Aftman, and run this command in your terminal to add `lune` to an `aftma
current directory, or create one if it does not exist:

```sh copy filename="Bash"
aftman add filiptibell/lune
aftman add lune-org/lune
```

## Other Installation Options
Expand All @@ -17,7 +17,7 @@ aftman add filiptibell/lune
<summary>Using GitHub Releases</summary>

You can download pre-built binaries for most systems directly from the
[GitHub Releases](https://github.com/filiptibell/lune/releases) page. <br /> There are many tools
[GitHub Releases](https://github.com/lune-org/lune/releases) page. <br /> There are many tools
that can install binaries directly from releases, and it is up to you to choose what tool to use
when installing here.

Expand Down
6 changes: 3 additions & 3 deletions theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ export default {
}
},
project: {
link: "https://github.com/filiptibell/lune",
link: "https://github.com/lune-org/lune",
},
footer: {
text: (
<span>
MPL-2.0 {new Date().getFullYear()} ©{" "}
<a href="https://github.com/filiptibell/lune" target="_blank">
<a href="https://github.com/lune-org/lune" target="_blank">
Lune
</a>
</span>
Expand All @@ -30,7 +30,7 @@ export default {
<img
width="40"
height="40"
src="https://github.com/filiptibell/lune/raw/main/assets/logo/tilt.png"
src="https://github.com/lune-org/lune/raw/main/assets/logo/tilt.png"
/>
</>
),
Expand Down

0 comments on commit 2b5f018

Please sign in to comment.