Skip to content

Commit a72bcae

Browse files
committed
Fix broken links to available-models guide after relocation
1 parent 5f7b5f4 commit a72bcae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/guides/image-generation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ RubyLLM.configure do |config|
9696
end
9797
```
9898

99-
Refer to the [Working with Models Guide]({% link guides/models.md %}) and the [Available Models Guide]({% link guides/available-models.md %}) to find image models.
99+
Refer to the [Working with Models Guide]({% link guides/models.md %}) and the [Available Models Guide]({% link available-models.md %}) to find image models.
100100

101101
## Image Sizes
102102

@@ -120,7 +120,7 @@ image_portrait = RubyLLM.paint(
120120
```
121121

122122
{: .note }
123-
Not all models support size customization. If a size is specified for a model that doesn't support it (like Google Imagen), RubyLLM may log a debug message indicating the size parameter is ignored. Check the provider's documentation or the [Available Models Guide]({% link guides/available-models.md %}) for supported sizes.
123+
Not all models support size customization. If a size is specified for a model that doesn't support it (like Google Imagen), RubyLLM may log a debug message indicating the size parameter is ignored. Check the provider's documentation or the [Available Models Guide]({% link available-models.md %}) for supported sizes.
124124

125125
## Working with Generated Images
126126

docs/guides/models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The registry stores crucial information about each model, including:
5050

5151
This registry allows RubyLLM to validate models, route requests correctly, provide capability information, and offer convenient filtering.
5252

53-
You can see the full list of currently registered models in the [Available Models Guide]({% link guides/available-models.md %}).
53+
You can see the full list of currently registered models in the [Available Models Guide]({% link available-models.md %}).
5454

5555
### Refreshing the Registry
5656

0 commit comments

Comments
 (0)