Fix electron documentation link

This commit is contained in:
Daniel Zhang 2023-03-03 11:22:06 -10:00
parent eb34a8e0f1
commit d1bd78d984

View file

@ -118,7 +118,7 @@ empty application. But you can use the information from your production install
Desktop to populate your testing application! Desktop to populate your testing application!
First, exit both production and development apps (In macOS - literally quit the apps). First, exit both production and development apps (In macOS - literally quit the apps).
Second, find your application data in the `userData` directory: Second, find your application data in the [userData](https://www.electronjs.org/docs/latest/api/app#appgetpathname) directory:
- macOS: `~/Library/Application Support/Signal` - macOS: `~/Library/Application Support/Signal`
- Linux: `~/.config/Signal` - Linux: `~/.config/Signal`
@ -164,8 +164,7 @@ Then you can start up the application a little differently to load the profile:
NODE_APP_INSTANCE=alice yarn run start NODE_APP_INSTANCE=alice yarn run start
``` ```
This changes the [userData](https://electron.atom.io/docs/all/#appgetpathname) This changes the `userData` directory from `%appData%/Signal` to `%appData%/Signal-aliceProfile`.
directory from `%appData%/Signal` to `%appData%/Signal-aliceProfile`.
# Making changes # Making changes