Skip to content

Commit 377c0ef

Browse files
committed
few misc updates
1 parent e990f8c commit 377c0ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

developing/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Each native window _conceptually_ has its own **renderer** process, which is bas
6161
* Make remote procedure calls to the butler daemon to fetch data
6262
* etc.
6363

64-
All processes have a redux store, the **main** store is the reference, and the other stores are synchronized by sending inter-process messages, which is done transparently by [redux-electron-store](https://github.com/fasterthanlime/ftl-redux-electron-store).
64+
All processes have a redux store, the **main** store is the reference, and the other stores are synchronized by sending actions across the process boundary, which is done transparently by [@goosewobbler/electron-redux](https://github.com/goosewobbler/electron-redux).
6565

6666
## Chrome Developer Tools \(renderer\)
6767

integrating/manifest/validating-your-manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Heuristics will be used to launch your project.
8585

8686
If you want to validate just the manifest \(maybe before the build directory is generated\), you can do that too.
8787

88-
Here's [Sample Evil App](https://github.com/fasterthanlime/sample-evil-app)'s manifest being validated:
88+
Here's [Sample Evil App](https://github.com/leafo/sample-evil-app)'s manifest being validated:
8989

9090
```
9191
$ butler validate .itch.toml

0 commit comments

Comments
 (0)