Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1017 from ryanwarsaw/remove-beta-from-urls
Browse files Browse the repository at this point in the history
Remove beta from Webmaker urls
  • Loading branch information
alanmoo committed Aug 2, 2016
2 parents 865c8af + fddd9e8 commit 69fd62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/project-settings/project-settings.jsx
Expand Up @@ -62,7 +62,7 @@ var ProjectSettings = React.createClass({

render: function () {
var creativeCommon = (<Link external="https://creativecommons.org/licenses/by-sa/3.0/">{this.getIntlMessage('ccAttribution')}</Link>);
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>);

// TODO: TextInput is using `id` as a prop to indicate what state property to use for linkState
// This is incredibly confusing.
Expand Down

0 comments on commit 69fd62e

Please sign in to comment.