Skip to content

Commit

Permalink
chore(docs): fix broken links on new docs (#2640)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jpoliachik authored Feb 16, 2024
1 parent 218a671 commit 088cf19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/boilerplate/app.json.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ The app.json & app.config.js files are used to configure your React Native / Exp

Ignite has already configured several things for us:

- App Icons - configured for iOS, Android, and Web. Check out [App Icon Generators](../concept/Generators/#app-icon-generator) to update your App Icon.
- Splash Screen colors and images - configured for iOS, Android, and Web. Check out [Splash Screen Generators](../concept/Generators/#splash-screen-generator) to update your Splash Screen.
- App Icons - configured for iOS, Android, and Web. Check out [App Icon Generators](../../concept/Generators#app-icon-generator) to update your App Icon.
- Splash Screen colors and images - configured for iOS, Android, and Web. Check out [Splash Screen Generators](../../concept/Generators#splash-screen-generator) to update your Splash Screen.
- Expo plugins for things like localization and splash screens

See [Expo's Documentation on App.json Configuration](https://docs.expo.dev/workflow/configuration/) for more details.
4 changes: 2 additions & 2 deletions docs/boilerplate/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ The `assets` folder is for icons, images, fonts, and other static assets used in

### App Icons

For your App Icon, use [Ignite's App Icon Generator](../concept/Generators/#app-icon-generator) to automatically generate image assets, which get put in `assets/images`.
For your App Icon, use [Ignite's App Icon Generator](../../concept/Generators/#app-icon-generator) to automatically generate image assets, which get put in `assets/images`.

### Splash Screen

To update your Splash Screen, use [Ignite's Splash Screen Generator](../concept/Generators/#splash-screen-generator) to generate images and update `assets/images`.
To update your Splash Screen, use [Ignite's Splash Screen Generator](../../concept/Generators/#splash-screen-generator) to generate images and update `assets/images`.

0 comments on commit 088cf19

Please sign in to comment.