diff --git a/experimental/docker/README.md b/experimental/docker/README.md index 4fbc134d..3a5e9b33 100644 --- a/experimental/docker/README.md +++ b/experimental/docker/README.md @@ -4,7 +4,7 @@ This folder contains dockerfiles with all the dependencies necessary to do development work with MLGO. Note that these dockerfiles do not contain a clone of LLVM, only system dependencies, python dependencies, and the current repository. You are expected to clone LLVM and configure the build yourself. -To see how to do this, the [inliner demo](../docs/demo/demo.md) should have +To see how to do this, the [inliner demo](../../docs/inlining-demo/demo.md) should have some useful guidance. ### Building the image @@ -20,4 +20,4 @@ docker build -t -f ./docker/development.Dockerfile . **WARNING**: These development dockerfiles are not guaranteed to work. We will do a best effort to make sure these dockerfiles are working, but they might stop working at any point in time and should absolutely not be used in production -environments. \ No newline at end of file +environments.