Skip to content

Commit c156f50

Browse files
authored
Update link references
1 parent 2ce4e6c commit c156f50

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
<div align="center">
88

9-
[![CI](https://github.com/RyanLua/Purse/actions/workflows/ci.yml/badge.svg)](https://github.com/RyanLua/Purse/actions/workflows/ci.yml)
10-
[![GitHub Release](https://img.shields.io/github/v/release/RyanLua/Purse)](https://github.com/RyanLua/Purse/releases)
9+
[![CI](https://github.com/ryanlua/purse/actions/workflows/ci.yml/badge.svg)](https://github.com/ryanlua/purse/actions/workflows/ci.yml)
10+
[![GitHub Release](https://img.shields.io/github/v/release/ryanlua/purse)](https://github.com/ryanlua/purse/releases)
1111
[![Docs](https://img.shields.io/badge/docs-website-green)](https://purse.luau.page/)
1212
[![Demo](https://img.shields.io/badge/demo-experience-blue)](https://www.roblox.com/games/106146309450120)
1313
[![Discord](https://discord.com/api/guilds/1162303282002272359/widget.png)](https://discord.gg/N2KEnHzrsW)

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Purse uses [RunContext] to run anywhere, so you do not need to move it from [Wor
88

99
[Creator Store]: https://create.roblox.com/store/asset/112061170330936
1010
[Wally]: https://wally.run/package/ryanlua/purse
11-
[GitHub Releases]: https://github.com/RyanLua/Purse/releases
11+
[GitHub Releases]: https://github.com/ryanlua/purse/releases
1212
[ReplicatedStorage]: https://create.roblox.com/docs/reference/engine/classes/ReplicatedStorage
1313
[RunContext]: https://devforum.roblox.com/t/1938784
1414
[Workspace]: https://create.roblox.com/docs/reference/engine/classes/Workspace

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: Purse Documentation
22
site_url: https://purse.luau.page
3-
repo_name: RyanLua/Purse
4-
repo_url: https://github.com/RyanLua/Purse
3+
repo_name: ryanlua/purse
4+
repo_url: https://github.com/ryanlua/purse
55

66
copyright: Copyright &copy; Ryan Luu
77

@@ -36,7 +36,7 @@ theme:
3636
extra:
3737
social:
3838
- icon: simple/github
39-
link: https://github.com/RyanLua/Purse
39+
link: https://github.com/ryanlua/purse
4040
name: GitHub
4141
- icon: simple/roblox
4242
link: https://create.roblox.com/store/asset/112061170330936

wally.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["Ryan Luu <ryan.luu@ryanluu.dev>"]
77
realm = "shared"
88
registry = "https://github.com/UpliftGames/wally-index"
99
homepage = "http://purse.luau.page/"
10-
repository = "https://github.com/RyanLua/Purse"
10+
repository = "https://github.com/ryanlua/purse"
1111
exclude = ["**"]
1212
include = ["src", "src/**", "wally.toml", "wally.lock", "default.project.json", "LICENSE", "README.md"]
1313

0 commit comments

Comments
 (0)