Skip to content

Commit

Permalink
chore: update docs url
Browse files Browse the repository at this point in the history
  • Loading branch information
elringus committed Nov 27, 2024
1 parent 195da07 commit 779a805
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ These original five textures have total size of **17.5MB**. After dicing, the re

## 🎬 Get Started

https://dicing.elringus.me/guide/getting-started
https://dicing.elringus.com/guide/getting-started
2 changes: 1 addition & 1 deletion crates/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions crates/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "sprite_dicing"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
description = "Cross-engine tool for lossless compression of sprite textures with identical areas."
license = "MIT"
authors = ["Artyom Sovetnikov (Elringus)"]
homepage = "https://dicing.elringus.me"
documentation = "https://dicing.elringus.me/guide"
homepage = "https://dicing.elringus.com"
documentation = "https://dicing.elringus.com/guide"
repository = "https://github.com/elringus/sprite-dicing"
readme = "../../README.md"
keywords = ["gamedev", "graphics", "sprite", "texture", "atlas"]
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default defineConfig({
]
}
},
sitemap: { hostname: "https://dicing.elringus.me" }
sitemap: { hostname: "https://dicing.elringus.com" }
});

function resolveVersion(): string {
Expand Down
4 changes: 2 additions & 2 deletions plugins/unity/Assets/SpriteDicing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"unity": "2022.3",
"license": "MIT",
"licensesUrl": "https://github.com/elringus/sprite-dicing/blob/main/LICENSE.md",
"documentationUrl": "https://dicing.elringus.me/guide/unity",
"documentationUrl": "https://dicing.elringus.com/guide/unity",
"changelogUrl": "https://github.com/elringus/sprite-dicing/releases",
"author": {
"name": "Elringus",
"url": "https://elringus.me"
"url": "https://elringus.com"
}
}

0 comments on commit 779a805

Please sign in to comment.