Skip to content

Commit dad3879

Browse files
0.1.12: Fixed settings link
1 parent 5104ba9 commit dad3879

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "factorio-web-calculator"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
edition = "2021"
55

66
[dependencies]

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ impl Component for Calculator {
340340
<p> { "This is a calculator" } </p>
341341
<p> { "Source code is available at " } <a href={"https://github.com/JohnTheCoolingFan/factorio-web-calculator"}>{"GitHub repo"}</a> </p>
342342
<p> { "Please report any issues you encounter" } </p>
343-
<p> <a href="/settings">{"[WIP] Settings"}</a> </p>
343+
<p> <a href="/factorio-web-calculator/settings">{"[WIP] Settings"}</a> </p>
344344
<p> { "Current targets:" } </p>
345345
<InputList>
346346
{ for targets.iter().enumerate().map(|(i, t)| {

0 commit comments

Comments
 (0)