diff --git a/engines/python/README.md b/engines/python/README.md index b599a66db..58cdde69c 100644 --- a/engines/python/README.md +++ b/engines/python/README.md @@ -9,7 +9,7 @@ need to install your python environment and dependencies. Python engine is a DL library with limited support for NDArray operations. Currently, it only covers the basic NDArray creation methods. To better support the necessary preprocessing and postprocessing, you can use one of the other Engine along with it to run in a hybrid mode. -For more information, see [Hybrid Engine](https://docs.djl.ai/docs/hybrid_engine.md). +For more information, see [Hybrid Engine](https://docs.djl.ai/docs/hybrid_engine.html). ## Documentation