Skip to content

Commit 770d53d

Browse files
committed
Adjust link.
Signed-off-by: Gerd Zellweger <[email protected]>
1 parent 30f9019 commit 770d53d

File tree

6 files changed

+2
-64
lines changed

6 files changed

+2
-64
lines changed

client/.typos.toml

Lines changed: 0 additions & 6 deletions
This file was deleted.

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "spreadsheet-techdemo"
33
version = "0.1.0"
4-
authors = ["Gerd Zellweger <mail@gerdzellweger.com>"]
4+
authors = ["Gerd Zellweger <gz@feldera.com>"]
55
edition = "2021"
66
include = ["LICENSE-APACHE", "LICENSE-MIT", "**/*.rs", "Cargo.toml"]
77
rust-version = "1.76"

client/README.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

client/check.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

client/fill_template.ps1

Lines changed: 0 additions & 13 deletions
This file was deleted.

client/src/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ impl eframe::App for SpreadsheetApp {
138138
ctx.output_mut(|o| o.open_url = Some(OpenUrl::new_tab("https://feldera.com")));
139139
}
140140
if ui.button(format!("Fork me on Github {GITHUB}")).clicked() {
141-
ctx.output_mut(|o| o.open_url = Some(OpenUrl::new_tab("https://github.com/feldera/spreadsheet-techdemo")));
141+
ctx.output_mut(|o| o.open_url = Some(OpenUrl::new_tab("https://github.com/feldera/techdemo-spreadsheet")));
142142
}
143143
});
144144
});

0 commit comments

Comments
 (0)