[bolt] Fix relative links in README
The README is in the `bolt` subdirectory now, so relative links need to
be adjusted accordingly.
diff --git a/bolt/README.md b/bolt/README.md
index ca72a4a..22a583d 100644
--- a/bolt/README.md
+++ b/bolt/README.md
@@ -37,7 +37,7 @@
### 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 @@
## 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