Skip to content

Commit

Permalink
Merge pull request #19 from AntonPetrov/master
Browse files Browse the repository at this point in the history
Update CRW link
  • Loading branch information
carlosribas authored Jun 27, 2024
2 parents cf7b7fe + cceb269 commit 6e9d08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/R2DT/components/Results/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Results extends React.Component {
let link = "#";
let name = "";
if (source.toLowerCase() === "crw") {
link = "http://www.rna.ccbb.utexas.edu/";
link = "https://crw2-comparative-rna-web.org/";
name = "CRW";
} else if (source.toLowerCase() === "rfam") {
link = "https://rfam.org/";
Expand Down

0 comments on commit 6e9d08c

Please sign in to comment.