Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Commit

Permalink
Updated links to Beta version of new Platform; opentargets/issues#1259
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhercules authored and LucaFumis committed Feb 17, 2021
1 parent b20e937 commit 1d009a7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/config/general/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,6 @@
"api": "/api/",
"canonical_url_base": "https://www.targetvalidation.org",

"showNoticeWithLinkToBetaRewrite": true // link to https://beta--platform-app.netlify.app/
"showNoticeWithLinkToBetaRewrite": true // link to https://beta.targetvalidation.org/

}
2 changes: 1 addition & 1 deletion app/src/components/drug-summary/drug-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h2>No drug found with name or id {{drug}}</h2>
We are currently redesigning and rebuilding the Open Targets Platform with new features.
</p>
<p>
For a preview of the new Platform interface, please see <b><a href="https://beta--platform-app.netlify.app/drug/{{drug}}">the new profile page for {{displayName}}</a></b>
For a preview of the new Platform interface, please see <b><a href="https://beta.targetvalidation.org/drug/{{drug}}">the new profile page for {{displayName}}</a></b>
</p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h5 ng-show="targets.length">Only targets in your list associated with {{search.
We are currently redesigning and rebuilding the Open Targets Platform with new features and a new approach to scoring.
</p>
<p>
For a preview of the new Platform interface, please see <b><a href="https://beta--platform-app.netlify.app/disease/{{search.query}}/associations">the redesigned association page for {{search.label}}</a></b>
For a preview of the new Platform interface, please see <b><a href="https://beta.targetvalidation.org/disease/{{search.query}}/associations">the redesigned association page for {{search.label}}</a></b>
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion app/src/pages/disease-profile/disease.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
We are currently redesigning and rebuilding the Open Targets Platform with new features.
</p>
<p>
For a preview of the new Platform interface, please see <b><a href="https://beta--platform-app.netlify.app/disease/{{diseaseId}}">the new profile page for {{disease.label}}</a></b>
For a preview of the new Platform interface, please see <b><a href="https://beta.targetvalidation.org/disease/{{diseaseId}}">the new profile page for {{disease.label}}</a></b>
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion app/src/pages/evidence/target-disease.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h3 view-title>Evidence for {{(search.info.gene.approved_symbol || search.info.g
<p>
For a preview of the new Platform interface, please see
<b>
<a href="https://beta--platform-app.netlify.app/evidence/{{search.info.gene.ensembl_gene_id}}/{{search.info.efo.efo_code}}">
<a href="https://beta.targetvalidation.org/evidence/{{search.info.gene.ensembl_gene_id}}/{{search.info.efo.efo_code}}">
the redesigned evidence page for {{(search.info.gene.approved_symbol || search.info.gene.ensembl_external_name)}} in {{search.info.efo.label}}
</a>
</b>
Expand Down
2 changes: 1 addition & 1 deletion app/src/pages/static/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2 class="intro-hero-heading">Find&nbsp;new&nbsp;targets for&nbsp;drug&nbsp;dis
We are currently rebuilding the Open Targets Platform with new features and enhanced data.
</p>
<p>
<b><a href="https://beta--platform-app.netlify.app/" style="text-decoration:underline; color:white;">Preview the new Open Targets Platform</a></b>
<b><a href="https://beta.targetvalidation.org/" style="text-decoration:underline; color:white;">Preview the new Open Targets Platform</a></b>
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion app/src/pages/target-associations/target-associations.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h3 view-title>{{search.total}} {{search.total===1 ? "disease" : "diseases"}} as
We are currently redesigning and rebuilding the Open Targets Platform with new features and a new approach to scoring.
</p>
<p>
For a preview of the new Platform interface, please see <b><a href="https://beta--platform-app.netlify.app/target/{{search.query}}/associations">the updated {{search.label}} association page</a></b>
For a preview of the new Platform interface, please see <b><a href="https://beta.targetvalidation.org/target/{{search.query}}/associations">the updated {{search.label}} association page</a></b>
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion app/src/pages/target-profile/target.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
We are currently redesigning and rebuilding the Open Targets Platform with new features.
</p>
<p>
For a preview of the new Platform interface, please see <b><a href="https://beta--platform-app.netlify.app/target/{{targetId}}">the new profile page for {{target.symbol}}</a></b>
For a preview of the new Platform interface, please see <b><a href="https://beta.targetvalidation.org/target/{{targetId}}">the new profile page for {{target.symbol}}</a></b>
</p>
</div>

Expand Down

0 comments on commit 1d009a7

Please sign in to comment.