[bolt] Fix relative links in README

The README is in the `bolt` subdirectory now, so relative links need to
be adjusted accordingly.
This commit is contained in:
Shoaib Meenai 2022-01-12 17:28:25 -08:00 committed by GitHub
parent a141e47138
commit d9b2983ea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ encounter any issues.
### Docker Image
You can build and use the docker image containing BOLT using our [docker file](./bolt/utils/docker/Dockerfile).
You can build and use the docker image containing BOLT using our [docker file](utils/docker/Dockerfile).
Alternatively, you can build BOLT manually using the steps below.
### Manual Build
@ -77,7 +77,7 @@ Or if you rather use tcmalloc:
## Usage
For a complete practical guide of using BOLT see [Optimizing Clang with BOLT](./bolt/docs/OptimizingClang.md).
For a complete practical guide of using BOLT see [Optimizing Clang with BOLT](docs/OptimizingClang.md).
### Step 0