Skip to content

docs: update urls #361

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ To learn more about Rustic AI, visit our [website](https://rustic.ai).

## Getting Started

To get started, visit the [Quick Start](https://rustic-ai.github.io/ui-components/?path=/docs/documentation-quick-start--docs) page on our Storybook.
To get started, visit the [Quick Start](https://rustic-ai.github.io/rustic-ui-components/?path=/docs/documentation-quick-start--docs) page on our Storybook.

## Storybook

Visit our [Storybook](https://rustic-ai.github.io/ui-components) for all documentation regarding components, as well as our [Theme and Styling](https://rustic-ai.github.io/ui-components/?path=/docs/documentation-theme-and-styling--docs) guide.
Visit our [Storybook](https://rustic-ai.github.io/rustic-ui-components) for all documentation regarding components, as well as our [Theme and Styling](https://rustic-ai.github.io/rustic-ui-components/?path=/docs/documentation-theme-and-styling--docs) guide.

## Building From Source

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rustic-ai/ui-components",
"version": "0.0.43",
"version": "0.0.44",
"keywords": [
"rustic-ai",
"conversational-ui"
Expand Down Expand Up @@ -254,9 +254,9 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/rustic-ai/ui-components.git"
"url": "git+https://github.com/rustic-ai/rustic-ui-components.git"
},
"homepage": "https://rustic-ai.github.io/ui-components",
"homepage": "https://rustic-ai.github.io/rustic-ui-components",
"browserslist": {
"production": [
">0.2%",
Expand Down
2 changes: 1 addition & 1 deletion src/components/messageSpace/messageSpace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function getCombinedMessages(

The `MessageSpace` component can combine update messages with the original message and render them as a single message. For this to work, the `threadId` of the update message must match the `id` of the original message, and the format of the update message should be prefixed with 'update'. For example, if the original message format is 'streamingText', the update message format should be 'updateStreamingText'.

Note: For more information about the `getActionsComponent` and `getProfileComponent` fields, refer to the [MessageCanvas' docs](http://localhost:6006/?path=/docs/rustic-ui-message-canvas-message-canvas--docs).
Note: For more information about the `getActionsComponent` and `getProfileComponent` fields, refer to the [MessageCanvas' docs](https://rustic-ai.github.io/rustic-ui-components/?path=/docs/rustic-ui-message-canvas-message-canvas--docs).
*/

export default function MessageSpace({
Expand Down