Replace Docs URLs with relative links (#11738)
This commit is contained in:
parent
537c50e45f
commit
4527690a7d
146 changed files with 166 additions and 166 deletions
|
|
@ -27,7 +27,7 @@ Your feedback shapes our future releases. Share your thoughts and suggestions [h
|
|||
|
||||
## Thank You, Community! 🌍
|
||||
|
||||
Your [contributions](https://docs.ultralytics.com/help/contributing) inspire our continuous [innovation](https://github.com/ultralytics/ultralytics). Stay tuned for the big reveal of what's next in AI and ML at Ultralytics!
|
||||
Your [contributions](../../help/contributing.md) inspire our continuous [innovation](https://github.com/ultralytics/ultralytics). Stay tuned for the big reveal of what's next in AI and ML at Ultralytics!
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ Ultralytics HUB datasets are just like YOLOv5 and YOLOv8 🚀 datasets. They use
|
|||
|
||||
Before you upload a dataset to Ultralytics HUB, make sure to **place your dataset YAML file inside the dataset root directory** and that **your dataset YAML, directory and ZIP have the same name**, as shown in the example below, and then zip the dataset directory.
|
||||
|
||||
For example, if your dataset is called "coco8", as our [COCO8](https://docs.ultralytics.com/datasets/detect/coco8) example dataset, then you should have a `coco8.yaml` inside your `coco8/` directory, which will create a `coco8.zip` when zipped:
|
||||
For example, if your dataset is called "coco8", as our [COCO8](../datasets/detect/coco8.md) example dataset, then you should have a `coco8.yaml` inside your `coco8/` directory, which will create a `coco8.zip` when zipped:
|
||||
|
||||
```bash
|
||||
zip -r coco8.zip coco8
|
||||
|
|
@ -91,7 +91,7 @@ Also, you can analyze your dataset by click on the **Overview** tab.
|
|||
|
||||

|
||||
|
||||
Next, [train a model](https://docs.ultralytics.com/hub/models/#train-model) on your dataset.
|
||||
Next, [train a model](./models.md#train-model) on your dataset.
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ Available export formats are in the table below. You can predict or validate dir
|
|||
|
||||
While we're in the process of creating detailed guides:
|
||||
|
||||
- Browse through other [HUB Docs](https://docs.ultralytics.com/hub/) for detailed guides and tutorials.
|
||||
- Browse through other [HUB Docs](./index.md) for detailed guides and tutorials.
|
||||
- Raise an issue on our [GitHub](https://github.com/ultralytics/hub/) for technical support.
|
||||
- Join our [Discord Community](https://ultralytics.com/discord/) for live discussions and community support.
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ Select the dataset for training and click **Continue**.
|
|||
|
||||
### 2. Model
|
||||
|
||||
Choose the project, model name, and architecture. Read more about available architectures in our [YOLOv8](https://docs.ultralytics.com/models/yolov8) (and [YOLOv5](https://docs.ultralytics.com/models/yolov5)) documentation.
|
||||
Choose the project, model name, and architecture. Read more about available architectures in our [YOLOv8](../models/yolov8.md) (and [YOLOv5](../models/yolov5.md)) documentation.
|
||||
|
||||
Click **Continue** when satisfied with the configuration.
|
||||
|
||||
|
|
@ -53,7 +53,7 @@ Click **Continue** when satisfied with the configuration.
|
|||
|
||||
!!! note "Note"
|
||||
|
||||
By default, your model will use a pre-trained model (trained on the [COCO](https://docs.ultralytics.com/datasets/detect/coco) dataset) to reduce training time.
|
||||
By default, your model will use a pre-trained model (trained on the [COCO](../datasets/detect/coco.md) dataset) to reduce training time.
|
||||
|
||||
Advanced options are available to modify this behavior.
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ Your feedback shapes our future releases. Share your thoughts and suggestions [h
|
|||
|
||||
## Thank You, Community! 🌍
|
||||
|
||||
Your [contributions](https://docs.ultralytics.com/help/contributing) inspire our continuous [innovation](https://github.com/ultralytics/ultralytics). Stay tuned for the big reveal of what's next in AI and ML at Ultralytics!
|
||||
Your [contributions](../../help/contributing.md) inspire our continuous [innovation](https://github.com/ultralytics/ultralytics). Stay tuned for the big reveal of what's next in AI and ML at Ultralytics!
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ After your project is created, you will be able to access it from the Projects p
|
|||
|
||||

|
||||
|
||||
Next, [train a model](https://docs.ultralytics.com/hub/models/#train-model) inside your project.
|
||||
Next, [train a model](./models.md#train-model) inside your project.
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue