Skip to content

Commit

Permalink
Adjust link.
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Zellweger <[email protected]>
  • Loading branch information
gz committed Dec 4, 2024
1 parent 30f9019 commit 770d53d
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 64 deletions.
6 changes: 0 additions & 6 deletions client/.typos.toml

This file was deleted.

2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "spreadsheet-techdemo"
version = "0.1.0"
authors = ["Gerd Zellweger <mail@gerdzellweger.com>"]
authors = ["Gerd Zellweger <gz@feldera.com>"]
edition = "2021"
include = ["LICENSE-APACHE", "LICENSE-MIT", "**/*.rs", "Cargo.toml"]
rust-version = "1.76"
Expand Down
32 changes: 0 additions & 32 deletions client/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions client/check.sh

This file was deleted.

13 changes: 0 additions & 13 deletions client/fill_template.ps1

This file was deleted.

2 changes: 1 addition & 1 deletion client/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ impl eframe::App for SpreadsheetApp {
ctx.output_mut(|o| o.open_url = Some(OpenUrl::new_tab("https://feldera.com")));
}
if ui.button(format!("Fork me on Github {GITHUB}")).clicked() {
ctx.output_mut(|o| o.open_url = Some(OpenUrl::new_tab("https://github.com/feldera/spreadsheet-techdemo")));
ctx.output_mut(|o| o.open_url = Some(OpenUrl::new_tab("https://github.com/feldera/techdemo-spreadsheet")));
}
});
});
Expand Down

0 comments on commit 770d53d

Please sign in to comment.