Skip to content

Commit 7cc2e3a

Browse files
committed
Update UI interface with new licenses
1 parent ac2a1f4 commit 7cc2e3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

application/repo-manager.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ export default class RepoNew extends React.Component {
238238
let licensePicker = selectedGroupType === 'WG' ?
239239
<div className="formLine">License of the specification in that repository:
240240
<RadioGroup ref="wglicense" name="wglicense" selectedValue={st.license} onChange={this.updateWGLicense.bind(this)}>
241-
<label className="inline"><Radio value='doc' /><a href="https://www.w3.org/Consortium/Legal/copyright-documents" target="_blank">W3C Document license</a> </label>
242-
<label className="inline"><Radio value='SW' /><a href="https://www.w3.org/Consortium/Legal/copyright-software" target="_blank">W3C Software and Document license</a> </label>
241+
<label className="inline"><Radio value='doc' /><a href="https://www.w3.org/copyright/document-license/" target="_blank">W3C Document license</a> </label>
242+
<label className="inline"><Radio value='SW' /><a href="https://www.w3.org/copyright/software-license/" target="_blank">W3C Software and Document license</a> </label>
243243
</RadioGroup></div>
244244
: "";
245245
let customization = st.mode === "edit" ? "" : <div className="formline">

0 commit comments

Comments
 (0)