Skip to content

Commit

Permalink
Updated confluence link
Browse files Browse the repository at this point in the history
  • Loading branch information
bkop-ds committed Oct 2, 2023
1 parent 80f62f8 commit 392f3d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/components/navBarMenuItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const navBarMenutemplate = () => {
</a>
</div>--->
<div class="grid-elements">
<a class="nav-link nav-menu-links white-font" rel="noopener" target="_blank" href="https://github.com/episphere/dataplatform/issues" title="BCRPP github issues">
<a class="nav-link nav-menu-links white-font" rel="noopener" target="_blank" href="https://github.com/episphere/dataplatform/issues" title="Dataplatform github issues">
Report issue
</a>
</div>
Expand Down
5 changes: 1 addition & 4 deletions src/manageAuthentication.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ export const loginObs = () => {
};

export const loginAppDev = () => {
location.href = `https://account.box.com/api/oauth2/authorize?response_type=code&client_id=${
config.iniAppLocal.client_id
}&redirect_uri=${location.origin + location.pathname}&state=${
config.iniAppLocal.stateIni
location.href = `https://account.box.com/api/oauth2/authorize?response_type=code&client_id=${config.iniAppLocal.client_id}&redirect_uri=${location.origin + location.pathname}&state=${config.iniAppLocal.stateIni
}`;
};

Expand Down
4 changes: 2 additions & 2 deletions src/pages/dataRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const dataAccessNotSignedIn = () => {
<div class="row m-0">
<ul>
<li>
<a href= "https://episphere.github.io/confluence" target="__blank">The Confluence Project:</a>
<a href= "https://confluence.cancer.gov" target="__blank">The Confluence Project:</a>
The Confluence Project is a large international project to study breast cancer genetic susceptibility in women and men of multiple ancestries, by integrating existing and new genome-wide genetic data, across several breast cancer consortia.
</li>
<li><a href= "https://episphere.github.io/bcrpDataPlatform" target="__blank">The Breast Cancer Risk Prediction Project (BCRPP):</a>
Expand Down Expand Up @@ -163,7 +163,7 @@ export const dataAccess = (activeTab, showDescripton) => {
<div class="row m-0">
<ul>
<li>
<a href= "https://episphere.github.io/confluence" target="__blank">The Confluence Project:</a>
<a href= "https://confluence.cancer.gov" target="__blank">The Confluence Project:</a>
The Confluence Project is a large international project to study breast cancer genetic susceptibility in women and men of multiple ancestries, by integrating existing and new genome-wide genetic data, across several breast cancer consortia.
</li>
<li>
Expand Down

0 comments on commit 392f3d9

Please sign in to comment.