Skip to content

Commit

Permalink
fix(R214): Update link to taxon history to default to R214.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmussig committed Apr 26, 2023
1 parent db34121 commit a5318e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/genome/GenomeTaxonHistory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default Vue.extend({
methods: {
// Compute the taxon history URL for the current taxon
getHistUrl(taxon: string) {
return `/taxon-history?from=R80&to=R207&query=${encodeURIComponent(taxon)}`
return `/taxon-history?from=R80&to=R214&query=${encodeURIComponent(taxon)}`
},
// Retrieve the taxon history for this accession
Expand Down

0 comments on commit a5318e1

Please sign in to comment.