Closed sammyjava closed 1 year ago
Lest this code reach production, those mine links shouldn't be lis.ncgr.org.
tools/gene-keyword-search.html: gene.name = '<a href="https://lis.ncgr.org/arachismine/report.do?id=' + gene.id + '" target="_blank">' + gene.name + '</a>'; tools/trait-keyword-search.html: trait.name = '<a href="https://lis.ncgr.org/arachismine/report.do?id=' + trait.id + '" target="_blank">' + trait.name + '</a>'; news/_posts/2022-11-23-Search-genes-and-traits.md:[Example(gene)](https://lis.ncgr.org/arachismine/report.do?id=22097371).<br/> news/_posts/2022-11-23-Search-genes-and-traits.md:[Example(trait)](https://lis.ncgr.org/arachismine/report.do?id=43000004).
(I don't have perms on PeanutBase, else I'd submit a PR.)
I made a note to change these (lis.ncgr.org -> mines.legumeinfo.org).
Done, in commit 52d82ba.
Also changed it in the graphql-server instance on dev-pb-jekyll (not committed).
Lest this code reach production, those mine links shouldn't be lis.ncgr.org.
(I don't have perms on PeanutBase, else I'd submit a PR.)