summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Rückstieß <rueckstiess@users.noreply.github.com>2015-01-06 16:11:11 +1100
committerThomas Rückstieß <rueckstiess@users.noreply.github.com>2015-01-06 16:11:11 +1100
commitb122a2853da9af0a7054202975ce1aaa64402584 (patch)
treef39d2f7a2283c8739e16a4a35cf743b8c20c967d
parente4ffb9e2f97c10dce1b502a66b3fce3917ba65cd (diff)
downloadmongo-b122a2853da9af0a7054202975ce1aaa64402584.tar.gz
Update README.md
Removed local link to Dependencies.
-rw-r--r--tools/template/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/template/README.md b/tools/template/README.md
index 3ee6ad29c64..3deb4a5eb10 100644
--- a/tools/template/README.md
+++ b/tools/template/README.md
@@ -2,7 +2,7 @@
This subfolder contains the code to generate the `wtstats.html.template` file needed by the Python script `wtstats.py`, which is located in the `./tools` directory.
-The template is generated as a node.js "single page" application using several open source frameworks, see [Dependencies](./tools/template/README.md#Dependencies) below. The `wtstats.py` Python script parses stats files, transforms the data and inserts it as JSON into the template. The resulting HTML page can be openend in the browser.
+The template is generated as a node.js "single page" application using several open source frameworks, see Dependencies below. The `wtstats.py` Python script parses stats files, transforms the data and inserts it as JSON into the template. The resulting HTML page can be openend in the browser.
### Build Process