Skip to content

Commit dd5cc09

Browse files
authored
Add link to new about page (cBioPortal#5160)
* Add link to new about page * update about page in footer
1 parent 5cf6c9e commit dd5cc09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/appShell/App/PortalFooter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export default class PortalFooter extends React.Component<
154154
<li>
155155
<a
156156
target={'_blank'}
157-
href="https://docs.cbioportal.org/about-us/"
157+
href="https://about.cbioportal.org/"
158158
>
159159
About
160160
</a>

src/appShell/App/PortalHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default class PortalHeader extends React.Component<
8080
{
8181
id: 'about',
8282
text: 'About',
83-
address: 'https://docs.cbioportal.org/about-us/',
83+
address: 'https://about.cbioportal.org/',
8484
internal: false,
8585
hide: () => getServerConfig().skin_show_about_tab === false,
8686
},

0 commit comments

Comments
 (0)