Skip to content

Commit

Permalink
Migrate github repo wso2cellery/sdk to wso2/cellery
Browse files Browse the repository at this point in the history
  • Loading branch information
madushajg committed Nov 28, 2019
1 parent d147a26 commit 471c483
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion components/portal/src/components/appLayout/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const Footer = (props) => {
<Link className={classes.footerLink} target={"_blank"} href={"/policy/cookie"}>
Cookie Policy</Link>
</div>
<Link href={"https://wso2-cellery.github.io/"} target={"_blank"}>
<Link href={"http://cellery.io/"} target={"_blank"}>
<img src={CelleryLogo} className={classes.celleryLogoFooter} alt={"Cellery logo"}/>
</Link>
</Container>
Expand Down
16 changes: 8 additions & 8 deletions components/portal/src/components/appLayout/NavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,22 +212,22 @@ class NavBar extends React.Component {
open={isDocsPopoverOpen}
onClose={this.handleDocsPopoverClose}>
<MenuItem onClick={this.handleDocsPopoverClose} className={classes.docMenuItem}>
<Link href={"https://github.com/wso2-cellery/sdk/blob/master/README.md"}
<Link href={"https://github.com/wso2/cellery/blob/master/README.md"}
target={"_blank"} className={classes.docLink}>Get stared with Cellery</Link>
</MenuItem>
<MenuItem onClick={this.handleDocsPopoverClose} className={classes.docMenuItem}>
<Link href={"https://github.com/wso2-cellery/sdk/blob/master/docs/cellery-syntax.md"}
<Link href={"https://github.com/wso2/cellery/blob/master/docs/cellery-syntax.md"}
target={"_blank"} className={classes.docLink}>How to code cell</Link>
</MenuItem>
<MenuItem onClick={this.handleDocsPopoverClose} className={classes.docMenuItem}>
<Link href={"https://github.com/wso2-cellery/sdk/blob/master/docs/cli-reference.md"}
<Link href={"https://github.com/wso2/cellery/blob/master/docs/cli-reference.md"}
target={"_blank"} className={classes.docLink}>How to use the CLI</Link>
</MenuItem>
</Menu>
</React.Fragment>
<Button disableTouchRipple={true} color={"inherit"}
className={classNames(classes.navButton, classes.navButtonCollapse)}
href={"https://wso2-cellery.github.io/"} target={"_blank"}>Cellery.io
href={"http://cellery.io/"} target={"_blank"}>Cellery.io
</Button>
{
user
Expand Down Expand Up @@ -337,20 +337,20 @@ class NavBar extends React.Component {
open={isDocsPopoverOpen}
onClose={this.handleDocsPopoverClose}>
<MenuItem onClick={this.handleDocsPopoverClose} className={classes.docMenuItem}>
<Link href={"https://github.com/wso2-cellery/sdk/blob/master/README.md"}
<Link href={"https://github.com/wso2/cellery/blob/master/README.md"}
target={"_blank"} className={classes.docLink}>Get stared with Cellery</Link>
</MenuItem>
<MenuItem onClick={this.handleDocsPopoverClose} className={classes.docMenuItem}>
<Link href={"https://github.com/wso2-cellery/sdk/blob/master/docs/cellery-syntax.md"}
<Link href={"https://github.com/wso2/cellery/blob/master/docs/cellery-syntax.md"}
target={"_blank"} className={classes.docLink}>How to code cell</Link>
</MenuItem>
<MenuItem onClick={this.handleDocsPopoverClose} className={classes.docMenuItem}>
<Link href={"https://github.com/wso2-cellery/sdk/blob/master/docs/cli-reference.md"}
<Link href={"https://github.com/wso2/cellery/blob/master/docs/cli-reference.md"}
target={"_blank"} className={classes.docLink}>How to use the CLI</Link>
</MenuItem>
</Menu>
<Button disableTouchRipple={true} color={"inherit"} className={classes.navButton}
href={"https://wso2-cellery.github.io/"} target={"_blank"}>Cellery.io
href={"http://cellery.io/"} target={"_blank"}>Cellery.io
</Button>
{
user
Expand Down
2 changes: 1 addition & 1 deletion components/portal/src/components/policy/Privacy.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Privacy = (props) => {
<div className={classes.body}>
<Typography variant={"body1"} gutterBottom className={classes.section}>
At WSO2, we recognize that privacy is important. This privacy policy applies to the Cellery Hub
site and services offered at&nbsp;<Link target={"_blank"} href={"https://wso2-cellery.github.io/"}>
site and services offered at&nbsp;<Link target={"_blank"} href={"http://cellery.io/"}>
Cellery</Link> and any other site to which a link to these terms may appear. We’ve set out below the
details of how we collect, use, share and secure the personal information you provide. “You” or
“Your” means the person visiting the abovementioned Cellery Hub website (the “Site”) or using any
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<header class="header header-default">
<div class="container-fluid">
<div class="pull-left brand float-remove-xs text-center-xs">
<a href="https://wso2-cellery.github.io/" target="_blank" class="header-name">
<a href="http://cellery.io/" target="_blank" class="header-name">
<img src="images/logo-inverse.svg" alt="<%=AuthenticationEndpointUtil.i18n(resourceBundle, "business.name")%>" title="<%=AuthenticationEndpointUtil.i18n(resourceBundle, "business.name")%>" class="logo">
</a>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ already.logged.in = You are logged in.
log.in.as = Log in as {0}
not.you = Not You?
business.name=Cellery
business.homepage=https://wso2-cellery.github.io/
business.homepage=http://cellery.io/
hub.homepage=https://hub.cellery.io
sign.in.different.account=Sign in with a different account
go.to.hub=Go to hub.cellery.io
Expand Down

0 comments on commit 471c483

Please sign in to comment.