Fixed broken linkes

This commit is contained in:
Henry
2015-11-06 17:40:43 -08:00
parent 51968954a9
commit 78004ebf37
6 changed files with 62 additions and 39 deletions

View File

@ -58,13 +58,13 @@ of the software.
These layers are:
* [_Framework_](Framework.md): The framework layer is responsible for
* [_Framework_](framework.md): The framework layer is responsible for
managing the interactions between application components. It has no
application-specific knowledge; at this layer, we have only
established an abstraction by which different software components
may communicate and/or interact.
* [_Platform_](Platform.md): The platform layer defines the general look, feel, and
behavior of Open MCT Web. This includes user-facing components like
* [_Platform_](platform.md): The platform layer defines the general look,
feel, and behavior of Open MCT Web. This includes user-facing components like
Browse mode and Edit mode, as well as underlying elements of the
information model and the general service infrastructure.
* _Application_: The application layer defines specific features of

View File

@ -0,0 +1,20 @@
0 info it worked if it ends with ok
1 verbose cli [ '/Users/akhenry/.nvm/v0.10.35/bin/node',
1 verbose cli '/Users/akhenry/.nvm/v0.10.35/bin/npm',
1 verbose cli 'run',
1 verbose cli 'docs' ]
2 info using npm@1.4.28
3 info using node@v0.10.35
4 error Error: ENOENT, open '/Users/akhenry/Code/mct/openmctweb/docs/src/architecture/package.json'
5 error If you need help, you may report this *entire* log,
5 error including the npm and node versions, at:
5 error <http://github.com/npm/npm/issues>
6 error System Darwin 14.5.0
7 error command "/Users/akhenry/.nvm/v0.10.35/bin/node" "/Users/akhenry/.nvm/v0.10.35/bin/npm" "run" "docs"
8 error cwd /Users/akhenry/Code/mct/openmctweb/docs/src/architecture
9 error node -v v0.10.35
10 error npm -v 1.4.28
11 error path /Users/akhenry/Code/mct/openmctweb/docs/src/architecture/package.json
12 error code ENOENT
13 error errno 34
14 verbose exit [ 34, true ]