Fix link to dev.js and prod.js files.
The links on readme.md were pointing to no longer existant files. With this PR these links are updated to the new location of the files inside the ./bin directory.
This commit is contained in:
parent
d7f097a2e0
commit
f3fb433531
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Server Code
|
||||
|
||||
The server provides the API, serves static assets, and renders the pages for Send. The production entrypoint is [prod.js](./prod.js) and the development entrypoint is [dev.js](./dev.js) via `webpack-dev-server`.
|
||||
The server provides the API, serves static assets, and renders the pages for Send. The production entrypoint is [prod.js](./bin/prod.js) and the development entrypoint is [dev.js](./bin/dev.js) via `webpack-dev-server`.
|
||||
|
||||
## Server configuration
|
||||
|
||||
|
|
Loading…
Reference in a new issue