mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 06:08:11 +00:00
Fixed broken linkes
This commit is contained in:
@ -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
|
||||
|
20
docs/src/architecture/npm-debug.log
Normal file
20
docs/src/architecture/npm-debug.log
Normal 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 ]
|
Reference in New Issue
Block a user