Skip to content

Commit

Permalink
Update github link (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
pearmini authored Oct 23, 2024
1 parent 33fe5ac commit ea60c04
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/intro.zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@
"children": [
{
"id": "text21584426591329",
"value": "有遇见的问题、bug 以及想要的功能都可以联系我。\n了解更多:https://github.com/pearmini/gossip",
"value": "有遇见的问题、bug 以及想要的功能都可以联系我。\n了解更多:https://github.com/gossip-ink/gossip",
"type": "text",
"attrs": {
"fontSize": "$4",
Expand Down
2 changes: 1 addition & 1 deletion src/components/AttrPanel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export default connect(
nodataInfo={locales.NO_SELECTED_COMPONENT[lang]}
nodata={attrs.length === 0}
name="attr"
url="https://github.com/pearmini/gossip#revising-style-and-variable"
url="https://github.com/gossip-ink/gossip#revising-style-and-variable"
>
<ul className={classNames.container}>
{attrs.map((item, index) => {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Box/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default connect(
width,
onSwitch,
nodataInfo = locales.NO_DATA[lang],
url = "https://github.com/pearmini/gossip/",
url = "https://github.com/gossip-ink/gossip/",
toggleShow,
vis,
name,
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default connect(
}

function gotoGithub() {
const url = "https://github.com/pearmini/gossip";
const url = "https://github.com/gossip-ink/gossip";
window.open(url);
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/Intro/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default connect(({ global }) => ({
<Icon
className={classNames.icon}
type="github"
onClick={() => window.open("https://github.com/pearmini/gossip")}
onClick={() => window.open("https://github.com/gossip-ink/gossip")}
/>
</header>
<div className={classNames.content} style={styles.content}>
Expand Down
2 changes: 1 addition & 1 deletion src/components/MainContent/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default connect(
nodata: ideas.length === 0,
nodataInfo: locales.NO_IDEA[lang],
url:
"https://github.com/pearmini/gossip#generating-idea",
"https://github.com/gossip-ink/gossip#generating-idea",
},
};

Expand Down
2 changes: 1 addition & 1 deletion src/components/SidebarPanel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default connect(({ global }) => ({
onSwitch={() => setTree(!tree)}
name={name}
closable={false}
url="https://github.com/pearmini/gossip#organizing-outline-and-thumbnails"
url="https://github.com/gossip-ink/gossip#organizing-outline-and-thumbnails"
>
{tree ? (
<Outline {...props.outline} />
Expand Down
2 changes: 1 addition & 1 deletion src/components/Structure/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default connect(
nodata={nodes.length === 0}
nodataInfo={locales.NO_SELECTED_SLICE[lang]}
name="structure"
url="https://github.com/pearmini/gossip#composning-main-and-element"
url="https://github.com/gossip-ink/gossip#composning-main-and-element"
>
<div style={styles.tree}>
{nodes.map((item) => (
Expand Down
2 changes: 1 addition & 1 deletion src/components/Variables/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default connect(
nodata={variables.length === 0}
nodataInfo={locales.NO_VARIABLE[lang]}
name="vari"
url="https://github.com/pearmini/gossip#revising-style-and-variable"
url="https://github.com/gossip-ink/gossip#revising-style-and-variable"
>
{variables.map((item) => (
<div
Expand Down
2 changes: 1 addition & 1 deletion src/static/data/intro.zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@
"children": [
{
"id": "text21584426591329",
"value": "有遇见的问题、bug 以及想要的功能都可以联系我。\n了解更多:https://github.com/pearmini/gossip",
"value": "有遇见的问题、bug 以及想要的功能都可以联系我。\n了解更多:https://github.com/gossip-ink/gossip",
"type": "text",
"attrs": {
"fontSize": "$4",
Expand Down

0 comments on commit ea60c04

Please sign in to comment.