We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 865c8af + fddd9e8 commit 69fd62eCopy full SHA for 69fd62e
1 file changed
src/pages/project-settings/project-settings.jsx
@@ -62,7 +62,7 @@ var ProjectSettings = React.createClass({
62
63
render: function () {
64
var creativeCommon = (<Link external="https://creativecommons.org/licenses/by-sa/3.0/">{this.getIntlMessage('ccAttribution')}</Link>);
65
- var termsOfUseLink = (<Link external="https://beta.webmaker.org/#/legal">{this.getIntlMessage('ccTermsOfUse')}</Link>);
+ var termsOfUseLink = (<Link external="https://webmaker.org/#/legal">{this.getIntlMessage('ccTermsOfUse')}</Link>);
66
67
// TODO: TextInput is using `id` as a prop to indicate what state property to use for linkState
68
// This is incredibly confusing.
0 commit comments