Skip to content

Commit f3fb433

Browse files
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.
1 parent d7f097a commit f3fb433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Server Code
22

3-
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`.
3+
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`.
44

55
## Server configuration
66

@@ -16,4 +16,4 @@ Contains all the server routes and handlers for the API and pages
1616

1717
## Storage
1818

19-
Contains implementations of possible storage engines for the files and metadata
19+
Contains implementations of possible storage engines for the files and metadata

0 commit comments

Comments
 (0)