Skip to content

Commit 2da6e05

Browse files
Perevedkovkjr
authored andcommitted
fixed 404 (#431)
there was 404 on github cause of absolute paths; now fixed
1 parent bbf3723 commit 2da6e05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/CreateNewApp.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
React native projects creating goes with the help of command line interface (`react-native-cli` package). `react-native-desktop` adds a modification to that package to support desktop platform.
55

66
#### Use modified `react-native-cli` globally
7-
If all the projects you develop need desktop support, you can install modified command line interface globally by following [these steps](docs/InstallUpdatedReactNativeCLI.md)
7+
If all the projects you develop need desktop support, you can install modified command line interface globally by following [these steps](./InstallUpdatedReactNativeCLI.md)
88

99
After that you create a new project:
1010
```sh
@@ -47,4 +47,4 @@ Compilation of desktop project will start. When it finished and app run you can
4747
**Note:** On non-macOS systems, `npm start` and `node ubuntu-server.js` will be executed automatically by the above command
4848

4949

50-
**If you want to know why you had to start bundler and js server** - check the doc on [how react-native-desktop works internally](docs/HowRNDesktopAppWorks.md)
50+
**If you want to know why you had to start bundler and js server** - check the doc on [how react-native-desktop works internally](./HowRNDesktopAppWorks.md)

0 commit comments

Comments
 (0)