From f3fb4335312ca1e942374fc4f603177e7d1b7617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Ram=C3=ADrez?= Date: Wed, 13 Mar 2019 07:45:55 -0600 Subject: [PATCH] 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. --- server/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/readme.md b/server/readme.md index 84b7b283..82b68f27 100644 --- a/server/readme.md +++ b/server/readme.md @@ -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 @@ -16,4 +16,4 @@ Contains all the server routes and handlers for the API and pages ## Storage -Contains implementations of possible storage engines for the files and metadata \ No newline at end of file +Contains implementations of possible storage engines for the files and metadata