Skip to content

Commit

Permalink
fixing broken url (#61)
Browse files Browse the repository at this point in the history
* fixing broken url

* Changed Http to https

Co-authored-by: Frank Liu <frankfliu2000@gmail.com>

Co-authored-by: Frank Liu <frankfliu2000@gmail.com>
  • Loading branch information
sindhuvahinis and frankfliu authored Feb 15, 2022
1 parent 2c857f2 commit c66d379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c66d379

Please sign in to comment.