diff --git a/crates/app/src/story_workspace.rs b/crates/app/src/story_workspace.rs index 06d637da..4de88e66 100644 --- a/crates/app/src/story_workspace.rs +++ b/crates/app/src/story_workspace.rs @@ -63,7 +63,7 @@ struct DockAreaTab { impl StoryWorkspace { pub fn new(_app_state: Arc, cx: &mut ViewContext) -> Self { // There will crash on Linux. - // https://github.com/longbridgeapp/gpui-component/issues/104 + // https://github.com/longbridge/gpui-component/issues/104 #[cfg(not(target_os = "linux"))] cx.observe_window_appearance(|_, cx| { Theme::sync_system_appearance(cx); @@ -474,9 +474,7 @@ impl Render for StoryWorkspace { .small() .ghost() .on_click(|_, cx| { - cx.open_url( - "https://github.com/longbridgeapp/gpui-component", - ) + cx.open_url("https://github.com/longbridge/gpui-component") }), ) .child( diff --git a/crates/story/src/popup_story.rs b/crates/story/src/popup_story.rs index 29f4887b..b691f594 100644 --- a/crates/story/src/popup_story.rs +++ b/crates/story/src/popup_story.rs @@ -291,7 +291,7 @@ impl Render for PopupStory { menu.link_with_icon( "GitHub Repository", IconName::GitHub, - "https://github.com/longbridgeapp/gpui-component", + "https://github.com/longbridge/gpui-component", ) .separator() .link("GPUI", "https://gpui.rs") diff --git a/crates/story/src/text_story.rs b/crates/story/src/text_story.rs index d36eab9c..cfc3553c 100644 --- a/crates/story/src/text_story.rs +++ b/crates/story/src/text_story.rs @@ -106,7 +106,7 @@ impl Render for TextStory { .child(Link::new("link3").child(h_flex().gap_1().child(IconName::GitHub).child("GitHub")).on_click(cx.listener(|_, _, cx| { cx.open_url("https://google.com") }))) - .child(div().w(px(250.)).child(Link::new("link4").child("https://github.com/longbridgeapp/gpui-component").href("https://github.com/longbridgeapp/gpui-component"))) + .child(div().w(px(250.)).child(Link::new("link4").child("https://github.com/longbridge/gpui-component").href("https://github.com/longbridge/gpui-component"))) ) ) .child(