Skip to content

Commit

Permalink
fix: update assets url
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyupe committed Aug 27, 2024
1 parent d48002e commit 04c8d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/url.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "fmt"
const distrib = "https://reiwatech.github.io/dalamud-distrib"
const dotnet = "https://dotnetcli.azureedge.net/dotnet"

const DalamudAssets = "https://goatcorp.github.io/DalamudAssets/asset.json"
const DalamudAssets = "https://reiwatech.github.io/DalamudAssets/asset.json"
const NotoSansCJKscRegular = "https://mirrors.tuna.tsinghua.edu.cn/ctan/fonts/notocjksc/NotoSansCJKsc-Regular.otf"
const NotoSansCJKscMedium = "https://mirrors.tuna.tsinghua.edu.cn/ctan/fonts/notocjksc/NotoSansCJKsc-Medium.otf"

Expand Down

0 comments on commit 04c8d19

Please sign in to comment.