Skip to content

Commit 2ce2c22

Browse files
authored
chore: fix broken links (#378)
1 parent 0ac959e commit 2ce2c22

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/releases/1.38/1.38-release-notes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ The highlights of this release are significant improvements to DIAL's **Quick Ap
1212

1313
**Multimodality**: With the announce of Sora, as well as enhancements to OpenAI's Speech-to-Text and Text-to-Speech models, we made sure that DIAL can handle video and audio attachments natively in the chat UI, as well as in Quick Apps. If video generation, voice-recognition or audio output are important parts of your AI workflows, DIAL can help bring them into your AI ecosystem seamlessly.
1414

15-
<img src="/docs/img/sora_compressed_gif.gif" width="250" height="400"/>
15+
<img src="../../img/sora_compressed_gif.gif" width="250" height="400"/>
1616

1717
**Support system-wide interceptors**: Using AI responsibly within enterprises remains a key challenge as we move to 2026. DIAL now enables administrators to configure the system such that specified interceptors are automatically applied for any newly added models or agents. This can also be applied for only certain application types - for example, an administrator can specify that all interactions with user-created Quick Apps or Code Apps will go through a PII Interceptor. For more information about interceptors and why they are useful, please consult the [documentation](https://docs.dialx.ai/platform/core/interceptors).
1818

19-
**Collect comments in response feedback**: The rules and regulations around AI usage are constantly evolving. For example, the [EU Artificial Intelligence Act](https://artificialintelligenceact.eu/) has outlined several requirements for AI systems with respect to [human oversight](url=https://artificialintelligenceact.eu/article/14/) and responsiveness to user concerns. To prepare clients for regulations like these and ensure they can remain compliant, DIAL has added the ability for users to provide text responses along with negative feedback.
19+
**Collect comments in response feedback**: The rules and regulations around AI usage are constantly evolving. For example, the [EU Artificial Intelligence Act](https://artificialintelligenceact.eu/) has outlined several requirements for AI systems with respect to [human oversight](https://artificialintelligenceact.eu/article/14/) and responsiveness to user concerns. To prepare clients for regulations like these and ensure they can remain compliant, DIAL has added the ability for users to provide text responses along with negative feedback.
2020

21-
![Feedback](/docs/img/negative_feedback.png)
21+
![Feedback](../../img/negative_feedback.png)
2222

2323
**Improved Quick Apps flexibility**: Within Quick Apps, we now support a built-in code interpreter, which allows DIAL Chat to execute agent-generated Python code directly within the user interface. Additionally, when creating Quick Apps, users can now change settings for agents such as temperature and supported attachment types. For more information about Quick Apps, please consult the [documentation](https://docs.dialx.ai/platform/core/apps#quick-apps).
2424

@@ -29,5 +29,5 @@ The highlights of this release are significant improvements to DIAL's **Quick Ap
2929
For full technical release notes with all bug fixes and additional features, please consult the [upgrade guide](upgrade-to-1.38.md) with all the tags for each component, as well as the DIAL documentation.
3030

3131
* **Vertex Adapters**: add Claude 4.1 and 4.5 models and support for gemini-embedding-001
32-
* **Bedrock Adapter**: Support Stability Image Core/Ultra iteration 1, and native document understanding (file upload)
32+
* **Bedrock Adapter**: Support Stability Image Core/Ultra iteration 1, and native document understanding (file upload)
3333
* Support **multiple identity providers** concurrently in Admin panel

docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const config = {
4141
markdown: {
4242
hooks: {
4343
onBrokenMarkdownLinks: 'throw',
44+
onBrokenMarkdownImages: 'throw',
4445
},
4546
},
4647
onDuplicateRoutes: 'throw',

0 commit comments

Comments
 (0)