Skip to content

Commit

Permalink
Fix broken links in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Melara, Marcela <[email protected]>
  • Loading branch information
marcelamelara authored and cmickeyb committed Jan 29, 2020
1 parent f178943 commit b75cf2f
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 33 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Initial Committers
* Byron Marohn (byron-marohn - [email protected])
* Eugene Yarmosh (EugeneYYY - [email protected])
* Holly Harmon (harmonh - [email protected])
* Marcela Melara (masomel - [email protected])
* Mic Bowman (cmickeyb - [email protected])
* Michael Steiner (g2flyer - [email protected])
* Prakash Narayana Moorthy (prakashngit - [email protected])
Expand Down
4 changes: 2 additions & 2 deletions client/docs/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ prompt> pip install twisted

### <a name="quick">Quick way to build (& install):

Make sure the environment variables are defined (see the top level
[REQUIREMENTS](../../REQUIREMENTS.md) document), then run:
Make sure the environment variables are defined (see the
[environment guide](../../docs/environment.md)), then run:
```bash
prompt> make build_all && make install
```
Expand Down
2 changes: 1 addition & 1 deletion common/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ https://creativecommons.org/licenses/by/4.0/
--->
# Building the common libraries

Make sure you have environment variables `SGX_SDK`, `SGX_SSL` and `TINY_SCHEME_SRC` defined (see [BUILD.md](../BUILD.md)) and then run
Make sure you have environment variables `SGX_SDK`, `SGX_SSL` and `TINY_SCHEME_SRC` defined (see [environment.md](../docs/environment.md)) and then run
```
mkdir build
cd build
Expand Down
24 changes: 12 additions & 12 deletions common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ https://software.intel.com/en-us/sgx-sdk/download
Directories
-----------

Dir Content
----------------------------- -----------------------------------------------------------------------
crypto/ .cpp/.h for OpenSSL based crypto functions
. .cpp/.h error handling and common types
packages/base64/ .cpp/.h of Renee Nyffinger base64 encoding/decoding
packages/parson/ .cpp/.h of Parson JSON encoding/decoding
interpreter/ The contract interpreter implementation (currently based on TinyScheme)
tests/ unit tests for crypto library
tests/untrusted test untrusted Crypto library
tests/trusted test trusted Crypto library
tests/trusted/app trusted Crypto test app
tests/trusted/enclave trusted Crypto test enclave
| Dir | Content |
| -------------------------- | ----------------------------------------------------------------------- |
| crypto/ | .cpp/.h for OpenSSL based crypto functions |
| . | .cpp/.h error handling and common types |
| packages/base64/ | .cpp/.h of Renee Nyffinger base64 encoding/decoding |
| packages/parson/ | .cpp/.h of Parson JSON encoding/decoding |
| interpreter/ | The contract interpreter implementation (currently based on TinyScheme) |
| tests/ | unit tests for crypto library |
| tests/untrusted | test untrusted Crypto library |
| tests/trusted | test trusted Crypto library |
| tests/trusted/app | trusted Crypto test app |
| tests/trusted/enclave | trusted Crypto test enclave |

Python Wrapper
-------------------------------------------------------------------------------------------------------
Expand Down
16 changes: 8 additions & 8 deletions docs/docker_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,17 +132,17 @@ self-contained/single machine installation.

For more advanced docker-compose usage, check the headers in the yaml
files:
- [sawtooth-pdo.yaml](sawtooth-pdo.yaml)
- [sawtooth-pdo.local-code.yaml](sawtooth-pdo.local-code.yaml)
- [sawtooth-pdo.proxy.yaml](sawtooth-pdo.proxy.yaml)
- [sawtooth-pdo.sgx.yaml](sawtooth-pdo.sgx.yaml)
- [sawtooth-pdo.debugging.yaml](sawtooth-pdo.debugging.yaml)
- [sawtooth-pdo.yaml](../docker/sawtooth-pdo.yaml)
- [sawtooth-pdo.local-code.yaml](../docker/sawtooth-pdo.local-code.yaml)
- [sawtooth-pdo.proxy.yaml](../docker/sawtooth-pdo.proxy.yaml)
- [sawtooth-pdo.sgx.yaml](../docker/sawtooth-pdo.sgx.yaml)
- [sawtooth-pdo.debugging.yaml](../docker/sawtooth-pdo.debugging.yaml)

Similarly, the Dockerfiles also have additional information in the header if you want
to use them separately:
- [Dockerfile.pdo-dev](Dockerfile.pdo-dev)
- [Dockerfile.pdo-build](Dockerfile.pdo-build)
- [Dockerfile.pdo-tp](Dockerfile.pdo-tp)
- [Dockerfile.pdo-dev](../docker/Dockerfile.pdo-dev)
- [Dockerfile.pdo-build](../docker/Dockerfile.pdo-build)
- [Dockerfile.pdo-tp](../docker/Dockerfile.pdo-tp)


## Makefile customization
Expand Down
2 changes: 1 addition & 1 deletion docs/host_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ application requests. This repository contains the code required to build
Transaction Processors that handle PDO requests.

Follow the
[setup document](sawtooth/docs/SETUP.md)
[setup document](../sawtooth/docs/SETUP.md)
to install both Sawtooth and the custom Sawtooth Transaction Processors.

Note that the Sawtooth components do not depend on any other components of the
Expand Down
8 changes: 4 additions & 4 deletions docs/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ components.

General information about how the sawtooth transaction processors work and how
to use the pdo-cli command-line application to query the state of the Sawtooth
blockchain can be found [here](sawtooth/docs/USAGE.md).
blockchain can be found [here](../sawtooth/docs/USAGE.md).

Information about the three different types of transaction processors used by
Private Data Objects is here:
- [Contract Registry](sawtooth/docs/cregistry.md)
- [Enclave Registry](sawtooth/docs/eregistry.md)
- [Coordination and Commit Log](sawtooth/docs/ccl.md)
- [Contract Registry](../sawtooth/docs/cregistry.md)
- [Enclave Registry](../sawtooth/docs/eregistry.md)
- [Coordination and Commit Log](../sawtooth/docs/ccl.md)

# Common library

Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ information about contracts is available
This project comes bundled with a few example contracts which you can
experiment with. Here is a brief overview of each one:

- [mock-contract](../contracts/mock-contract/mock-contract.scm)
- [mock-contract](../contracts/test-contracts/mock-contract.scm)
A very simple contract which allows the contract owner to increment and
retrieve a stored value. Other parties can not interact with the contract.

Expand Down
4 changes: 2 additions & 2 deletions eservice/docs/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ prompt> pip install twisted

### <a name="quick">Quick way to build (& install):

Make sure the environment variables are defined (see the top level
[PREREQUISITES](../../PREREQUISITES.md) document), then run:
Make sure the environment variables are defined (see the
[environment guide](../../docs/environment.md)), then run:
```bash
prompt> make build_all && make install
```
Expand Down
4 changes: 2 additions & 2 deletions pservice/docs/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ prompt> pip install twisted

### <a name="quick">Quick way to build (& install):

Make sure the environment variables are defined (see the top level
[PREREQUISITES](../../PREREQUISITES.md) document), then run:
Make sure the environment variables are defined (see the
[environment guide](../../docs/environment.md)), then run:
```bash
prompt> make build_all && make install
```
Expand Down

0 comments on commit b75cf2f

Please sign in to comment.