File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ const NavBar = () => {
9999 </ IconButton >
100100 < p > BCO DB</ p >
101101 </ MenuItem >
102- < MenuItem component = { Link } to = '/about' >
102+ < MenuItem a href = 'https://wiki.biocomputeobject.org/About' target = "_blank" >
103103 < IconButton aria-label = 'About Us' className = "white-icon" >
104104 < Badge overlap = "rectangular" badgeContent = { 0 } color = 'secondary' >
105105 < InfoOutlinedIcon />
@@ -182,8 +182,8 @@ const NavBar = () => {
182182 < Tooltip title = "Help" >
183183 < > < HelpDropDown /> </ >
184184 </ Tooltip >
185- < Tooltip title = "About Us" >
186- < IconButton component = { Link } to = '/about' className = "nav-link" >
185+ < Tooltip title = "About Us" target = "_blank" >
186+ < IconButton a href = "https://wiki.biocomputeobject.org/About" className = "nav-link" >
187187 < Badge overlap = "rectangular" badgeContent = { 0 } >
188188 < InfoOutlinedIcon className = "white-icon" />
189189 </ Badge >
Original file line number Diff line number Diff line change @@ -64,7 +64,9 @@ export default function DocDropDown() {
6464 </ MenuItem >
6565 < MenuItem
6666 component = "a"
67- href = "/resources"
67+ href = "https://wiki.biocomputeobject.org/BCO_Resources"
68+ target = "_blank"
69+ rel = "noopener noreferrer"
6870 >
6971 < ListItemDecorator >
7072 < SettingsInputAntennaIcon />
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ const HomePage = () => {
100100 </ Grid >
101101 < Grid item xs = { 12 } sm = { 6 } lg = { 4 } xl = { 4 } >
102102 < ThirdBox
103- link = "/resources "
103+ link = "https://wiki.biocomputeobject.org/BCO_Resources "
104104 title = "Cloud-based tools for BioCompute"
105105 content = "See our resources page for additional tools and services."
106106 cssClass = ""
You can’t perform that action at this time.
0 commit comments