Skip to content

Commit 562e50b

Browse files
xiaoyu-workshaahji
authored andcommitted
Fix broken links in blog (#2318)
## Describe your changes Fix broken links in blog ## Checklist before requesting a review - [ ] Add unit tests for this change. - [ ] Make sure all tests can pass. - [ ] Update documents if necessary. - [ ] Lint and apply fixes to your code by running `lintrunner -a` - [ ] Is this a user-facing change? If yes, give a description of this change to be included in the release notes. ## (Optional) Issue link
1 parent c487ccb commit 562e50b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/blogs/sd-lora.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Use any image dataset from the HuggingFace Hub. Specify `--data_name` with optio
9090

9191
## Command Reference
9292

93-
For the complete list of CLI options, see the [Diffusion LoRA CLI Reference](../../reference/cli.rst#diffusion-lora).
93+
For the complete list of CLI options, see the [Diffusion LoRA CLI Reference](https://microsoft.github.io/Olive/reference/cli.html#diffusion-lora).
9494

9595
```bash
9696
olive diffusion-lora --help
@@ -225,7 +225,7 @@ Olive supports automatic data preprocessing including image filtering, auto-capt
225225

226226
**CLI** only supports basic aspect ratio bucketing via `--base_resolution`. For advanced preprocessing (auto-captioning, filtering, tagging), use a JSON configuration file.
227227

228-
For detailed preprocessing options and examples, see the [SD LoRA Feature Documentation](../../features/sd-lora.md#data-configuration).
228+
For detailed preprocessing options and examples, see the [SD LoRA Feature Documentation](https://microsoft.github.io/Olive/features/sd-lora.html).
229229

230230
## Export to ONNX and Run Inference
231231

0 commit comments

Comments
 (0)