Replace Docs URLs with relative links (#11738)

This commit is contained in:
Burhan 2024-05-08 05:20:59 -04:00 committed by GitHub
parent 537c50e45f
commit 4527690a7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
146 changed files with 166 additions and 166 deletions

View file

@ -32,7 +32,7 @@ Ensure MLflow is installed. If not, install it using pip:
pip install mlflow
```
Make sure that MLflow logging is enabled in Ultralytics settings. Usually, this is controlled by the settings `mflow` key. See the [settings](https://docs.ultralytics.com/quickstart/#ultralytics-settings) page for more info.
Make sure that MLflow logging is enabled in Ultralytics settings. Usually, this is controlled by the settings `mflow` key. See the [settings](../quickstart.md#ultralytics-settings) page for more info.
!!! Example "Update Ultralytics MLflow Settings"