Skip to content

Commit

Permalink
Fixed various links. Install path for doc to remain share/doc per doc…
Browse files Browse the repository at this point in the history
  • Loading branch information
radhikaj committed Aug 21, 2018
1 parent bc08fb6 commit e9354dc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/GettingStartedDocs/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The files and directories in the top-level directory are described as follows.
- [3rdparty](3rdparty) - Contains third-party software packages
- [cmake](cmake) - Contains CMake scripts for building Open Enclave.
- [common](common) - Contains sources that work in the enclave and the host
- [doc](doc) - Contains documentation
- [docs](docs) - Contains documentation
- [core](core) - Contains the source for the oecore library
- [enclave](enclave) - Contains the source for the oeenclave library
- [host](host) - Contains source for the oehost library
Expand Down
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@ The current implementation of Open Enclave is built on [Intel Software Guard Ext
Design Overview
-------------

The [Design Overview](doc/DesignOverview.pdf) document provides a brief design overview of the Open Enclave SDK. It describes the parts of the SDK and how they work together to create, invoke, and terminate enclaves.
The [Design Overview](DesignOverview.pdf) document provides a brief design overview of the Open Enclave SDK. It describes the parts of the SDK and how they work together to create, invoke, and terminate enclaves.

Getting Started
---------------
To build and experience enclaves with the Open Enclave SDK, start [here](doc/GettingStartedDocs/GettingStarted.md)
To build and experience enclaves with the Open Enclave SDK, start [here](GettingStartedDocs/GettingStarted.md)

Contributing
------------

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, see [Contributing to Open Enclave](doc/Contributing.md).
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, see [Contributing to Open Enclave](Contributing.md).

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

See the [Development Guide](doc/DevelopmentGuide.md) for details about developing code in this repo, such as coding style and development processes.
See the [Development Guide](DevelopmentGuide.md) for details about developing code in this repo, such as coding style and development processes.


Licensing
Expand Down
2 changes: 1 addition & 1 deletion docs/refman/doxygen-howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ build$ make refman
The resulting documentation can be found in the cmake tree under:

```
build/doc/refman
build/docs/refman
```

To update the generated Markdown files in the source tree for commit into
Expand Down
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ evaluates this specifically.

# Testing on Windows

Refer to [Getting Started on Windows](../doc/GettingStarted.Windows.md) for
Refer to [Getting Started on Windows](../docs/GettingStarted.Windows.md) for
instructions on testing Linux-built enclaves with Windows-built host apps.


0 comments on commit e9354dc

Please sign in to comment.