Skip to content

Commit 5a41013

Browse files
authored
Merge pull request #361 from lyjeileen/main
docs: update urls
2 parents 55bcfcd + bd497a8 commit 5a41013

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ To learn more about Rustic AI, visit our [website](https://rustic.ai).
1010

1111
## Getting Started
1212

13-
To get started, visit the [Quick Start](https://rustic-ai.github.io/ui-components/?path=/docs/documentation-quick-start--docs) page on our Storybook.
13+
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.
1414

1515
## Storybook
1616

17-
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.
17+
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.
1818

1919
## Building From Source
2020

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rustic-ai/ui-components",
3-
"version": "0.0.43",
3+
"version": "0.0.44",
44
"keywords": [
55
"rustic-ai",
66
"conversational-ui"
@@ -254,9 +254,9 @@
254254
},
255255
"repository": {
256256
"type": "git",
257-
"url": "git+https://github.com/rustic-ai/ui-components.git"
257+
"url": "git+https://github.com/rustic-ai/rustic-ui-components.git"
258258
},
259-
"homepage": "https://rustic-ai.github.io/ui-components",
259+
"homepage": "https://rustic-ai.github.io/rustic-ui-components",
260260
"browserslist": {
261261
"production": [
262262
">0.2%",

src/components/messageSpace/messageSpace.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function getCombinedMessages(
8888
8989
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'.
9090
91-
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).
91+
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).
9292
*/
9393

9494
export default function MessageSpace({

0 commit comments

Comments
 (0)