From b60a0081e69176d95e675a9d0cef6bbfccc10a53 Mon Sep 17 00:00:00 2001 From: Brian Veltman Date: Mon, 18 Apr 2016 13:38:54 +0200 Subject: [PATCH] Changed path to docs.js config docs.json is not part of the current SUI. It's now located at tasks/config/docs.js. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 164fa1663..692008798 100755 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ gulp build-docs By default, docs build to `build-docs/` (from the adjacent folder `docs/`). **The command _must_ be run from your UI folder!** (In the above example, we use `./ui`.) -To configure a different `docs` location, modify [ `tasks/docs.json`](https://github.com/Semantic-Org/Semantic-UI/blob/master/tasks/admin/docs.json) accordingly. +To configure a different `docs` location, modify [ `tasks/config/docs.js`](https://github.com/Semantic-Org/Semantic-UI/blob/master/tasks/config/docs.js) accordingly. ### Running the Server