Skip to content

Commit afef522

Browse files
committed
Wrong release notes linked from the checker
1 parent 98547b3 commit afef522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accessibility-checker-extension/src/ts/options/OptionsApp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ export class OptionsApp extends React.Component<{}, OptionsAppState> {
434434

435435
<p style={{ maxWidth: "100%" }}><strong>Preview rules: </strong> Try an experimental preview of possible future rule set</p>
436436

437-
<p style={{ maxWidth: "100%" }}>For details on rule set changes between deployments, see <Link inline={true} size="md" className="link" href="https://www.ibm.com/able/requirements/release-notes" target="_blank" style={{ color: '#002D9C' }}>Release notes</Link></p>
437+
<p style={{ maxWidth: "100%" }}>For details on rule set changes between deployments, see <Link inline={true} size="md" className="link" href="https://github.com/IBMa/equal-access/releases" target="_blank" style={{ color: '#002D9C' }}>Release notes</Link></p>
438438
</Modal>, document.body)}
439439

440440
{typeof document === 'undefined' ? null : ReactDOM.createPortal(<Modal

0 commit comments

Comments
 (0)