From cceb2694320e16f967a6c761eea8dcf861aec678 Mon Sep 17 00:00:00 2001 From: Anton Petrov Date: Thu, 27 Jun 2024 09:44:37 +0100 Subject: [PATCH] Update CRW link Fix https://github.com/RNAcentral/R2DT/issues/138 --- src/containers/R2DT/components/Results/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/R2DT/components/Results/index.jsx b/src/containers/R2DT/components/Results/index.jsx index da8ac10..49a7d17 100644 --- a/src/containers/R2DT/components/Results/index.jsx +++ b/src/containers/R2DT/components/Results/index.jsx @@ -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/";